.brand-settings-assets .render-fields{-moz-column-gap:var(--base);column-gap:var(--base);grid-template-columns:repeat(3,minmax(0,1fr));grid-template-areas:"preview-logo preview-logoOnBrand preview-favIcon""upload-logo upload-logoOnBrand upload-favIcon";row-gap:0;display:grid}.brand-settings-assets .brand-asset-cell--preview-logo{grid-area:preview-logo}.brand-settings-assets .brand-asset-cell--preview-logoOnBrand{grid-area:preview-logoOnBrand}.brand-settings-assets .brand-asset-cell--preview-favIcon{grid-area:preview-favIcon}.brand-settings-assets .brand-asset-cell--upload-logo{grid-area:upload-logo}.brand-settings-assets .brand-asset-cell--upload-logoOnBrand{grid-area:upload-logoOnBrand}.brand-settings-assets .brand-asset-cell--upload-favIcon{grid-area:upload-favIcon}@media (max-width:1100px){.brand-settings-assets .render-fields{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"preview-logo preview-logoOnBrand""upload-logo upload-logoOnBrand""preview-favIcon.""upload-favIcon."}}@media (max-width:700px){.brand-settings-assets .render-fields{grid-template-columns:1fr;grid-template-areas:"preview-logo""upload-logo""preview-logoOnBrand""upload-logoOnBrand""preview-favIcon""upload-favIcon"}}body.live-preview-narrow .live-preview-window{width:auto;min-width:300px;max-width:320px;flex-basis:auto;margin-inline-end:var(--base)}@font-face{font-family:Frutiger;font-weight:300;src:url(/fonts/FrutigerLTCom-Light.ttf)format("truetype");font-display:swap}@font-face{font-family:Frutiger;font-weight:400;src:url(/fonts/FrutigerLTCom-Roman.ttf)format("truetype");font-display:swap}@font-face{font-family:Frutiger;font-weight:700;src:url(/fonts/FrutigerLTCom-Bold.ttf)format("truetype");font-display:swap}.template-minimal{--color-primary-50:243 249 251;--color-primary-100:191 219 228;--color-primary-200:127 183 200;--color-primary-300:64 148 174;--color-primary-400:0 112 147;--color-primary-500:0 90 118;--color-secondary-400:22 166 147;--color-secondary-300:80 188 174;--color-secondary-200:138 210 200;--color-secondary-100:187 234 227;--color-tertiary-accent:187 0 86;--color-tertiary-300:204 64 128;--color-tertiary-200:220 127 170;--color-tertiary-100:245 229 236;--color-greys-text:26 26 26;--color-greys-subtext:112 112 112;--color-greys-inputs:199 202 204;--auth-space-tight:8px;--auth-space-field:16px;--auth-space-section:32px;--auth-space-pad:40px;--auth-input-h:44px;--auth-btn-h:48px;--auth-label-line:calc(13px * 1.4);background:rgb(var(--color-primary-50));color:rgb(var(--color-greys-text));font-family:Frutiger,system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.5}.template-minimal .template-minimal__wrap{width:100%;max-width:400px;box-shadow:0 0 30px 0 rgb(var(--color-primary-400)/.18);padding:var(--auth-space-pad);text-align:start;background:#fff}.template-minimal .login__brand{margin-bottom:var(--auth-space-section);justify-content:flex-start}.template-minimal .login__brand img{width:auto;max-height:44px}.template-minimal .form-header{margin-bottom:var(--auth-space-field);gap:var(--auth-space-tight)}.template-minimal .form-header h1{color:rgb(var(--color-greys-text));margin:0;font-size:22px;font-weight:700;line-height:1.2}.template-minimal .form-header p{color:rgb(var(--color-greys-text));margin:0;font-size:14px;line-height:1.5}.template-minimal .login__form,.template-minimal .template-minimal__wrap>form{gap:var(--auth-space-field);flex-direction:column;display:flex}.template-minimal .login__form{position:relative}.template-minimal .login__form__inputWrap{gap:var(--auth-space-field);flex-direction:column;display:flex}.template-minimal .field-type{margin-bottom:0}.template-minimal .field-type input[type=text],.template-minimal .field-type input[type=email],.template-minimal .field-type input[type=password]{width:100%;min-height:var(--auth-input-h);border:1px solid rgb(var(--color-greys-inputs));color:rgb(var(--color-greys-text));box-shadow:none;background:#fff;border-radius:0;padding:0 14px;font-family:inherit;font-size:14px;line-height:1.4;transition:border-color .15s ease-in-out}.template-minimal .field-type input[type=text]::-moz-placeholder{color:rgb(var(--color-greys-inputs))}.template-minimal .field-type input[type=email]::-moz-placeholder{color:rgb(var(--color-greys-inputs))}.template-minimal .field-type input[type=password]::-moz-placeholder{color:rgb(var(--color-greys-inputs))}.template-minimal .field-type input[type=text]::placeholder,.template-minimal .field-type input[type=email]::placeholder,.template-minimal .field-type input[type=password]::placeholder{color:rgb(var(--color-greys-inputs))}.template-minimal .field-type input[type=text]:focus,.template-minimal .field-type input[type=email]:focus,.template-minimal .field-type input[type=password]:focus{border-color:rgb(var(--color-primary-400));outline:none}.template-minimal .field-type .field-label{color:rgb(var(--color-greys-text));margin-bottom:var(--auth-space-tight);padding:0;font-size:13px;font-weight:400;line-height:1.4;display:block}.template-minimal .login__form>a{top:calc(var(--auth-label-line) + var(--auth-space-tight) + var(--auth-input-h) + var(--auth-space-field));color:rgb(var(--color-primary-400));font-size:13px;line-height:1.4;text-decoration:none;transition:color .15s ease-in-out;position:absolute;right:0}.template-minimal .login__form>a:hover{color:rgb(var(--color-primary-500));text-underline-offset:3px;text-decoration:underline}.template-minimal .template-minimal__wrap>a{margin-top:var(--auth-space-field);color:rgb(var(--color-primary-400));font-size:13px;text-decoration:none;transition:color .15s ease-in-out;display:inline-block}.template-minimal .template-minimal__wrap>a:hover{color:rgb(var(--color-primary-500));text-underline-offset:3px;text-decoration:underline}.template-minimal .form-submit{margin:0}.template-minimal .btn--style-secondary,.template-minimal .form-submit .btn,.template-minimal .form-submit button{width:100%;min-height:var(--auth-btn-h);box-shadow:none;border-radius:0;margin:0;padding:0 24px;font-family:inherit;font-size:14px;font-weight:400;line-height:1.2}.template-minimal .form-submit .btn,.template-minimal .form-submit button{background:rgb(var(--color-tertiary-accent));color:#fff;border:1px solid rgb(var(--color-tertiary-accent));transition:box-shadow .15s ease-in-out}.template-minimal .form-submit .btn:hover,.template-minimal .form-submit .btn:focus-visible,.template-minimal .form-submit button:hover,.template-minimal .form-submit button:focus-visible{box-shadow:0 0 20px 0 rgb(var(--color-primary-400)/.2)}.template-minimal .form-submit .btn:disabled,.template-minimal .form-submit button:disabled{background:rgb(var(--color-primary-100));border-color:rgb(var(--color-primary-100));cursor:not-allowed;box-shadow:none}.template-minimal .btn--style-secondary{color:rgb(var(--color-greys-text));border:1px solid rgb(var(--color-primary-400));background:0 0;transition:background-color .15s ease-in-out,color .15s ease-in-out}.template-minimal .btn--style-secondary:hover,.template-minimal .btn--style-secondary:focus-visible{background:rgb(var(--color-primary-400));color:#fff}
