.forms .tabs__content{align-items:center;display:flex;gap:100px}.forms .tabs__content>div{flex:1}.form-button-full-width input[type=submit],.forms__img{width:100%}.actions{display:flex;justify-content:start}.form-button-align-center .actions{justify-content:center}.form-button-align-right .actions{justify-content:end}.form-button-style-secondary input[type=submit]{background:var(--color-button-secondary-bg);box-shadow:var(--shadow);color:var(--color-button-secondary-text)}.form-button-style-secondary input[type=submit]:hover{background:var(--color-button-secondary-bg-hover);color:var(--color-button-secondary-text-hover)}.form-button-style-alert input[type=submit]{background:#fff;color:#e22a2a}.form-button-style-alert input[type=submit]:hover{background:#fff;color:#b62222}@media screen and (max-width:1000px){.forms .tabs__content{gap:60px}}@media screen and (max-width:800px){.forms .tabs__content{align-items:inherit;flex-direction:column;gap:30px}}