::-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);
}


.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: 750px;
    position: relative;
    max-height: 90vh;
    padding: 10px;
    z-index: 200;
    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__logo-name{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card__text{
    text-align: justify;
    margin-bottom: 80px;

}










.card__logo{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}


.card__logo-img{
    width: 123px;
    height: 123px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: var(--indent-y-xl);
}



.card__name{
    user-select: none;
    display: flex;
    align-items: center;
    color: var(--red) !important;
    z-index: -2;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: var(--indent-y-xl);
}



.card__warn-message{
    display: flex;
    max-width: 90%;
    color: var(--grey-one) !important;
    padding: 2px 8px;
    border: 1px solid var(--red-three);
    border-radius: 4px;
    background-color: var(--red-three);
    font-weight: 480;
    font-size: 20px;
    position: absolute;
    top: 500px;
    align-items: center;
    text-align: center;
}


.warn-text{
    color: var(--grey-one) !important;
}

.card__input-wrapper{
    width: 100%;
    margin-bottom: 22px;
    position: relative;

}

.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;
    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:hover{
    background-color: var(--grey-four);
}
















































@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%;
        padding-bottom: 70px;
    }

    .card-wrapper{

    }

    .card__input-input{
        padding-right: 10px;
    }

    .card__warn-message{
        top: auto;
        bottom: 50px;
        font-size: var(--subtitle-size);
        align-items: center;
        height: 50px;
    }

    .card__warn-message img{
        margin-right: 5px;
        width: 20px;
        height: 20px;
    }

}




@media(max-width: 360px) {
    .card {
        box-shadow: none;
        max-width: 100vw;

    }

    .card__warn-message{

        bottom: 50px;
        font-size: var(--subtitle-size);
        align-items: center;
        height: 50px;
    }



}






@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;
    }


}