/***
Login page
***/
/* bg color */
.login {
    /*background: url(../img/loginbg.png);*/
    background: url(../img/loginbg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;    
}
.black{
    color:#000 !important;
}
    .login .logo {
        margin: 0 auto;
        margin-top: 20px;
        padding: 15px 0;
        margin-bottom: 30px;
    }

        .login .logo img {
            max-width: 100%;
        }

    .login .content {
        background-color: #fff;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px;
        width: 100%;
        margin: 25px auto 10px auto;
        padding: 30px;
        padding-top: 10px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 12px 30px #ccc;
        -webkit-box-shadow: 0 12px 30px #ccc;
    }

        .login .content h3 {
            color: #333333;
            text-align: center;
            font-size: 28px;
            font-weight: 300 !important;
            margin: 0 -30px;
            border-bottom: solid #CCC 1px;
            padding-bottom: 20px;
            padding-top: 10px;
            text-transform: uppercase;
            background: none;
        }

        .login .content h4 {
            color: #555;
        }

        .login .content .hint {
            color: #999;
            padding: 0;
            margin: 15px 0 7px 0;
        }

        .login .content .login-form,
        .login .content .forget-form {
            padding: 0px;
            margin: 0px;
        }

        .login .content .form-control {
            border: none;
            background-color: #ebebeb;
            height: 43px;
            color: #999;
            border: 1px solid #ebebeb;
        }

            .login .content .form-control:focus, .login .content .form-control:active {
                border: 1px solid #c3ccda;
            }

            .login .content .form-control::-moz-placeholder {
                color: #999;
                opacity: 1;
            }

            .login .content .form-control:-ms-input-placeholder {
                color: #999;
            }

            .login .content .form-control::-webkit-input-placeholder {
                color: #888;
            }

        .login .content select.form-control {
            padding-left: 9px;
            padding-right: 9px;
        }

        .login .content .forget-form {
            display: none;
        }

        .login .content .register-form {
            display: none;
        }

        .login .content .form-title {
            font-weight: 300;
            margin-bottom: 25px;
        }

        .login .content .form-actions {
            clear: both;
            border: 0px;
            /*border-bottom: 1px solid #eee;*/
            padding: 10px 30px 0px 30px;
            margin-left: -30px;
            margin-right: -30px;
        }

.login-options {
    margin-bottom: 30px;
    overflow: hidden;
}

    .login-options h4 {
        float: left;
        font-weight: 600;
        font-size: 15px;
        color: #7d91aa !important;
    }

    .login-options .social-icons {
        float: right;
        padding-top: 3px;
    }

        .login-options .social-icons li a {
            border-radius: 15px 15px 15px 15px !important;
            -moz-border-radius: 15px 15px 15px 15px !important;
            -webkit-border-radius: 15px 15px 15px 15px !important;
        }

.login .content .form-actions .checkbox {
    margin-left: 0;
    padding-left: 0;
}

.login .content .forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.login .content .register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.login .content .form-actions .btn {
    margin-top: 1px;
    min-width: 120px;
}

.login .content .form-actions .btn-success {
    font-weight: 600;
    padding: 10px 20px !important;
}

.login .content .form-actions .btn-default {
    font-weight: 600;
    padding: 10px 25px !important;
    color: #6c7a8d;
    background-color: #ffffff;
    border: none;
}

    .login .content .form-actions .btn-default:hover {
        background-color: #fafaff;
        color: #45b6af;
    }

.login .content .forget-password {
    font-size: 14px;
    float: right;
    display: inline-block;
    margin-top: 10px;
}

.login .content .check {
    color: #8290a3;
}

.login .content .rememberme {
    margin-left: 8px;
    margin-top: 10px;
}

.login .content .create-account {
    margin: 0 -40px -40px -40px;
    padding: 15px 0 17px 0;
    text-align: center;
    background-color: #6c7a8d;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -ms-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
}

    .login .content .create-account p a {
        font-weight: 600;
        font-size: 14px;
        color: #c3cedd;
    }

    .login .content .create-account a {
        display: inline-block;
        margin-top: 5px;
    }

/*Login text css*/
.login .login-text {
    margin: 30px 0;
    padding: 4% 0;
}

    .login .login-text h4 {
        color: #000;
        font-size: 30px;
    }

    .login .login-text h3 {
        color: #007cc3;
        font-size: 50px;
        font-weight: 900;
        padding-bottom: 30px;
        border-bottom: solid 1px #666;
    }

    .login .login-text p {
        color: #000;
        font-size: 16px;
        font-weight: 300;
        margin-top: 20px;
    }
/*Login text css*/

/* footer copyright */
.login .copyright {
    margin: 35px auto 10px 0;
    padding: 20px 0;
    color: #888;
    font-size: 14px;
    border-top: solid 1px #666;
}

    .login .copyright span {
        float: right;
    }

    .login .copyright a {
        color: #666;
    }



@media (max-width: 440px) {
    /***
  Login page
  ***/
    .login .logo {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .login .content {
        width: 100%;
        margin-top: 10px;
    }

        .login .content h3 {
            font-size: 22px;
        }

    .forget-password {
        display: inline-block;
        margin-top: 20px;
    }

    .login-options .social-icons {
        float: left;
        padding-top: 3px;
    }

    .login .checkbox {
        font-size: 13px;
    }

    .login .copyright span {
        float: none;
        display: block;
    }

    .login .copyright {
        text-align: center;
    }

    .login .login-text h4 {
        font-size: 18px;
    }

    .login .login-text h3 {
        font-size: 27px;
    }

    .login .login-text {
        margin: 0;
    }
}

.field-validation-error {
    width: 100%;
    margin-top: .25rem;
    font-size: .75rem;
    color: #f86262;
}


@media all and (max-width: 1799px) and (min-width: 1000px) {
    .auth-fluid-form-box {
        /*max-width: 37% !important;*/
    }

    .auth-fluid-right {
        margin-left: -11% !important;
    }

    h2 {
        font-size: 1.7rem !important;
    }

    h4 {
        font-size: 1.1rem !important;
    }

    .auth-user-testimonial p.lead {
        font-size: .9rem !important;
        max-width: 480px !important;
    }

    .text-muted {
        font-size: .700rem !important;
    }

    label, small {
        font-size: .625rem !important;
    }

    input, .input-group-text, button, .imgCaptcha {
        height: 35px !important;
        font-size: .8rem !important;
    }

    .auth-logo {
        font-size: 5px !important;
    }

    .username-muted {
        font-size: .8rem !important;
    }
}

@media (min-width: 1367px) {
    .p-xl-7 {
        padding: 7.5rem !important;
    }
}
@media (min-width: 992px) {
    .p-lg-7 {
        padding: 7.5rem !important;
    }
}
