::-webkit-input-placeholder {color: var(--grey-three);}
::-moz-placeholder          {color: var(--grey-three);}
:-moz-placeholder           {color: var(--grey-three);}
:-ms-input-placeholder      {color: var(--grey-three);}




body{
    overflow: hidden;
}

.wraper-auth {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('/resource/bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: rgba(252, 233, 218, 0.116);
    overflow: hidden;
}

.wraper-auth::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(252, 233, 218, 0.8);
    /*background-color: rgba(252, 233, 218, 0.3);*/

}

.wraper-auth__media{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.wraper-auth__video{
    width: 100%;
    height: 110%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}












.card{
    width: 453px;
    height: 680px;
    position: relative;
    max-height: 90vh;
    padding: 10px;
    z-index: 2;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}


.card-wrapper{

    justify-content: center;
    height: 100%;
    min-height: 100%;
    position: relative;
    padding: 32px 20px 10px 20px;
    overflow-y: scroll;
}

.card-wrapper::-webkit-scrollbar{
    background-color: var(--white);
    width: 6px;
}


.card__question{
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 2;
}



.card__resset-pass{
    cursor: pointer;
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 2;
}




.card__question-img{
    width: 48px;
    height: 48px;
}





.card__logo{
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 69px;
}

.card__logo-img{
    width: 123px;
    height: 123px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.card__name{
    user-select: none;
    display: flex;
    align-items: center;
    color: var(--red) !important;
    z-index: -2;
    font-weight: 700;
    font-size: 22px;
    position: absolute;
    bottom: -45px;

}


.card__warn-message{
    display: flex;
    color: var(--grey-one) !important;
    padding: 2px 8px;
    border: 1px solid var(--red-three);
    border-radius: 4px;
    background-color: var(--red-three);
    font-weight: 500;
    font-size: 20px;
    position: absolute;
    bottom: -52px;
    align-items: center;
}


.warn-text{
    color: var(--grey-one) !important;
}


.card__input-wrapper{
    margin-bottom: 22px;
    position: relative;
}

.card__show-pass-icon{
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    right: 14px;
    bottom: 8px;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.card__show-pass-icon:hover{
    transform: scale(1.1);
}


.card__input-title{
    font-size: var(--subtitle-size);
    font-weight: 700;
    color: var(--grey-one);
}


.card__input-input {
    transition: all 0.2s ease-in;
    padding-left: 48px;
    padding-right: 48px;
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid var(--red-opacity-50);
    color: var(--grey-one);
    font-size: var(--text-size);
    line-height: 22;
    font-weight: 400;
    background-repeat: no-repeat;
    outline: none;
}

.card__input-input:hover{
    background-color: var(--grey-four);
}




















.card__input-input--tabel{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.5'%3e%3cpath d='M12.5484 15.5C14.0351 15.5 15.1318 14.4034 15.1318 12.9167C15.1318 11.43 14.0351 10.3334 12.5484 10.3334C11.0617 10.3334 9.96509 11.43 9.96509 12.9167C9.96509 14.4034 11.0604 15.5 12.5484 15.5Z' fill='%23333333'/%3e%3cpath d='M25.8333 5.16663H5.16659C3.74188 5.16663 2.58325 6.25292 2.58325 7.5885V23.4114C2.58325 24.747 3.74188 25.8333 5.16659 25.8333H25.8333C27.258 25.8333 28.4166 24.747 28.4166 23.4114V7.5885C28.4166 6.25292 27.258 5.16663 25.8333 5.16663ZM25.8333 23.25L5.16659 23.2358V7.74996L25.8333 7.76417V23.25Z' fill='%23333333'/%3e%3cpath d='M18.0833 11.625H23.25V14.2083H18.0833V11.625ZM19.375 16.7917H23.25V19.375H19.375V16.7917ZM17.3471 20.0673C17.3471 18.2926 15.1823 16.4688 12.5485 16.4688C9.91483 16.4688 7.75 18.2926 7.75 20.0673V20.6667H17.3471V20.0673Z' fill='%23333333'/%3e%3c/g%3e%3c/svg%3e");
    background-position: 4px center;
    border-radius: 0;
}

.card__input-input--pass{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.5'%3e%3cpath d='M12 2C9.243 2 7 4.243 7 7V10H6C4.897 10 4 10.897 4 12V20C4 21.103 4.897 22 6 22H18C19.103 22 20 21.103 20 20V12C20 10.897 19.103 10 18 10H17V7C17 4.243 14.757 2 12 2ZM18 12L18.002 20H6V12H18ZM9 10V7C9 5.346 10.346 4 12 4C13.654 4 15 5.346 15 7V10H9Z' fill='%23333333'/%3e%3c/g%3e%3c/svg%3e ");
    background-position: 8px center;
    border-radius: 0;
}



.card__checkbox-wrapper{
    display: flex;
    align-items: center;
    margin-bottom: 21px;
    height: 24px;
}



.card__checkbox-text{
    cursor: pointer;
}








.input-modal{
    width: 100%;
    margin-bottom: 20px;
}
.input-modal--last{
    margin-bottom: 53px;
}


















.modal-qr-code{
    max-width: 600px;
}




.modal-qr-bottom-content{
    display: flex;
    justify-content: space-between;
}



.modal-qr__qr-wrapper{
    position: relative;
    width: 260px;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: 1px solid red;*/
}

.modal-qr__qr-wrapper img{

    object-fit: contain;
    max-width: 100%;

}

.modal-qr-code__timer-wrapper{
    width: 260px;
    height: 260px;
    /*border: 1px solid red;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal-qr-code__timer{
    margin-bottom: var(--indent-y);
}























@media(min-width: 1000px){

    .btn-app{
        display: none;
    }

}




@media(max-width: 500px){

    .wraper-auth{
        background-image: none;
        background-color: #fff;
    }

    .wraper-auth__media{
        background-color: #fff;
    }

    .wraper-auth__media video{
        display: none;
        background-color: #fff;
    }

    .wraper-auth__content{
        background-color: #fff;
    }

    .wraper-auth::after{
        background-color: #fff;
    }

    .card{
        box-shadow: none;
        max-height: 100vh;
        height: 100vh;
        width: 100%;
    }

    .card__input-input{
        padding-right: 10px;
    }

    .card__warn-message{
        bottom: -50px;
        font-size: var(--subtitle-size);
        align-items: center;
    }

    .card__warn-message img{
        margin-right: 5px;
        width: 20px;
        height: 20px;
    }

}




@media(max-width: 360px) {
    .card {
        box-shadow: none;
        max-width: 100vw;

    }


}






@media(max-height: 565px) {

    .wraper-auth{
        background-image: none;
        background-color: #fff;
    }

    .wraper-auth__media{
        background-color: #fff;
    }

    .wraper-auth__media video{
        display: none;
        background-color: #fff;
    }

    .wraper-auth__content{
        background-color: #fff;
    }

    .wraper-auth::after{
        background-color: #fff;
    }

    .card{
        box-shadow: none;
        max-height: 100vh;
        height: 100vh;

    }

    .card__logo{
        margin-bottom: 50px;
    }

    .card__logo-img{
        width: 90px;
        height: 90px;
    }



    .card__warn-message{
        bottom: -42px;
        font-size: var(--subtitle-size);
        align-items: center;
    }

    .card__warn-message img{
        margin-right: 5px;
        width: 20px;
        height: 20px;
    }


}