/* Minification failed. Returning unminified contents.
(70,44): run-time error CSS1046: Expect comma, found '0'
(70,48): run-time error CSS1046: Expect comma, found '/'
(80,44): run-time error CSS1046: Expect comma, found '0'
(80,48): run-time error CSS1046: Expect comma, found '/'
(394,54): run-time error CSS1046: Expect comma, found '255'
(394,62): run-time error CSS1046: Expect comma, found '/'
 */

/*--------------------------------------- 
    Login Page
---------------------------------------*/
body.body-page-account {
    padding: 0px;
    background: #fff;
    overflow: hidden;
}

.link-zncwebsite {
    padding: 15px 0px;
    display: block;
    color: #fff;
    letter-spacing: 1px;
}

    .link-zncwebsite a {
        color: #fff;
    }

.page-login, .page-account {
    position: relative;
    height: auto;
    min-height: 100vh;
    width: 100%;
}

    .page-login:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background-image: url(../Assets/Image/bg/login-bg-left.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 10%;
        z-index: -1;
    }

.form-inner {
    width: 1190px;
    margin: 0 auto;
    position: relative;
    height: calc(100vh - 100px);
}

/*account Text*/
.body-page-account .detail-frame {
    width: calc(100% - 500px);
    padding: 0px 15px;
    clear: none;
    float: left;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -75%);
}

    .body-page-account .detail-frame .text-title {
        max-width: 600px;
    }

        .body-page-account .detail-frame .text-title h1 {
            font-size: 55px;
            color: #fff;
            margin-bottom: 10px;
            font-weight: bold;
            text-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
        }

        .body-page-account .detail-frame .text-title h4 {
            font-size: 30px;
            font-weight: normal;
            color: #fff;
            letter-spacing: 2px;
            line-height: 32px;
            padding-left: 3px;
            text-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
        }

/*account frame*/
.body-page-account .account-frame {
    display: inline-block;
    float: right;
    z-index: 1;
    width: 500px;
    clear: none;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
}

    .body-page-account .account-frame .img-logo {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

        .body-page-account .account-frame .img-logo img {
            height: 75px;
            width: auto;
            margin-right: -10px;
        }

        .body-page-account .account-frame .img-logo h3 {
            font-weight: bold;
            margin-top: 15px;
            font-size: 25px;
        }

        .body-page-account .account-frame .img-logo p {
            font-weight: bold;
            color: #2D4E9E;
        }

    .body-page-account .account-frame .formsignin {
        width: 100%;
        max-width: 400px;
        background: transparent;
        border: none;
        text-align: left;
        display: table;
        margin: 0 auto;
        padding: 40px 30px 15px;
        border-radius: 0px;
        z-index: 1;
    }

/*--------------------------------------- 
   Register Page
---------------------------------------*/
.page-account:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../Assets/Image/bg/login-bg-left2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 10%;
    z-index: -1;
}


/*account Text*/
.page-account .detail-frame {
    width: 430px;
}

    .page-account .detail-frame .text-title {
        max-width: 100%;
    }


/*account frame*/
.page-account .account-frame {
    display: inline-block;
    float: right;
    z-index: 1;
    width: 60%;
    clear: none;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
}

    .page-account .account-frame .img-logo {
        text-align: left;
        position: relative;
        margin: 0px auto;
        width: 395px;
        display: table;
    }

        .page-account .account-frame .img-logo img {
            height: 68px;
            margin: 0px;
            position: absolute;
        }

        .page-account .account-frame .img-logo h3, .page-account .account-frame .img-logo p {
            display: inline-block;
            width: 100%;
            padding-left: 135px;
        }

        .page-account .account-frame .img-logo h3 {
            margin-top: 5px;
        }

    .page-account .account-frame .formaccount {
        width: 100%;
        max-width: 100%;
        background: transparent;
        border: none;
        text-align: left;
        display: table;
        margin: 0 auto;
        padding: 40px 30px 15px;
        border-radius: 0px;
        z-index: 1;
    }

