﻿



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/montserrat/Montserrat-Bold.ttf');
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

/*Khai báo màu chủ đạo theo theme*/
/*https://www.color-hex.com/color-palette/70954*/
:root {
    --mauNenChuDao: #d4a17f;
    --mauNenChuDao_2: #d4a17f;
    --mauNenChuDao_3: #f9e5e5;
    --mauNenChuDao_4: #e5cdae;
    --mauChuChuDao: white;
    --mauErrorChuDao: #f73131;
    --coChuChuDao: 14px;
    --inDamChuan: 600;
    --mauButtonConfirm: #3085d6;
    --mauButtonCancel: #d33;
    --mauButtonEdit: #3085d6;
    --mauButtonActiveDeactive: #26b050;
    --mauButtonDelete: #d33;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    /*font-family: Poppins-Regular, sans-serif;*/
}

/*---------------------------------------------*/
a {
    /*font-family: Poppins-Regular;*/
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

    a:focus {
        outline: none !important;
    }

    a:hover {
        text-decoration: none;
        color: #57b846;
    }

/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul, li {
    margin: 0px;
    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: #999999;
}

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder {
    color: #999999;
}

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    color: #999999;
}

textarea:-ms-input-placeholder {
    color: #999999;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.5;
    color: #999999;
}

.txt2 {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.5;
    color: #666666;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.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;
    padding: 15px;
    /*background: #9053c7;
  background: -webkit-linear-gradient(-135deg, #c850c0, #4158d0);
  background: -o-linear-gradient(-135deg, #c850c0, #4158d0);
  background: -moz-linear-gradient(-135deg, #c850c0, #4158d0);
  background: linear-gradient(-135deg, #c850c0, #4158d0);*/
}

.wrap-login100 {
    width: fit-content;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding: 177px 130px 33px 95px; */
    position: relative;
    box-shadow: -8px 8px 15px 5px darkgrey;
}

/*------------------------------------------------------------------
[  ]*/
.login100-pic {
    width: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .login100-pic::before, .login100-pic::after {
        content: "";
        position: absolute;
        border-top-left-radius: 40%;
        border-top-right-radius: 45%;
        border-bottom-left-radius: 35%;
        border-bottom-right-radius: 40%;
        z-index: 3;
    }

    .login100-pic::before {
        left: -26%;
        bottom: -36%;
        width: 350px;
        height: 350px;
        background-color: rgba(69, 105, 144, 0.15);
        -webkit-animation: wawes 6s infinite linear;
        -moz-animation: wawes 6s infinite linear;
        animation: wawes 6s infinite linear;
    }

    .login100-pic::after {
        left: -33%;
        bottom: -50%;
        width: 450px;
        height: 450px;
        background-color: rgba(2, 128, 144, 0.2);
        -webkit-animation: wawes 7s infinite;
        -moz-animation: wawes 7s infinite;
        animation: wawes 7s infinite;
    }

    .login100-pic .login100-pic-container {
        align-items: center;
        background-color: initial;
        display: flex;
        justify-content: center;
        position: relative;
        width: 100%;
        z-index: 1000;
    }

        .login100-pic .login100-pic-container .login100-pic-element {
            object-fit: cover;
            width: 80%;
            border-radius: 90px;
        }

        .login100-pic .login100-pic-container::before, .login100-pic .login100-pic-container::after {
            /*background-image: linear-gradient(-180deg, #A1DEFF 0%, #5EA3DB 97%);*/
            background-image: linear-gradient(-180deg, var(--mauNenChuDao_2) 0%, var(--mauNenChuDao_4) 97%);
            content: "";
            height: 100%;
            position: absolute;
            transition: all 0.1s;
            transition-delay: 0.1s;
            transform: translateY(0px) translateX(0px);
            width: calc(80% - 10px);
            z-index: -1;
            border-radius: 90px;
        }

        .login100-pic .login100-pic-container::after {
            /*background-image: linear-gradient(0deg, #FFCF70 0%, #FFAE3D 97%);*/
            background-image: linear-gradient(0deg, var(--mauNenChuDao) 0%, var(--mauNenChuDao_3) 97%);
        }

        .login100-pic .login100-pic-container:hover {
            animation-name: hoverPop;
            animation-duration: 0.4s;
            animation-fill-direction: forward;
        }

            .login100-pic .login100-pic-container:hover .login100-pic-element {
                border-radius: unset;
                box-shadow: 2px 2px 4px 0px rgba(10, 12, 15, 0.27);
                /*box-shadow: 0px 0px 30px 0px var(--white);*/
            }

            .login100-pic .login100-pic-container:hover::before {
                border-radius: unset;
                animation: slick-hover-2 3s 0.4s linear infinite;
                transform: translateY(-20px) translateX(-20px);
            }

            .login100-pic .login100-pic-container:hover::after {
                border-radius: unset;
                animation: slick-hover 3s 0.4s linear infinite reverse;
                transform: translateY(20px) translateX(20px);
            }

@keyframes hoverPop {
    0%, 100% {
        transform: scale(1);
    }

    33% {
        transform: scale(1.05);
    }

    66% {
        transform: scale(0.9);
    }
}

@keyframes slick-hover {
    0.00% {
        transform: translateY(20px) translateX(20px);
    }

    16.67% {
        transform: translateY(-13px) translateX(-9px);
    }

    33.33% {
        transform: translateY(4px) translateX(12px);
    }

    50.00% {
        transform: translateY(20px) translateX(-20px);
    }

    66.67% {
        transform: translateY(-3px) translateX(8px);
    }

    83.33% {
        transform: translateY(-15px) translateX(-11px);
    }

    100.00% {
        transform: translateY(20px) translateX(20px);
    }
}

@keyframes slick-hover-2 {
    0.00% {
        transform: translateY(-20px) translateX(-20px);
    }

    16.67% {
        transform: translateY(3px) translateX(-5px);
    }

    33.33% {
        transform: translateY(18px) translateX(-10px);
    }

    50.00% {
        transform: translateY(-20px) translateX(20px);
    }

    66.67% {
        transform: translateY(15px) translateX(-4px);
    }

    83.33% {
        transform: translateY(-1px) translateX(15px);
    }

    100.00% {
        transform: translateY(-20px) translateX(-20px);
    }
}



/*------------------------------------------------------------------
[  ]*/
.login100-form {
    width: 290px;
}

.login100-form-title {
    font-family: Poppins-Bold;
    font-size: 24px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 54px;
}


/*---------------------------------------------*/
.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px;
}

