

.login-register-body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;

  background: linear-gradient(135deg, #244565 0%, #5d7f94 100%) !important;
  min-height: 100vh;
}

.login-register-body * {
  box-sizing: border-box;
}

.login-register-body .container,
.login-register-body .header,
.login-register-body .desktopNav,
.login-register-body .mobile-nav-menu {
  display: none !important;
}

.login-register-body .site {
  margin: 0 !important;
  padding: 0 !important;
}

.login-register-body #page {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.mch-alert {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  padding: 0.875rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 1.25rem;
  word-break: break-word;
  border-width: 1px;
  border-style: solid;
}

.mch-alert-icon {
  flex-shrink: 0;
  margin-top: 0.1rem;
  width: 16px;
  height: 16px;
}

.mch-alert-danger {
  background: #fef2f2;
  border-color: #fecaca;
  color: #b91c1c;
}

.mch-alert-success {
  background: #f0fdf4;
  border-color: #bbf7d0;
  color: #15803d;
}

.mch-alert-warning {
  background: #fef3c7;
  border-color: #fde68a;
  color: #92400e;
}

.mch-alert-info {
  background: #eff6ff;
  border-color: #bfdbfe;
  color: #1d4ed8;
}

.login-error,
.register-error {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  padding: 0.875rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 1.25rem;
  word-break: break-word;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b91c1c;
}

.login-error::before,
.register-error::before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  margin-top: 0.125rem;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23b91c1c' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.login-success,
.register-success {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  padding: 0.875rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 1.25rem;
  word-break: break-word;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #15803d;
}

.login-success::before,
.register-success::before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  margin-top: 0.125rem;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2315803d' stroke-width='2'%3E%3Cpath d='M22 11.08V12a10 10 0 11-5.93-9.14'/%3E%3Cpolyline points='22 4 12 14.01 9 11.01'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.mch-form-group,
.form-group {
  margin-bottom: 1.25rem;
}

form .form-group:last-of-type,
form .mch-form-group:last-of-type {
  margin-bottom: 0;
}

.mch-form-group label,
.form-group label {
  display: block;
  color: #244565;
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.01em;
  margin-bottom: 0.375rem;
}

.mch-input,
.form-group .input,
.mch-form-group .input,
input.input {
  width: 100%;
  height: 2.75rem;
  padding: 0 0.875rem;
  border: 1.5px solid #e2e8f0;
  border-radius: 0.625rem;
  font-size: 0.9375rem;
  color: #1f2937;
  background: #ffffff;
  box-sizing: border-box;
  transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
}

.mch-input:hover,
.form-group .input:hover,
input.input:hover {
  border-color: #cbd5e1;
}

.mch-input:focus,
.form-group .input:focus,
input.input:focus {
  outline: none;
  border-color: #244565;
  box-shadow: 0 0 0 3px rgba(36, 69, 101, 0.12);
}

.mch-input::placeholder,
.form-group .input::placeholder,
input.input::placeholder {
  color: #94a3b8;
  font-weight: 400;
}

.form-group.has-error .input,
.form-group.has-error input.input,
.mch-form-group.has-error .input {
  border-color: #dc2626;
  background-color: #fef2f2;
}