.formaccount .form-height {
    min-height: 200px;
    width: 100%;
}

.formaccount .btn-theme {
    width: 340px;
    margin: 0px auto 10px;
    display: table;
}

.formaccount p.notice {
    margin-top: 20px;
    color: #989898;
    line-height: 25px;
}
/*--------------------------------------- 
    Form design
---------------------------------------*/
.form-group {
    position: relative;
    padding: 16px 0 0;
}

.form-field, .form-control {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #ccc;
    outline: 0;
    padding: 7px 0;
    font-weight: 700;
    font-size: 15px;
    background: transparent;
    transition: border-color 0.2s;
    border-radius: 0px;
    box-shadow: none;
}

    .form-field::placeholder, .form-control::placeholder {
        color: transparent;
    }

    .form-field:placeholder-shown ~ .form-label, .form-control:placeholder-shown ~ .form-label {
        font-size: 13px;
        cursor: text;
        top: 20px;
    }

.form-label, input:-webkit-autofill ~ .form-label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 14px !important;
    color: #838383;
}

.form-field:focus, .form-control:focus {
    padding-bottom: 7px;
    font-weight: 700;
    border-width: 2px;
    border-image: linear-gradient(to right, #286090, #4dadff);
    border-image-slice: 1;
    box-shadow: none;
}

    .form-field:focus ~ .form-label, .form-control:focus ~ .form-label {
        position: absolute;
        top: 0;
        display: block;
        transition: 0.2s;
        color: #bbb;
        font-weight: 700;
    }
/* reset input */
.form-field:required, .form-field:invalid, .form-control:required, .form-control:invalid {
    box-shadow: none;
}

.has-error .form-control, .has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

input:-webkit-autofill, .has-error ~ input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    font-weight: bold;
}


.link-text, .link-regis, .link-resetpass {
    font-weight: bold;
    margin-top: 12px;
}

.link-regis {
    color: #E98B42;
    float: left;
}

.link-resetpass {
    color: #838383;
    float: right;
    text-decoration: underline;
}

    .link-resetpass:hover {
        text-decoration: underline;
    }

.gray-box {
    background: #f1f1f5;
    border-radius: 5px;
}

/*.loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 100;
    text-align: center;
    display: none;
}

    .loading:before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        left: 0px;
        top: 0px;
        background-image: url('/Assets/Image/loader.svg');
        background-position: 50% 47%;
        background-size: 80px;
        background-repeat: no-repeat;
    }

.loading-text {
    position: absolute;
    top: 54%;
    left: 0px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}*/

/*--------------------------------------------------------
    Start: Responsive
----------------------------------------------------------*/
@media (max-width: 1199px) and (min-height: 769px) {
    /*---Login Page --------- */

}

@media (max-width: 1199px) and (max-height: 769px) {
    /*---Login Page --------- */
    .page-login:before {
        height: 106%;
    }
}

