/*
Template Name: Admin pro Admin
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Admin Pro Admin
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*******************
Login register and recover password Page
******************/
.login-register {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    padding: 10% 0;
    padding-top: 3%;
    position: fixed;
}
.login-register .login-logo{
    margin-bottom: 18px;
}
.login-register .footer{
    bottom: initial;
    margin-top: 4%;
    color: #000;
    font-weight: bolder;
    height: 128px;
    background-color: rgba(255, 255, 255, 0.8);
}
.login-register .footer .copyright{
    width: 82%;
    margin: 0 auto;
}
.login-register .footer .bottom-links{
    margin-bottom: 26px;
}
.login-box {
    width: 400px;
    margin: 0 auto;
}

.login-box .footer {
    width: 100%;
    left: 0;
    right: 0;
}

.login-box .social {
    display: block;
    margin-bottom: 30px;
}

#recoverform {
    display: none;
}

.login-sidebar {
    padding: 0;
    margin-top: 0;
}

.login-sidebar .login-box {
    right: 0;
    position: absolute;
    height: 100%;
}
.login-box .card-body{
    -webkit-box-shadow: 0 3px 17px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 3px 17px 2px rgba(0,0,0,0.75);
    box-shadow: 0 3px 17px 2px rgba(0,0,0,0.75);
}
.bottom-links .nav-item{

}
.login-register .btn-wrapper{
    margin-bottom: 4px;
}
#loginform .form-group:last-of-type{
    margin-bottom: 0;
}
.login-register .new-signup{
    font-weight: bold;
    font-size: 14px;
}
.vertical-divider{
    display: inline-block;
    height: 20px;
    line-height: 2.5;
    font-weight: 100;
}

a .col-black,
.col-black{
    color: #000!important;
}
@media (max-width: 480px) {
    .login-register{
        padding-bottom: 50%;
    }
    .login-box .card-body{
        padding: 23px 16px 2px;
    }
    .bottom-links .nav{
        padding-bottom: 0;
    }
    .nav-item{
        width: 100%;
    }
    .nav-link {
        padding: 0;
        line-height: 1.3;
    }
    .login-register .footer{
        padding-bottom: 0;
        margin-bottom: 0px;
        height: auto;
        margin-top: 0;
    }
    .vertical-divider{
        display: none;
    }
    .login-register .footer .copyright {
        width: 85%;
    }
    #loginform .form-group:last-of-type{
        margin-bottom: 20px;
    }
}
@media (max-width: 375px) {
    .login-register .footer{
        position: relative;
    }
}