.fr_login input.text{
    width: 100%;
}
.fr_login .bad{
    color: red;
    font-size: 12px;
}
::-webkit-input-placeholder {
   color: #999999;
   font-style: italic;
   padding-left: 10px;
}
#login_form {
	margin: 10px 0;
}
/*
.fr_login .rmb{
    margin-top: 15px;
    margin-left: 10px;
    font-family: Calbiri;
    font-weight: normal;
}
*/
.fr_login .Actions .action{
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.fr_login input.checkbox {
    float: left;
    margin: 0 5px 0 0;
    position: relative;
    width: auto;
}
.fr_login .checkbox label{
    line-height: 1.6;    
}
.fr_login .Actions #ForgotPassword a{
    text-decoration: underline;
    color: #FE7600;
}