.form-group.has-error .input:focus,
.mch-form-group.has-error .input:focus {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

.form-group.has-error label,
.mch-form-group.has-error label {
  color: #b91c1c;
}

.form-group.has-error::after,
.mch-form-group.has-error::after {
  content: 'Ovo polje je obavezno';
  display: block;
  font-size: 0.75rem;
  color: #b91c1c;
  margin-top: 0.375rem;
  line-height: 1.4;
}

.form-group.has-error #custom_email ~ label,
.form-group.has-error:has(#custom_email)::after {
  content: 'Unesite ispravnu email adresu';
}

.form-group.has-error:has(#password_repeat)::after {
  content: 'Lozinke se ne podudaraju ili je polje prazno';
}

.form-group.has-error:has(#custom_password)::after {
  content: 'Lozinka mora imati najmanje 8 karaktera';
}

.checkbox-group.has-error label,
.checkbox-group.has-error span {
  color: #b91c1c;
}

.checkbox-group.has-error input[type="checkbox"] {
  outline: 2px solid #dc2626;
  outline-offset: 2px;
}

.checkbox-group.has-error::after {
  content: 'Morate prihvatiti uslove korišćenja';
  display: block;
  font-size: 0.75rem;
  color: #b91c1c;
  margin-top: 0.375rem;
  line-height: 1.4;
}

.password-input-wrapper {
  position: relative;
}

.password-input-wrapper .input {
  padding-right: 2.75rem;
}

.password-input-wrapper .password-toggle {
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.375rem;
  color: #94a3b8;
  line-height: 0;
  border-radius: 0.375rem;
  transition: color 150ms ease-in-out, background 150ms ease-in-out;
}

.password-input-wrapper .password-toggle:hover {
  color: #244565;
  background: rgba(36, 69, 101, 0.06);
}

.password-input-wrapper .password-toggle:focus-visible {
  outline: 2px solid #244565;
  outline-offset: 2px;
}

.password-input-wrapper .password-toggle svg {
  width: 18px;
  height: 18px;
  display: block;
}

.required {
  color: #dc2626;
  font-weight: 700;
}

.checkbox-group {
  margin-bottom: 1.25rem;
}

.checkbox-group label {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 0.875rem;
  color: #374151;
  cursor: pointer;
  line-height: 1.5;
  font-weight: 400;
}

.checkbox-group input[type="checkbox"] {
  flex-shrink: 0;
  margin-top: 0.1875rem;
  width: 17px;
  height: 17px;
  accent-color: #244565;
  cursor: pointer;
  border-radius: 4px;
}

.checkbox-group a {
  color: #244565;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 500;
}

.checkbox-group a:hover {
  color: #1b3650;
}

.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  font-size: 0.8125rem;
  gap: 0.5rem;
}

.remember-me {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  color: #374151;
  font-size: 0.8125rem;
}

.remember-me input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #244565;
  cursor: pointer;
}

.forgot-password {
  color: #244565;
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.forgot-password:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.login-button,
.submit-button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 2.875rem;
  margin-top: 1.5rem;

  padding: 0 1.5rem;
  background: linear-gradient(135deg, #244565 0%, #5d7f94 100%);
  color: white;
  border: none;
  border-radius: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: opacity 150ms ease-in-out, transform 150ms ease-in-out, box-shadow 150ms ease-in-out;
  box-shadow: 0 1px 3px rgba(36, 69, 101, 0.35), 0 4px 12px rgba(36, 69, 101, 0.2);
  font-family: inherit;
  position: relative;
}

.login-button:hover,
.submit-button:hover {
  opacity: 0.92;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(36, 69, 101, 0.4), 0 8px 20px rgba(36, 69, 101, 0.25);
}

.login-button:active,
.submit-button:active {
  transform: translateY(0);
  opacity: 1;
}

.login-button:disabled,
.submit-button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.login-button:focus-visible,
.submit-button:focus-visible {
  outline: 2px solid #244565;
  outline-offset: 3px;
}

.login-button.loading,
.submit-button.loading {
  color: transparent;
}

.login-button.loading::after,
.submit-button.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: mch-spin 0.75s linear infinite;
}

@keyframes mch-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.login-footer,
.auth-footer {
  text-align: center;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e9eff5;
  color: #6b7280;
  font-size: 0.8125rem;
  line-height: 1.8;
}

.login-footer a,
.auth-footer a {
  color: #244565;
  font-weight: 600;
  text-decoration: none;
}

.login-footer a:hover,
.auth-footer a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.password-strength {
  margin-top: 0.5rem;
}

.password-strength-bars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin-bottom: 0.375rem;
}

.password-strength-bars .bar {
  height: 3px;
  background: #e5e7eb;
  border-radius: 2px;
  transition: background 200ms ease-in-out;
}

