﻿@font-face {
    font-family: "BR Omega";
    src: url("/fonts/BROmegaVN/BROmegaVN-Regular.otf?#iefix");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body, html {
    height: 100%;
    font-family: "BR Omega", Arial, Helvetica, sans-serif, !important
}

a {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s
}

    a:focus {
        outline: none !important
    }

    a:hover {
        text-decoration: none;
        color: #6675df
    }

h1, h2, h3, h4, h5, h6 {
    margin: 0
}

.login-container {
    padding: 0.5rem;
    max-width: 500px;
    text-align: center;
    font-size: medium;
    color: #8a8a8a;
}

p {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 0
}

ul, li {
    margin: 0;
    list-style-type: none;
}

input {
    outline: none;
    border: none
}

textarea {
    outline: none;
    border: none
}

    textarea:focus, input:focus {
        border-color: transparent !important
    }

        input:focus::-webkit-input-placeholder {
            color: transparent
        }

        input:focus:-moz-placeholder {
            color: transparent
        }

        input:focus::-moz-placeholder {
            color: transparent
        }

        input:focus:-ms-input-placeholder {
            color: transparent
        }

        textarea:focus::-webkit-input-placeholder {
            color: transparent
        }

        textarea:focus:-moz-placeholder {
            color: transparent
        }

        textarea:focus::-moz-placeholder {
            color: transparent
        }

        textarea:focus:-ms-input-placeholder {
            color: transparent
        }

input::-webkit-input-placeholder {
    color: #999
}

input:-moz-placeholder {
    color: #999
}

input::-moz-placeholder {
    color: #999
}

input:-ms-input-placeholder {
    color: #999
}

textarea::-webkit-input-placeholder {
    color: #999
}

textarea:-moz-placeholder {
    color: #999
}

textarea::-moz-placeholder {
    color: #999
}

textarea:-ms-input-placeholder {
    color: #999
}

label {
    display: block;
    margin: 0
}

button {
    outline: none !important;
    border: none;
    background: 0 0
}

    button:hover {
        cursor: pointer
    }

iframe {
    border: none !important
}

.txt1 {
    font-family: "BR Omega", Montserrat-Regular, !important;
    font-size: 13px;
    line-height: 1.4;
    color: #555
}

.txt2 {
    font-family: "BR Omega", Montserrat-Regular, !important;
    font-size: 13px;
    line-height: 1.4;
    color: #999
}

.size1 {
    width: 355px;
    max-width: 100%
}

.size2 {
    width: calc(100% - 43px)
}

.bg1 {
    background: #3b5998
}

.bg2 {
    background: #1da1f2
}

.bg3 {
    background: #cd201f
}

.limiter {
    width: 100%;
    margin: 0 auto
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #f2f2f2
}

.wrap-login100 {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    flex-direction: row-reverse
}

.login100-more {
    width: 58%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #fff;
    z-index: 0;
}

    .login100-more::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-image: url('../image/login-register.png');
        background-repeat: no-repeat;
        background-size: contain;
    }

.login100-form {
    width: 42%;
    min-height: 100vh;
    display: block;
    background-color: #fff;
    padding: 50px 5% 0 1%;
    left: 0px;
    top: 0px;
    /* Gray/100 */

    box-sizing: border-box;
    /* Shadow */

    box-shadow: 0px 8px 30px rgba(3, 78, 162, 0.07);
    border-radius: 0px 8px 8px 0px;
}

    .login100-form div#site-header-logo {
        text-align: center;
        padding-bottom: 5px;
    }

        .login100-form div#site-header-logo img {
            height: 100%;
            width: 180px;
        }

    .login100-form .form-body {
        display: flex;
        flex-direction: column;
    }

        .login100-form .form-body .icon-bottom {
            display: none;
        }

.register-form {
    width: 100%;
    /*min-height: 100vh;*/
    display: block;
    padding: 40px;
}

.login100-form-title {
    width: 100%;
    display: block;
    font-size: 30px;
    color: #333;
    line-height: 1.2;
    text-align: center
}

.wrap-input100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: 80px;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin-bottom: 10px
}

