/*********		SIGN IN Show Password		*******/

#content-container.togglepassword .password-checkbox {
    position: relative;
    will-change: top, left;
    left: 310px;
    top: 201px;
}

#navbar navbar-inverse navbar-static-top {
	min-height: 60px;
}

#xrm-attribute-value {
	width: 40px; 
	height: auto;
}

input#PasswordValue::-webkit-credentials-auto-fill-button{
      display : none;
}

input#PasswordValue{
      -webkit-appearance:none;
      -moz-appearance:none;
      appearance:none;
      padding-right:13px;
    }
input[type="password"]::-ms-reveal{
      display:none;
}