a.theme-color,
a.theme-color:active,
a.theme-color:visited {
    color: #aad71a !important;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    font-size: 14px;
}
a.theme-color:hover{
    text-decoration: underline;
}
.alert{
    padding: 5px 14px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 500;
    color: #f44336;
    border-color: #f44336;
    background: #f4433622;
}
.alert i{
    margin-right: 4px;
}
.d-none{
    display: none;
}
.mb-0{
    margin-bottom: 0 !important;
}
.btn-secondary{
    min-width: 170px;
    padding: 14px 30px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    border: none;
    background: #aad71a;
    border-radius: 40px;
    transition: all 0.25s ease-in-out;
}
.btn-secondary:hover{
    color: #ffffff;
    box-shadow: rgba(0,0,0,0.1) 0px 2px 2px;
}
.btn-secondary:active{
    color: #ffffff;
    box-shadow: rgba(0,0,0,0.2) 0px 2px 4px inset;
}
.btn-secondary:focus,
.btn-secondary:active{
    outline: none;
    border: none;
}
.btn-secondary.login-btn {
    min-width: 220px;
}
@media (min-width: 1601px){
    .login-page-section {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        min-height: 90vh;
        margin-top: 0;
    }
}
.login-page-section {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.login-page-section .login-v2-form-box {
    min-width: 350px;
}
.login-v2-form-box .form-header{
    text-align: center;
}
.login-v2-form-box .form-header img{
    width: 220px;
    margin-bottom: 50px;
}
.login-v2-form-box .form-header h3 {
    font-weight: 500;
    color: #696969;
    margin-bottom: 4px;
    font-size: 22px;
}
.login-v2-form-box .login-v2-form {
    padding: 20px 0 0;
    position: relative;
}
.login-v2-form-box .login-v2-form form{
    z-index: 1;
    position: relative;
}
.login-v2-form .shape-1{
    position: absolute;
    left: -74px;
    top: -26px;
}
.login-v2-form .shape-2{
    position: absolute;
    right: -16px;
    top: -72px;
}
.login-v2-form .shape-3{
    position: absolute;
    left: 0;
    bottom: -14px;
}
.login-v2-form .shape-4{
    position: absolute;
    right: -90px;
    bottom: -114px;
}
.login-v2-form.forgot-form .shape-1{
    position: absolute;
    left: -74px;
    top: -26px;
}
.login-v2-form.forgot-form .shape-2{
    position: absolute;
    right: -46px;
    top: -72px;
}
.login-v2-form.forgot-form .shape-3{
    position: absolute;
    left: -40px;
    bottom: -66px;
}
.login-v2-form.forgot-form .shape-4{
    position: absolute;
    right: -90px;
    bottom: -114px;
}
.login-v2-form .form-group{
    position: relative;
    margin-bottom: 18px;
}
.login-v2-form input{
    border-color: #eff0f0;
    color: #393939;
    box-shadow: none;
    border-radius: 0;
    height: 42px;
    margin: 0 !important;
    font-size: 15px;
    padding-left: 16px;
    padding-right: 16px;
    transition: border 0.25s ease-in-out;
}
.login-v2-form input[type=checkbox]{
    height: auto !important;
}
.login-v2-form input.text-lg{
    font-size: 18px;
}
.login-v2-form input.text-lg.pass-view{
    font-size: 15px;
}
.login-v2-form input::placeholder{
    color: #ababab;
    font-size: 15px !important;
}
.login-v2-form input:hover{
    border-color: #ddd;
}
.login-v2-form input:focus{
    border-color: #aad71a;
    box-shadow: none;
}
.form-extras {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 8px;
}
.form-extras a {
    font-size: 12px;
}
.checkbox-box {
    display: inline-flex;
    align-items: center;
}
.form-footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
    border-bottom: 1px solid #eff0f0;
    padding: 0 0 16px;
} 
.custom-checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}
.custom-checkbox label {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    font-weight: 400;
    font-size: 12px;
    color: #ababab;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.custom-checkbox label:hover{
    color: #696969;
}
.custom-checkbox label::before,
.custom-checkbox label::after {
    position: absolute;
    content: "";
    display: inline-block;
}
.custom-checkbox label::before{
    height: 18px;
    width: 18px;
    border: 1px solid #ebebeb;
    left: 0px;
    top: 3px;
}
.custom-checkbox label::after {
    height: 6px;
    width: 12px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    left: 3px;
    top: 7px;
}
.custom-checkbox input[type="checkbox"] + label::after {
    content: none;
}
.custom-checkbox input[type="checkbox"]:checked + label {
    color: #aad71a;
}
.custom-checkbox input[type="checkbox"]:checked + label::after {
    content: "";
    color: #aad71a;
    
}
.custom-checkbox input[type="checkbox"]:checked + label::before {
    border-color: #aad71a;
}
.no-account-box{
    text-align: center;
    font-size: 15px;
    color: #222222;
}
.no-account-box a{
    color: #222222;
    transition: all 0.25s ease-in-out;
}
.no-account-box a i{
    margin-left: 4px;
    color: #393939;
}
.no-account-box a:hover,
.no-account-box a:hover i{
    color: #205081;
}
.social-login-box {
    text-align: center;
    margin-top: 34px;
    display: none;
}
.social-login-box small{
    font-size: 12px;
    color: #9a9a9a;
    font-weight: 300;
    display: block;
    margin-bottom: 4px;
}
.social-login-box .social-btn-box {
    display: flex;
    justify-content: space-around;
}
.btn-social{
    background: #eee;
    color: #333;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 40px;
    transition: all 0.25s ease-in-out;
}
.btn-social i {
    margin-right: 4px;
}
.btn-social:hover{
    color: #ffffff;
    opacity: 0.9;
    box-shadow: rgba(0,0,0,0.1) 0px 2px 2px;
}
.btn-social:active{
    color: #ffffff;
    box-shadow: rgba(0,0,0,0.2) 0px 2px 4px inset;
}
.btn-social.fb{
    color: #fff;
    background: #4267B2;
}
.btn-social.google{
    color: #fff;
    background: #4285F4;
}
.login-page-footer{
    margin-top: 90px;
    margin-bottom: 20px;
}
.login-page-footer p{
    color: #ababab;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 4px;
}
.login-page-footer p a{
    color: #aad71a;
    text-decoration: underline;
}
.login-page-footer .bottom-links a{
    color: #ababab;
    margin: 0 2px;
    text-decoration: none;
}
.login-page-footer .bottom-links a:hover{
    text-decoration: underline;
}
span.view-pass-btn {
    position: absolute;
    top: 9px;
    right: 14px;
    padding: 6px;
    height: 24px;
    color: #696969;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
span.view-pass-btn:hover{
    background: #eff0f0;
}
span.view-pass-btn.active{
    background: #aad71a;
    color: #ffffff;
}
.login-v2-form input.error{
    border-color: #f44336;
}
.error-text, .error-text label{
    font-size: 13px;
    font-weight: 400 !important;
    color: #f44336;
    margin: 0;
    font-style: normal;
    animation: fadeIn 0.3s;
}
@keyframes fadeIn{
    0%{opacity: 0;}
    100%{opacity: 1;}
}
@media (max-width: 575px){
    .login-page-section {
        margin-top: 36px;
    }
    .login-page-section .login-v2-form-box {
        min-width: auto;
        max-width: 300px;
    }
    .login-v2-form .shape-2 {
        right: -30px;
        top: -72px;
    }
    .login-v2-form .shape-3 {
        left: -18px;
        bottom: 10px;
    }
    .login-page-footer {
        margin-top: 70px;
    }
    .form-footer {
        margin-top: 20px;
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 440px){
    .login-v2-form .shape-1 {
        position: absolute;
        left: -54px;
        top: -42px;
    }
    .login-page-footer {
        margin-top: 40px;
    }
}
.alert-success {
    color: #3C763D !important;
    background-color: #DFF0D8 !important;
    border-color: #D6E9C6 !important;
}