.label-input100 {
    font-family: "BR Omega", Montserrat-Regular, !important;
    font-size: 18px;
    color: #999;
    line-height: 1.2;
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    padding-left: 24px;
    left: 0;
    top: 30px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.input100 {
    display: block;
    width: 100%;
    background: 0 0;
    font-family: "BR Omega", Montserrat-Regular, !important;
    font-size: 18px;
    color: #555;
    line-height: 1.2;
    padding: 0 26px
}

input.input100 {
    height: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #6675df;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3)
}

.input100:focus + .focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.eff-focus-selection {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.input100:focus {
    height: 48px
}

    .input100:focus + .focus-input100 + .label-input100 {
        top: 14px;
        font-size: 13px
    }

.has-val {
    height: 48px !important
}

    .has-val + .focus-input100 + .label-input100 {
        top: 14px;
        font-size: 13px
    }

.input-checkbox100 {
    display: none
}

.label-checkbox100 {
    font-size: 13px;
    color: #999;
    line-height: 1.4;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer
}

    .label-checkbox100::before {
        content: "\f00c";
        font-family: FontAwesome !important;
        font-size: 13px;
        color: transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 18px;
        height: 18px;
        border-radius: 2px;
        background: #fff;
        border: 1px solid #6675df;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.input-checkbox100:checked + .label-checkbox100::before {
    color: #6675df
}

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

    .container-login100-form-btn button {
        /* Title/H5_Bold 16px */

        font-family: 'BR Omega', !important;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        /* identical to box height, or 150% */

        text-align: center;
        /* Character / Primary(inverse) */

        color: #fff;
    }

.login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    border-radius: 999px;
    background: #008DFF;
    font-family: "BR Omega", Montserrat-Bold, !important;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.043);
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    z-index: 1;
}

    .login100-form-btn:hover {
        background: #008dffde
    }

.container-login100-form-btn a {
    background-color: #E9F4FF;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.016);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-family: "BR Omega", Montserrat-Bold, !important;
    color: #008DFF !important;
}

    .container-login100-form-btn a:hover {
        background-color: #008dffcc;
    }

.forgot-password-link a {
    /* Body/H8_Regular 14px */

    font-family: 'BR Omega', !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    /* identical to box height, or 157% */

    text-align: center;
    /* Primary/Primary 4 */

    color: #008DFF !important;
}

.remember-password {
    display: flex;
    align-items: center;
    gap: 5px;
}

    .remember-password span {
        /* Body/H8_Regular 14px */

        font-family: 'BR Omega', !important;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        /* identical to box height, or 157% */
        /* Gray / gray-9 */

        color: #262626;
    }

    .remember-password input {
        /* Gray / gray-1 */

        background: #FFFFFF;
        /* Gray / gray-5 */

        border: 1px solid #D9D9D9;
        border-radius: 4px;
    }

@media(max-width:1239px) {
    .login100-form {
        width: 100%;
        padding: 112px 15%;
    }

    .login100-more {
        display: none
    }

    .forgot-password-form {
        padding-left: 20px !important;
        padding-right: 10px !important;
    }
}

@media(max-width:992px) {
    .login100-form {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px
    }

    .login100-more {
        /*width: 50%*/
        display: none
    }

    .forgot-password-form {
        padding-left: 20px !important;
        padding-right: 10px !important;
    }
}

@media(max-width:768px) {
    .login100-form {
        width: 100%
    }

    .login100-more {
        display: none
    }

    .forgot-password-100-more::before {
        display: none !important;
    }

    .register-form {
        width: 100% !important;
        margin: auto;
    }

    .forgot-password-100-more {
        width: 0% !important;
    }

    .forgot-password-form {
        width: 80% !important;
        margin: auto;
    }
}

@media(max-width:576px) {
    .login100-form {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 70px
    }

    .register-form {
        width: 100% !important;
        padding: 130px 10px 55px !important;
    }

    .forgot-password-form {
        width: 100% !important;
        padding: 130px 20px 55px !important;
    }
}

@media(max-width:480px) {
    .login100-form {
        padding: 70px 30px !important;
        width: 100%;
    }

    .login-title-header {
        padding: 20px 0px;
    }

    .login-title, .forgot-password-link {
        font-size: 0.9rem;
    }

    .forgot-password-100-more {
        width: auto !important;
    }

    .login100-form .form-body {
        flex-direction: column-reverse;
    }

        .login100-form .form-body .icon-bottom {
            display: flex;
            text-align: center;
        }

        .login100-form .form-body .icon-top {
            display: none !important;
        }

    .register-form {
        width: 100% !important;
        padding: 20px !important;
    }
}