@media (max-width: 1199px) {
    /*---Login Page --------- */
    body.body-page-account {
        overflow-y: auto;
    }

    .page-login:before, .page-account:before {
        background-image: url(../Assets/Image/bg/login-bg-mobile.png);
    }

    .page-login:after, .page-account:after {
        content: '';
        position: absolute;
        height: 70%;
        width: 100%;
        top: 0px;
        left: 0px;
        background: linear-gradient( 181deg, rgb(255 255 255 / 90%), transparent);
        z-index: -1;
    }

    .link-zncwebsite, .link-zncwebsite a {
        color: #72b6d6;
    }

    .body-page-account .detail-frame .text-title {
        max-width: 100%;
        text-align: center;
    }

    .form-inner {
        width: 100%;
        /*background: rgba(255,255,255,0.6);
        box-shadow: 3px 2px 4px rgb(0 0 0 / 10%);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border-radius: 10px;*/
    }
    .form-inner .row{
        padding:0px;
        margin:0px;
    }
    .body-page-account .detail-frame {
        margin-bottom: 40px;
    }


    .body-page-account .detail-frame, .body-page-account .account-frame, .page-account .account-frame {
        float: left;
        width: 100%;
        position: relative;
        top: 20px;
        right: 0px;
        transform: none;
    }

        .body-page-account .detail-frame .text-title h1 {
            font-size: 38px;
        }

        .body-page-account .detail-frame .text-title h1, .body-page-account .detail-frame .text-title h4 {
            color: #2D4E9E;
        }

        .body-page-account .account-frame .formsignin {
            background: rgba(255,255,255,0.7);
            -webkit-backdrop-filter: blur(10px);
            margin: 30px auto 0;
            padding: 40px 30px;
            border-radius: 5px;
        }

    input:-webkit-autofill, .has-error ~ input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px rgba(238 243 248 / 60%) inset !important;
        border-radius: 8px 8px 0px 0px;
        font-weight: normal;
    }

    /*---Account Page --------- */
    .page-account .account-frame .formaccount {
        background: rgba(255,255,255,0.7);
        -webkit-backdrop-filter: blur(10px);
        margin: 30px auto 0;
        border-radius: 5px;
        padding: 25px;
        max-width: 720px;
    }

    .body-page-account .detail-frame .text-title {
        margin-left: 0px !important;
    }
}

@media (max-width: 991px) {
    /*---Login Page --------- */

}

/* iPad*/
@media (max-width: 769px) {
}

@media (max-width: 769px) and (max-height: 481px) {
}

@media (max-width: 767px) {
}

/* Smartphone*/
@media (max-width: 569px) {
    body.body-page-account {
        background: linear-gradient( 92deg, #5a7dbe, #5b64bb);
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .link-zncwebsite {
        font-size: 12px;
    }

    .body-page-account .detail-frame .text-title h1 {
        font-size: 28px;
    }

    .body-page-account .detail-frame .text-title h4 {
        font-size: 20px;
    }
}

@media (max-width: 481px) {
    /*---Login Page --------- */
    .page-login:before {
        height: 102%;
    }

    .page-login:after, .page-account:after {
        height: 100%;
    }

    .body-page-account .account-frame .formsignin, .page-account .account-frame .formaccount {
        max-width: 100%;
    }

    .page-account .account-frame .formaccount {
        padding: 20px 0px 30px;
        margin-bottom: 30px;
    }

    .body-page-account .detail-frame, .body-page-account .account-frame, .page-account .account-frame {
        padding: 0px 5px;
    }

    .formaccount .btn-theme {
        width: 100%;
    }

    .page-account .account-frame .img-logo {
        width: 100%;
    }
}

@media (max-width: 414px) {
}

/* iPhone6*/
@media (max-width: 376px) {
    /*---Login Page --------- */
    .body-page-account .account-frame .formsignin {
        padding: 40px 20px 30px;
    }

    .page-login:before {
        height: 106%;
    }

    .page-account .account-frame .img-logo h3, .page-account .account-frame .img-logo p {
        padding-left: 120px;
    }

    .page-account .account-frame .img-logo p {
        font-size: 14px;
    }
}

/* iPhone4,5*/
@media (max-width: 321px) {
    .body-page-account .detail-frame {
        margin-bottom: 20px;
    }

        .body-page-account .detail-frame .text-title h4 {
            font-size: 14px
        }

    .page-account .account-frame .img-logo img {
        height: 52px;
    }

    .page-account .account-frame .img-logo h3, .page-account .account-frame .img-logo p {
        padding-left: 100px;
        margin-top: 0px;
    }

    .page-account .account-frame .img-logo h3 {
        font-size: 22px;
    }

    .page-account .account-frame .img-logo p {
        font-size: 12px;
    }
}
/*--------------------------------------------------------
    End: Responsive
----------------------------------------------------------*/