.input100 {
    font-family: Poppins-Medium;
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    display: block;
    width: 100%;
    background: #e6e6e6;
    height: 50px;
    /*border-radius: 25px;*/
    padding: 0 30px 0 68px;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(87,184,70, 0.8);
}

.input100:focus + .focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

.symbol-input100 {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 35px;
    pointer-events: none;
    color: #666666;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
    color: #57b846;
    padding-left: 28px;
}

/*------------------------------------------------------------------
[ Button ]*/
.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;
    padding-top: 20px;
}

.login100-form-btn {
    font-family: Montserrat-Bold;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #57b846;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .login100-form-btn:hover {
        background: #333333;
    }



/*------------------------------------------------------------------
[ Responsive ]*/


@media screen and (max-width: 1000px) {
    .wrap-login100 {
        display: flex;
    }

    .login100-pic {
        display: none;
    }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 13px;
    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: 8px;
    pointer-events: none;
    font-family: Poppins-Medium;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 13px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}





/* ADD sth new */
.screen {
    background: linear-gradient(90deg, var(--mauNenChuDao_3), var(--mauNenChuDao));
    position: relative;
    height: 500px;
    width: 450px;
    min-width: 350px;
    box-shadow: 12px 20px 20px #4c4772;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}

.screen__content {
    z-index: 1;
    position: relative;
    height: 100%;
    width: 450px;
}

.screen__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.screen__background__shape {
    transform: rotate(45deg);
    position: absolute;
}

.screen__background__shape1 {
    height: 600px;
    width: 600px;
    background-color: white;
    top: 0px;
    right: 90px;
    border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
    height: 250px;
    width: 250px;
    background: var(--mauNenChuDao_2);
    top: 50px;
    right: 50px;
    border-radius: 32px;
}

.screen__background__shape3 {
    height: 600px;
    width: 250px;
    background: var(--mauNenChuDao_3);
    /*linear-gradient(270deg, #5D54A4, #6A679E);*/
    top: -10px;
    right: -50px;
    border-radius: 32px;
}

.screen__background__shape4 {
    height: 400px;
    width: 300px;
    background: var(--mauNenChuDao_4);
    top: 300px;
    right: 80px;
    border-radius: 60px;
}

.login {
    overflow: hidden;
    padding: 60px 20px 20px 20px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    position: absolute;
    top: 45%;
    left: 40%;
    width: 310px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 300ms, box-shadow 300ms;
    -moz-transition: -moz-transform 300ms, box-shadow 300ms;
    transition: transform 300ms, box-shadow 300ms;
}

.screen__background__shape1::before, .screen__background__shape1::after {
    content: "";
    position: absolute;
    border-top-left-radius: 40%;
    border-top-right-radius: 45%;
    border-bottom-left-radius: 35%;
    border-bottom-right-radius: 40%;
    z-index: 3;
}

.screen__background__shape1::before {
    left: 37%;
    bottom: 44%;
    width: 550px;
    height: 550px;
    background-color: rgba(69, 105, 144, 0.15);
    -webkit-animation: wawes 6s infinite linear;
    -moz-animation: wawes 6s infinite linear;
    animation: wawes 6s infinite linear;
}

.screen__background__shape1::after {
    left: 30%;
    bottom: 35%;
    width: 650px;
    height: 650px;
    background-color: rgba(2, 128, 144, 0.2);
    -webkit-animation: wawes 7s infinite;
    -moz-animation: wawes 7s infinite;
    animation: wawes 7s infinite;
}


.login__field {
    padding: 0 10px;
    margin: 20px 0;
    position: relative;
    /*display: flex;
    align-items: center;*/
    background-color: inherit;
}

.login__field-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login__icon {
    color: var(--mauNenChuDao);
    margin-right: 10px;
}

.login__input {
    font-family: "Asap", sans-serif;
    display: block;
    font-size: 16px;
    background: inherit;
    width: 100%;
    border-bottom: var(--mauNenChuDao) 1px solid;
    padding: 10px 10px;
    margin: 5px 0px;
}

.login-error {
    font-weight: var(--inDamChuan);
    color: var(--mauErrorChuDao);
    margin-top: 10px
}

.login__input:focus {
    /* outline: #584f9e 2px solid;
  border-radius: 5px; */
    border-bottom: var(--mauNenChuDao) 2px solid !important;
}

.login_submit {
    font-family: "Asap", sans-serif;
    font-size: 25px;
    width: 8em;
    height: 2em;
    color: white;
    background: initial;
    position: relative;
    margin-top: 0.8em;
    cursor: pointer;
    border-left: 2px solid var(--mauNenChuDao) !important;
    margin-left: 20px;
}

    .login_submit::before, .login_submit::after {
        content: '';
        position: absolute;
        width: inherit;
        z-index: -1;
        border-left: var(--mauNenChuDao) 1px solid;
    }

    .login_submit::before {
        height: 80%;
        top: 10%;
        left: calc(-0.15em - 0.08em * 2);
        filter: brightness(0.8);
    }

    .login_submit::after {
        height: 60%;
        top: 20%;
        left: calc(-0.15em * 2 - 0.08em * 3);
        filter: brightness(0.6);
    }

    .login_submit span {
        position: relative;
        height: 120%;
        top: -10%;
        box-sizing: border-box;
        border: 0.08em solid var(--mauNenChuDao_2);
        background-color: var(--mauNenChuDao_2);
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: sans-serif;
        text-transform: capitalize;
        transform: translateX(calc(-0.15em * 3 - 0.08em * 2));
        transition: 0.3s;
    }

    .login_submit:hover {
        border-left: 0.08em solid;
    }

        .login_submit:hover span {
            transform: translateX(0.15em);
        }

.social-login {
    position: absolute;
    height: 70px;
    width: 150px;
    text-align: center;
    bottom: 0px;
    left: 0px;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-login__icon {
    padding: 20px 10px;
    color: var(--mauNenChuDao);
    text-decoration: none;
    text-shadow: 0px 0px 8px var(--mauNenChuDao);
}

    .social-login__icon:hover {
        transform: scale(1.5);
    }


@keyframes wawes {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 450px) {
    .screen {
        width: 400px;
    }

    .screen__content {
        width: 350px;
    }

    .login_submit {
        width: 6em;
    }
}
