.local-login-box input[type="text"],
.local-login-box input[type="password"] {
    width: 80%;
}

.local-login-box input.with-eye {
     border-right: 0;
     margin-right: 0;
     width: calc(80% - 2.1rem);
}

.cleartext-eye {
	display: inline-block;	
	vertical-align: bottom;
	border: 1px solid #415e6c;
	border-left: unset;
    margin: 0;

    background-color: #415e6c;

    padding: 6px 8px;
	
    cursor:pointer;
	width: 2.1rem;
        height: 2.5rem;
	line-height: 1.6rem;
    
}

.cleartext-eye i {
    color: white;
}

.cleartext-eye:hover {
    background-color: #690036;
    border: 1px solid #690036;
    border-left: unset;
}

.local-login-box input[type=password]::-ms-reveal
{
    display: none;
}
