.auth-page{padding:100px 0 0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:50px}.auth-page .auth-page-header{font-size:20px;font-weight:800;font-family:Verdana,Geneva,Tahoma,sans-serif}.auth-page .auth-form-container{width:500px;height:max-content;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:80px}.auth-page .auth-form-container .auth-form-container-header .auth-form-title{font-size:20px;font-weight:800;font-family:Verdana,Geneva,Tahoma,sans-serif}.auth-page .auth-form-container .auth-form-container-body,.auth-page .auth-form-container .auth-form-container-body .auth-form{width:100%;display:flex;flex-direction:column;justify-content:start;align-items:center}.auth-page .auth-form-container .auth-form-container-body .auth-form{height:max-content;gap:70px}.auth-page .auth-form-container .auth-form-container-body .auth-form .form-input{width:100%}.auth-page .auth-form-container .auth-form-container-body .auth-form .form-btn{width:max-content}.auth-page .auth-form-container .auth-form-container-footer{width:100%;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:40px}.auth-page .auth-form-container .auth-form-container-footer .auth-error-message{color:#c34334;font-size:16px;font-weight:600;text-align:center;font-family:Verdana,Geneva,Tahoma,sans-serif}@media(max-width:600px){.auth-page{max-width:600px;padding:0 20px;gap:40px}.auth-page,.auth-page .auth-form-container{width:100%;display:flex;flex-direction:column;justify-content:start;align-items:center}.auth-page .auth-form-container{height:max-content;gap:80px}.auth-page .auth-form-container .auth-form-container-body .auth-form{width:350px;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:40px}}