.validate-input {
    position: relative
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    z-index: 100;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s
}

.alert-validate::after {
    content: "\f12a";
    font-family: "BR Omega", FontAwesome, !important;
    display: block;
    position: absolute;
    z-index: 110;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1
}

@media(max-width:992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1
    }
}

@media(max-width:480px) {
    .login-title-header {
        font-size: 1.5rem !important;
    }

    .form-group label {
        font-size: 0.9rem;
    }
}

.login100-form-social-item {
    width: 36px;
    height: 36px;
    font-size: 18px;
    color: #fff;
    border-radius: 50%
}

    .login100-form-social-item:hover {
        background: #333;
        color: #fff
    }

.asterisk {
    color: red;
/*    background-color: #f7f7f7;*/
}

.login-title-header {
    width: 100%;
    display: block;
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
    color: #1D2939;
    line-height: 1.2;
    text-align: left;
}

.text-color {
    color: #008DFF;
}

.bg-color {
    background-color: #008DFF !important;
}

.bg-color-button {
    background-color: #E9F4FF !important;
}

.login-title {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #667085;
    line-height: 1.2;
    text-align: left
}

.login-title-footer {
    width: 100%;
    display: block;
    line-height: 1.2;
    /* Body/H8_Regular 14px */

    font-family: 'BR Omega', !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    /* or 157% */
    /* Character / Title .85 */

    color: rgba(0, 0, 0, 0.85);
}

.login-with-google-btn {
    transition: background-color .3s, box-shadow .3s;
    justify-content: center;
    align-items: center;
    padding: 12px 16px 12px 16px;
    border: none;
    width: 100%;
    /* Grey/Grey 0_White */
    background: #FFFFFF;
    /* Grey/Grey 4_Border color */
    border: 1px solid #E4E7EC;
    border-radius: 8px;
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    font-family: "BR Omega", -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif, !important;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 12px 11px;
    &:hover

{
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25);
}

&:active {
    background-color: #eeeeee;
}

&:focus {
    outline: none;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25), 0 0 0 3px #c8dafc;
}

&:disabled {
    filter: grayscale(100%);
    background-color: #ebebeb;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
    cursor: not-allowed;
}

}

.login-with-apple-btn {
    transition: background-color .3s, box-shadow .3s;
    justify-content: center;
    align-items: center;
    padding: 12px 16px 12px 16px;
    border: none;
    width: 100%;
    /* Grey/Grey 0_White */
    background: #FFFFFF;
    /* Grey/Grey 4_Border color */
    border: 1px solid #E4E7EC;
    border-radius: 8px;
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    font-family: "BR Omega", -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif, !important;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 12px 11px;
}

.login-option {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #E4E7EC;
    line-height: 0.1em;
    margin: 24px 0 20px;
}

    .login-option span {
        background: #fff;
        padding: 0 10px;
        font-weight: 400;
        color: #667085;
    }

.form-group input[type="password"] {
    /* Grey/Grey 4_Border color */

    border: 1px solid #E4E7EC !important;
    border-radius: 8px 0 0 8px !important;
    border-right: 0px !important;
}

.forgot-password-100-more {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #f7f7f7;
    z-index: 1;
}

    .forgot-password-100-more::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 60%;
        height: 60%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-image: url('../image/forgot-password.png');
        background-repeat: no-repeat;
        background-size: contain;
    }

.forgot-password-form {
    width: 100%;
    min-height: 78vh;
    display: block;
    background-color: #F5F7FA;
    padding: 130px 55px 55px;
    margin: auto;
    overflow: hidden;
}

.validation-summary-errors ul {
    padding-left: 10px;
    list-style-type: circle;
}

    .validation-summary-errors ul li {
        list-style-type: circle;
    }

.input-group input {
    border-right-width: 0px;
}

.show-hide-pass {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #E4E7EC;
    text-align: center;
    white-space: nowrap;
    background-color: white;
    border: 1px solid #E4E7EC;
    border-left-width: 0px;
    /*border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;*/
    border-radius: 0 8px 8px 0;
}

.form-control {
    /* Grey/Grey 0_White */

    background: #FFFFFF !important;
    /* Grey/Grey 4_Border color */

    border: 1px solid #E4E7EC !important;
    border-radius: 8px !important;
}
