.customer-forms{margin-top:calc(var(--header-gap) * -1);display:grid;grid-template-columns:1fr}@media (min-width: 768px){.customer-forms{grid-template-columns:1fr 1fr}}.customer-forms .image-col img{width:100%;height:100vh;-o-object-fit:cover;object-fit:cover}.customer-forms .form-col{display:flex;align-items:center;padding:0 var(--edge);padding-top:var(--header-gap);text-align:center}.customer-forms .form-col .form-wrap{width:100%;padding:var(--spacing-xl) 0;max-width:42rem;margin:0 auto}.customer-forms .form-col form{display:grid;grid-template-columns:1fr;gap:var(--spacing-sm)}.customer-forms .form-col form input{margin:0}@media (max-width: 767px){.customer-forms .form-col form .form-row{gap:var(--spacing-sm)}}.customer-forms .form-col form .btn-submit:disabled{background:var(--black);color:var(--white)}.customer-forms .form-col .switch-form{text-align:right}.customer-forms .form-title{margin-bottom:2rem}.customer-forms .form-title .h2,.customer-forms .form-title .h4{margin:0}.customer-forms .forgot-password{text-align:right;margin-top:var(--spacing-sm)}.customer-forms .trade-account__options{text-align:left;padding-left:var(--spacing-lg)}.customer-forms .trade-account__options .h5{margin:.8rem 0}.customer-forms .trade-account__options .checkbox-wrap{margin-bottom:.8rem}.customer-forms .btn-reset{background:var(--black)}.customer-forms .icon--password svg{width:2rem;height:2rem}.customer-forms .password-input-wrap{position:relative}.customer-forms .password-input-wrap .icon--password{position:absolute;right:1rem;top:50%;transform:translateY(-50%);cursor:pointer}
