/*
==========================================================
==========================================================

Bootstrap 4 Admin Template

https://bootstrapious.com/p/admin-template

==========================================================
==========================================================
*/
/*
* ==========================================================
*     GENERAL STYLES
* ==========================================================
*/
body {
    overflow-x: hidden;
    font-family: Microsoft YaHei UI !important;
}

a,
i,
span {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    a:hover, a:focus,
    i:hover,
    i:focus,
    span:hover,
    span:focus {
        text-decoration: none;
    }

section {
    padding: 50px 0;
}

canvas {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-fluid {
    padding: 0 30px;
}

@media (max-width: 575px) {
    .container-fluid {
        padding: 0 15px;
    }
}


/*
* ==========================================================
*     LOGIN PAGE
* ==========================================================
*/

.page {
    overflow-x: hidden;
    background: #EEF5F9;
}

.login-page {
    position: relative;
}

    .login-page::before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        z-index: -1;
        /*background: url(../img/p_big3.jpg);*/
        background: url(../img/new_cabg.png);
        background-size: cover;
        -webkit-filter: blur(10px);
        filter: blur(10px);
        z-index: 1;
        position: absolute;
        top: 0;
        right: 0;
    }

    .login-page .container {
        min-height: 100vh;
        z-index: 999;
        padding: 20px;
        position: relative;
    }

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.login-page .form-holder {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 50px;
}

.has-shadow {
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
}

.login-page .form-holder div[class*='col-'] {
    padding: 0;
}

.login-page .form-holder .info, .login-page .form-holder .form {
    min-height: 70vh;
    padding: 28px;
    height: 100%;
}


.login-page .form-holder .info {
    background: rgb(81, 108, 247);
    color: #fff;
}


    .login-page .form-holder .info p {
        font-weight: 300;
    }

.bg-white {
    background: #fff !important;
}

.login-page .form-holder .form .form-group {
    position: relative;
}

.login-page .form-holder .form .content {
    width: 100%;
}

.login-page .form-holder .form form {
    width: 100%;
    max-width: 400px;
}

.login-page .form-holder .form #login, .login-page .form-holder .form #register {
    margin-bottom: 20px;
    cursor: pointer;
}

.login-page .form-holder .form a.forgot-pass, .login-page .form-holder .form a.signup {
    font-size: 0.9em;
    color: #85b4f2;
}

.login-page .form-holder .form small {
    color: #aaa;
}

.login-page .form-holder .form .terms-conditions label {
    cursor: pointer;
    color: #aaa;
    font-size: 0.9em;
}

.login-page .copyrights {
    width: 100%;
    z-index: 9999;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
}

@media (max-width: 991px) {
    .login-page .info, .login-page .form {
        min-height: auto !important;
    }

    .login-page .info {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}

input.input-material {
    width: 100%;
    border: none;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

button, input {
    outline: none !important;
}


.bottom_p {
    position: absolute;
    bottom: 4%;
    left: 50%;
    color: #fff;
    font-size: 36px;
    z-index: 2;
    width: 615px;
    margin: 0 0 0 -270px;
    font-weight: bold;
    letter-spacing: 5px;
    -webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
}


@media (min-width: 992px) {
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .lbltextr {
        float: left;
        width: 135px;
        text-align: right;
        margin-bottom: 0;
        line-height: 2.6;
        font-size: 15px;
        margin-right: 6px;
    }

    .lbltextr_dt {
        float: left;
        width: 170px;
        text-align: right;
        margin-bottom: 0;
        line-height: 2.6;
        font-size: 14px;
        margin-right: 6px;
    }

    .inputlblnametextr {
        float: left;
        border: none;
    }

    .inputlblnametextr_dt {
        float: left;
        border: none;
        width: 370px;
    }
}