.local-techsupport-page { background: #f2f5fa; }
.local-techsupport-page .login-container { width: 100%; max-width: 760px; background: #fff; border-radius: 24px; }
.local-techsupport-page .login-wrapper { padding: 32px 12px; }
.local-techsupport-card { color: #25364e; background: #fff; border-radius: 20px; }
.local-techsupport-card h1 { font-size: 1.65rem; line-height: 1.3; margin-bottom: 28px; }
.local-techsupport-card .mform .fitem.row { display: block; margin: 0 0 20px; }
.local-techsupport-card .mform .fitem > .col-md-3,
.local-techsupport-card .mform .fitem > .col-md-9 { max-width: 100%; width: 100%; padding: 0; }
.local-techsupport-card .col-form-label { font-weight: 600; padding-bottom: 7px; }
.local-techsupport-card input[type=text],
.local-techsupport-card input[type=email],
.local-techsupport-card textarea { width: 100%; max-width: 100%; border: 1px solid #cdd7e5; border-radius: 10px; background: #fff; color: #25364e; padding: 12px 14px; }
.local-techsupport-card textarea { resize: vertical; min-height: 160px; }
.local-techsupport-card input[type=file] { max-width: 100%; font-size: .9rem; }
.local-techsupport-card input:focus-visible,
.local-techsupport-card textarea:focus-visible { outline: 2px solid #647b9d; outline-offset: 2px; }
.local-techsupport-card .local-techsupport-submit { width: 100%; white-space: normal; padding: 14px 18px; border-radius: 12px; font-weight: 600; }
.local-techsupport-back { display: inline-block; margin-top: 16px; }
.local-techsupport-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 575px) {
    .local-techsupport-page .login-container { padding: 20px 14px; }
    .local-techsupport-page .login-wrapper { padding: 16px 0; }
    .local-techsupport-card h1 { font-size: 1.35rem; }
    .local-techsupport-card .g-recaptcha { transform: scale(.85); transform-origin: left top; }
}
.local-techsupport-page.pagelayout-login #page {
    background: #f2f5fa !important;
}
.local-techsupport-page .login-container {
    box-shadow: 0 12px 40px rgba(30, 49, 76, .1);
}
