.auth-modal_container{width:100vw;height:100vh;overflow:hidden;display:grid;place-items:center}@media screen and (max-width:1300px){.auth-modal_container{background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb))}}.auth-modal_signin{padding:25px;width:75%;height:75%;background-color:hsla(0,0%,100%,.164);border-radius:25px}.auth-modal_signin .close-modal{width:100%;text-align:end;padding-right:2%;font-size:x-large}.auth-modal_signin .auth-modal-text{padding-top:1%;text-align:center;margin-bottom:15px}.auth-modal_signin .auth-modal-text h1{font-size:28px;margin-bottom:15px}.auth-modal_signin .mini-label{color:#b4b4b4}.auth-modal_signin .reset-password a:hover{color:#fff}.auth-modal_signin .submit-btn-form{width:100%;background-color:#000}.auth-modal_signin .form-checkbox_container label{margin-bottom:5px}.auth-modal_signin .form-checkbox_container .form-checkbox{margin-top:0;margin-right:15px}.main_overlay{top:0;left:0;width:100%!important;height:100svh!important;background-color:rgba(0,0,0,.5);display:grid;place-items:center;background-color:#000}