

input.with-eye {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	margin-right: 0;
}


#registerContent .becreate-form div input.with-eye {
	width: calc(70% - 45px);
}

.femanager_edit .becreate-form div input.with-eye {
	width: calc(100% - 45px);
}

@media (max-width: 800px) {
	#registerContent .becreate-form div input.with-eye {
		width: calc(90% - 45px);
	}
	.femanager_edit .becreate-form div input.with-eye {
		width: calc(100% - 45px);
	}
}
.cleartext-eye {
	display: block;
	float: left;
	
	border: 1px solid #8B8B8B;
	border-left: unset;
    margin: 0;

    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #eeeeee;

    padding: 6px 8px;
	
    cursor:pointer;
	
	width: 27px;
	height: 27px;
	line-height: 27px;
    
}

.cleartext-eye i {
	color: #555555;
}

.cleartext-eye:hover i {
    color: black;
}
