@media screen and (max-width: 899px){.desktop-only{display:none!important}}@media screen and (min-width: 900px){.mobile-only{display:none!important}}:root{--phonePortraitBreakpoint: 420px;--tabletBreakpoint: 1024px;--tabletPortraitBreakpoint: 900px;--menuBreakpoint: 56.25em}.login-form{width:100%;display:flex;flex-direction:column;justify-content:center}.login-form fieldset{max-width:100%}.login-form__fields{display:flex;flex-direction:column;gap:1.25rem}.login-form__fields label{color:var(--neutral-500);font-weight:var(--semiBold)}.login-form__fields__bottom{display:flex;justify-content:space-between;margin:1.25rem 0}.login-form__fields__bottom__checkbox{display:flex;flex-direction:row;align-items:center;gap:.3125rem}.login-form__fields__bottom__checkbox.form-item{margin-bottom:0}@media screen and (max-width: 900px){.login-form__fields__bottom__checkbox label{font-size:.875rem}}.login-form__fields__required-warning{margin-block:5px;color:var(--warning)}.login-form button[type=submit]{width:15.625rem}@media screen and (max-width: 1024px){.login-form button[type=submit]{align-self:center}}
