.auth-form{gap:14px;display:grid}.auth-form__field{gap:8px;display:grid}.auth-form__label{font-size:.98rem;font-weight:600}.auth-form__input,.auth-form__select{background:var(--button-background);width:100%;min-height:56px;color:var(--font-color);border:1px solid #0000;border-radius:22px;padding:14px 18px;font-size:1rem;transition:border-color .15s ease-in-out,background .15s ease-in-out}.auth-form__input::placeholder,.auth-form__select::placeholder{color:var(--font-color)}.auth-form__input::placeholder{color:#0c172973}.auth-form__input:focus,.auth-form__select:focus{background:#00000005;border-color:#5ab058e6}.auth-form__select option{color:#0c1729}.auth-form__error{color:#c64747;text-align:center;font-size:.95rem}.auth-form__hint{opacity:.68;text-align:center;font-size:.92rem;line-height:1.5}.auth-form__submit{width:100%;min-height:56px;margin-top:4px;font-family:GrtskTera,sans-serif;font-weight:700}.auth-form__submit:disabled{opacity:.55;cursor:not-allowed}@media screen and (min-width:768px){.auth-form__error,.auth-form__hint{text-align:left}}@media screen and (max-width:767px){.auth-form__input,.auth-form__select,.auth-form__submit{border-radius:18px;min-height:52px}.auth-form__input,.auth-form__select{padding:12px 16px}}
