@charset "UTF-8";.auth{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:72px;min-height:100vh;padding-top:24px;padding-bottom:24px}.auth__form{box-shadow:0 2px 20px rgba(0,0,0,.15);border-radius:20px;padding:32px;width:100%;max-width:392px;min-height:448px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.auth__form-title{text-align:center;margin-bottom:0}.auth__form-subtitle{font-weight:400;font-size:16px;line-height:24px;text-align:center}@media (max-width:520px){.auth__form-subtitle{font-size:15px;line-height:20px}}.auth__form-subtitle:last-child{margin-bottom:0}.auth__form form{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.auth__form .field{margin-bottom:0;width:100%}.auth__form .btn--primary{width:100%;margin-top:8px}.auth__form .btn--link{margin:0 auto}footer,header{display:none}