.form{display:grid;grid-template-columns:1fr;position:relative;gap:clamp(2rem,3.18vw + 1.28rem,4rem)}@media only screen and (min-width: 1024px){.form{grid-template-columns:1fr 1fr}}.form__bg{position:absolute;bottom:0;left:0}.form__content-hld{display:flex;flex-direction:column;align-items:center;z-index:1;text-align:center}@media only screen and (min-width: 1024px){.form__content-hld{align-items:flex-start;text-align:left}}.form__content{margin-top:1rem}.form__right{padding:clamp(1rem,1.59vw + 0.64rem,2rem);border:1px solid var(--input-field-border-border-idle);border-radius:.3125rem;background:var(--bg-tertiary)}
