.login_backimg{
    background-repeat: no-repeat;
    background-size: cover;
}
.login_section .custom-control-description{
    color: #fff !important;
}
.login_section{
    padding: 30px;
    border-radius: 10px;
}
.login_section_top{
    margin: 10% 0;
}
.login_section input, select{
    padding-left: 20px;
    /*background-color: rgba(170, 177, 185,0.5) !important;*/
    background-color: transparent !important;
    color: #fff;
    border:none;
}
.login_section input:focus, select:focus{
    background-color: rgba(170, 177, 185,0.5);
    color: #fff;
    border:none;
}
.login_section .input-group-addon{
    /*background-color: rgba(170, 177, 185,0.5);*/
    /*border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;*/
    border:none;
    background-color: transparent;
    /*border-bottom: 1.9px solid #b4b4b4 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    */
}
.login_section .has-success .form-control:focus {
    box-shadow:none !important;
}
.login2_border{
    background: rgba(255,255,255,0.04);
    padding: 25px 30px 20px 30px;
    box-shadow: 0 0 7px 0 #777;
}
.login_section .has-success .form-control:focus {
    box-shadow:none !important;
}
.admire_logo{
    width: 70px;
    height: 70px;
}
.fb_background{
    color: #3b5998;
}
.twitter_background{
    color: #55acee;
}
.google_background{
    color: #dd4b39;
}
.linkedin_background{
    color: #3b5998;
}
/*register*/
.register_section_top{
    margin: 5% 0;
}
/*forgot password*/
.forgot_section_top{
    margin: 35% 0;
}