.password-strength[data-score="1"] .bar:nth-child(-n+1) { background: #dc2626; }
.password-strength[data-score="2"] .bar:nth-child(-n+2) { background: #f59e0b; }
.password-strength[data-score="3"] .bar:nth-child(-n+3) { background: #3b82f6; }
.password-strength[data-score="4"] .bar:nth-child(-n+4) { background: #16a34a; }

.password-strength-hint {
  font-size: 0.6875rem;
  color: #6b7280;
  line-height: 1.5;
  margin: 0;
}

.password-strength[data-score="1"] .password-strength-hint { color: #b91c1c; }
.password-strength[data-score="4"] .password-strength-hint { color: #15803d; }

.trainer-confirm {
  display: none;
  margin-top: 0.75rem;
  padding: 0.875rem 1rem;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 0.625rem;
  font-size: 0.8125rem;
  color: #1d4ed8;
  line-height: 1.5;
  transition: opacity 200ms ease-in-out;
}

.trainer-confirm.show {
  display: block;
}

.trainer-confirm p {
  margin: 0;
}

.mch-crisis-notice {
  display: flex;
  gap: 0.625rem;
  align-items: flex-start;
  padding: 0.875rem 1rem;
  background: #fef3c7;
  border: 1px solid #fde68a;
  border-radius: 0.75rem;
  font-size: 0.75rem;
  color: #78350f;
  line-height: 1.5;
  margin-top: 1.5rem;
}

.mch-crisis-notice svg {
  flex-shrink: 0;
  margin-top: 0.075rem;
  color: #d97706;
}

.mch-crisis-notice a {
  color: #78350f;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mch-privacy-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  font-size: 0.6875rem;
  color: #9ca3af;
  margin-top: 1rem;
  letter-spacing: 0.01em;
}

.mch-privacy-trust svg {
  flex-shrink: 0;
  color: #6b7280;
}

.auth-centered-layout {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;

  background-image: radial-gradient(circle, rgba(255,255,255,0.07) 1px, transparent 1px);
  background-size: 28px 28px;
}

.auth-card {
  width: 100%;
  max-width: 440px;
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow:
    0 1px 2px rgba(0,0,0,0.06),
    0 8px 24px rgba(36, 69, 101, 0.18),
    0 32px 60px rgba(36, 69, 101, 0.12);
  padding: 2.5rem 2.25rem 2rem;
  animation: mch-card-in 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes mch-card-in {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.99);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.auth-card-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 1.75rem;
}

.auth-card-logo img {
  height: 48px;
  width: auto;
}

.auth-card-heading {
  text-align: center;
  margin-bottom: 1.75rem;
}

.auth-card-heading h1 {
  font-size: 1.625rem;
  font-weight: 700;
  color: #244565;
  line-height: 1.2;
  margin: 0 0 0.375rem;
  letter-spacing: -0.01em;
}

.auth-card-heading p {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}

.auth-card-accent-line {
  width: 36px;
  height: 3px;
  background: linear-gradient(90deg, #244565, #5d7f94);
  border-radius: 2px;
  margin: 0 auto 1.25rem;
}

.register-page-container {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.register-form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
  background: #ffffff;
  overflow-y: auto;
}

.register-form {
  width: 100%;
  max-width: 480px;
  animation: mch-card-in 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.register-header {
  margin-bottom: 2rem;
}

.register-header .logo {
  margin-bottom: 1.25rem;
}

.register-header .logo img {
  height: 44px;
  width: auto;
}

.register-header h1 {
  font-size: 1.625rem;
  font-weight: 700;
  color: #244565;
  line-height: 1.2;
  margin: 0 0 0.375rem;
  letter-spacing: -0.01em;
}

.register-header p {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}

.register-sidebar {
  background:
    radial-gradient(ellipse at 100% 0%, rgba(94, 134, 235, 0.45) 0%, transparent 55%),
    radial-gradient(ellipse at 0% 100%, rgba(244, 114, 182, 0.30) 0%, transparent 50%),
    linear-gradient(155deg, #1a3552 0%, #244565 35%, #2f5476 60%, #5d7f94 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.5rem 2.75rem;
  color: white;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.register-sidebar::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.07) 1px, transparent 1px);
  background-size: 22px 22px;
  pointer-events: none;
  z-index: 0;
  mask-image: radial-gradient(ellipse at center, black 50%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 50%, transparent 100%);
}

.register-sidebar::after {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.45) 0%, transparent 65%);
  filter: blur(2px);
  pointer-events: none;
  animation: mch-blob-float-a 18s ease-in-out infinite;
  z-index: 0;
}

.sidebar-content::before {
  content: '';
  position: absolute;
  bottom: -160px;
  left: -160px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(251, 191, 36, 0.35) 0%, transparent 70%);
  filter: blur(2px);
  pointer-events: none;
  animation: mch-blob-float-b 22s ease-in-out infinite;
  z-index: -1;
}

@keyframes mch-blob-float-a {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(-30px, 40px) scale(1.08); }
}
@keyframes mch-blob-float-b {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(40px, -30px) scale(1.12); }
}

@media (prefers-reduced-motion: reduce) {
  .register-sidebar::after,
  .sidebar-content::before {
    animation: none;
  }
}

.sidebar-content {
  position: relative;
  z-index: 1;
  max-width: 420px;
  width: 100%;
}

.sidebar-content h2 {
  position: relative;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  line-height: 1.2;
  letter-spacing: -0.015em;
  background: linear-gradient(135deg, #ffffff 0%, #cfe6ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sidebar-content h2::before {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background: linear-gradient(90deg, #38bdf8, #fbbf24);
  border-radius: 2px;
  margin-bottom: 1rem;
}

.sidebar-content > p {
  font-size: 0.9375rem;
  margin: 0 0 2.5rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.benefits {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin-bottom: 2rem;
}

.benefit {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.125rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 250ms ease-out, background 250ms ease-out, border-color 250ms ease-out;
}

.benefit:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.benefit:nth-child(1) .benefit-icon {
  background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%);
  box-shadow: 0 6px 20px -6px rgba(56, 189, 248, 0.55);
}
.benefit:nth-child(2) .benefit-icon {
  background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
  box-shadow: 0 6px 20px -6px rgba(52, 211, 153, 0.55);
}
.benefit:nth-child(3) .benefit-icon {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  box-shadow: 0 6px 20px -6px rgba(251, 191, 36, 0.55);
}

.benefit-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.875rem;
  color: white;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.benefit-icon::after {
  content: '';
  position: absolute;
  top: 6px;
  right: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  animation: mch-icon-ping 2.4s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.benefit:nth-child(2) .benefit-icon::after { animation-delay: 0.8s; }
.benefit:nth-child(3) .benefit-icon::after { animation-delay: 1.6s; }

@keyframes mch-icon-ping {
  0%   { transform: scale(1);   box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); }
  70%  { transform: scale(1);   box-shadow: 0 0 0 8px rgba(255, 255, 255, 0); }
  100% { transform: scale(1);   box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .benefit-icon::after { animation: none; }
}

.benefit-icon svg {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
}

.benefit-text h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.3125rem;
  line-height: 1.3;
  color: white;
}

.benefit-text p {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
  margin: 0;
}

.sidebar-trust {
  position: relative;
  margin-top: 1rem;
  padding: 1.5rem 1.5rem 1.25rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.sidebar-trust p {
  font-size: 0.875rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 0.5rem;
  line-height: 1.55;
}

.sidebar-trust span {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.sidebar-trust span::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

@media (max-width: 1024px) {
  .register-page-container {
    grid-template-columns: 1fr;
  }

  .register-sidebar {
    display: none;
  }

  .register-form-wrapper {
    padding: 2rem 1.5rem;
    justify-content: flex-start;
    padding-top: 2.5rem;
  }

  .register-form {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .auth-card {
    padding: 2rem 1.25rem 1.75rem;
    border-radius: 1rem;
  }

  .auth-card-heading h1 {
    font-size: 1.375rem;
  }

  .auth-centered-layout {
    padding: 1.25rem 0.75rem;
    justify-content: flex-start;
    padding-top: 2rem;
  }

  .register-form-wrapper {
    padding: 1.5rem 1rem;
  }

  .register-header h1 {
    font-size: 1.375rem;
  }

  .form-options {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .auth-card,
  .register-form {
    animation: none;
  }

  .login-button,
  .submit-button {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .form-group .input,
  .mch-input,
  input.input {
    border-color: #000000;
    border-width: 2px;
  }

  .form-group .input:focus,
  input.input:focus {
    border-color: #0000ff;
    box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.3);
  }
}
