/*styles from paithoth*/
#frLoginMessage{
    font-weight: bold;
    height: 50px;
    
}
.fr-error{
    color: #f00;
}

.fr-success{
    color: #0f0;
}

header.header-nav.menu_style_home_one.style2 .ace-responsive-menu li a {
    font-size: 16px;
    /*font-family: "Nunito";*/
    color: #484848;
    line-height: 1.2;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li a.text-black{
    color: #484848;
}

.fr-login-box{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    padding: 50px  !important;
    opacity: .97;
}

.fr-login-bg{
    background: url('../images/login-bg.jpg') no-repeat;
    background-size: 1930px;
    background-position-x: 0px;
    background-position-y: -561px;
    /* padding: 200px 0; */
}
.fr-register-bg{
    background: url('../images/register-bg.jpg') no-repeat;
    background-size: 1904px;
    background-position-x: 2px;
    background-position-y: -331px;
    /* padding: 200px 0; */
}

