body{
    background-color: #34495e;
    font-family: custom_font !important;
    color: #fff;        
    overflow-y: auto !important;    
}
.container-fluid{
    background-color: #34495e;
    padding-top: 80px;    
}
.form-control{
    font-family: custom_font !important;  
}
.login-forms {
    background-color: #edeff1;
    margin: 10px;    
    padding: 24px 23px 20px;
    position: relative;
    border-radius: 6px;
    max-width: 380px;
    width: auto;
    float: none !important;
}
.login-forms .login-field {
    direction: ltr;
    border-color: transparent;
    font-size: 17px;
    text-indent: 3px;
}

.login-forms .login-field:hover {
    border: 1px solid #48c9b0;
}
.login-forms .login-field-icons{
    color: #bfc9ca;
    font-size: 16px;
    position: absolute;
    right: 15px;
    bottom: 0px;
    -webkit-transition: all .25s;
    transition: all .25s;
    line-height: 2.3;
}
.login-icons{
    width: 100%;
    padding: 0;
}
.login-icons img{    
    padding-bottom: 10px;
    width: 96px;    
}
.login-link {
    color: #16a085;    
}
.message{
    display:none;
    font-size: 14px;
}
.forgetPassStep2{
    display:none;
}
.title {
    padding-bottom: 10px;
    text-align: center;    
    font-size: 22px;
}
.copyright {
    position: relative;
    margin-top: 10px;
    font-size: 13px;        
}
.privacy > a {
    margin-right: 10px;
    margin-left: 10px;
}
.anardoni {
    width: 100%;
    height: 100%;
}
.anardonihaff {
    width: 47%;
    height: 40px;
}
.btn-block-haff {
    width: 47%;
    height: 40px;
    font-size: 15px;
}

.langs
{
    float:left;
    padding: 10px;
}

.langs > a, .langs > label
{
    float:right;
    padding-left: 3px;
    padding-right: 3px;
}
.login-forms .label {
    float: right;
}

.phone_field
{
    direction: ltr;
    width: 70%;
    float: right;

}
.phone_code
{
    direction: ltr;
    width: 25%;
    float: left;

}
.phone_group{
    margin-bottom: 80px;
}

#countries
{
    direction: ltr;
}