:root {
  --bg: #eeeff4;
  --card: #f6f7fa;
  --border: #d9dce4;
  --text: #20344c;
  --muted: #4d5868;
  --sba-blue: #1d4f8a;
  --sba-cyan: #06a7c7;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  color: var(--text);
  background: var(--bg);
}

.container {
  width: min(1560px, calc(100% - 20px));
  margin-inline: auto;
}

.top-banner {
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.content {
  position: relative;
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 1fr));
  gap: 28px;
  padding-bottom: 26px;
}

.center-arrow {
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 22px;
  height: 22px;
  border-right: 2px solid #bfc4ce;
  border-bottom: 2px solid #bfc4ce;
  background: var(--bg);
}

.card {
  background: var(--card);
  border: 1px solid #d8dbe4;
  border-radius: 12px;
  padding: 30px 32px 28px;
  box-shadow: 0 2px 7px rgba(31, 39, 66, 0.045);
}

.card h2 {
  margin: 0 0 10px;
  color: #165770;
  font-size: clamp(21px, 1.82vw, 36px);
  line-height: 1.14;
  font-weight: 600;
}

.login-card h2 {
  color: #0287a3;
}

.intro,
.info-card p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: clamp(14px, 1.13vw, 21px);
  line-height: 1.45;
}

.login-form {
  margin-top: 14px;
  border: 1px solid var(--border);
  border-radius: 9px;
  padding: 14px;
  background: #f8f9fb;
}

.login-form label {
  display: block;
  margin-bottom: 7px;
  font-size: clamp(14px, 1.08vw, 18px);
  color: #304056;
  font-weight: 500;
}

.login-form input {
  width: 100%;
  height: 43px;
  border-radius: 6px;
  border: 1px solid #cfd4df;
  margin-bottom: 9px;
  padding: 0 10px;
  font-size: clamp(15px, 1.02vw, 17px);
  color: #223446;
  background: #edf1f7;
}

.password-field {
  position: relative;
  margin-bottom: 9px;
}

.password-field input {
  margin-bottom: 0;
  padding-right: 40px;
}

.toggle-password {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #5a6778;
  font-size: 18px;
  line-height: 1;
  padding: 0;
  min-width: auto;
  height: auto;
  cursor: pointer;
}

.login-form input::placeholder {
  color: #9aa6b2;
  font-size: 0.8em;
  opacity: 1;
}

.login-form button[type="submit"] {
  height: 39px;
  min-width: 100px;
  display: block;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(90deg, #0287a3, #05a9c5);
  color: #fff;
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 400;
  cursor: pointer;
}

.forgot {
  margin-top: 10px;
  display: block;
  color: #0e7c95;
  font-size: clamp(12px, 0.95vw, 15px);
}

.info-card ul {
  margin: 9px 0 0;
  padding: 0;
  list-style: none;
}

.info-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 7px;
  font-size: clamp(14px, 1.03vw, 20px);
  line-height: 1.36;
  color: #283e56;
}

.info-card li span {
  color: #10a8c5;
  width: 23px;
  text-align: center;
  flex: 0 0 23px;
  margin-top: 3px;
  font-size: 19px;
}

.info-card strong {
  color: #155a74;
}

.info-card .highlight-course {
  color: #0287a3;
}

.cta {
  margin-top: 10px;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: clamp(15px, 1.12vw, 20px);
  font-weight: 400;
  color: #fff;
  background: linear-gradient(90deg, #0b9db9, #04b2d0);
}

.reset-layout {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 0;
}

.reset-card-wrap {
  width: min(620px, 100%);
  text-align: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.reset-page-title {
  color: #0287a3 !important;
  margin-bottom: 8px;
}

.reset-page-intro {
  color: #4d5868;
  margin: 0 0 16px;
  font-size: 1.1em;
}

.reset-form {
  text-align: left;
  width: 100%;
  border: 1px solid #bfc7d3;
  border-top: 3px solid #4d93b8;
  background: #f5f6f9;
  border-radius: 4px;
  padding: 0;
  overflow: hidden;
}

.reset-form h3 {
  margin: 0;
  padding: 10px 14px;
  text-align: center;
  font-size: clamp(20px, 1.2vw, 24px);
  font-weight: 600;
  color: #2f3f55;
  border-bottom: 1px solid #d8dde6;
  background: #f1f3f7;
}

.reset-help {
  margin: 14px 14px 10px;
  font-size: clamp(12px, 0.95vw, 15px);
  color: #5f6878;
}

.reset-form label {
  margin: 8px 14px 6px;
  font-size: clamp(13px, 0.95vw, 15px);
  color: #4c586a;
}

.reset-form .password-field {
  margin: 0 14px 10px;
}

.reset-form input {
  margin-bottom: 0;
  height: 38px;
  background: #fff;
}

.reset-form button[type="submit"] {
  margin: 8px auto 14px;
  min-width: 230px;
}

@media (max-width: 1300px) {
  .container {
    width: min(1560px, calc(100% - 16px));
  }
}

@media (max-width: 980px) {
  .content {
    grid-template-columns: 1fr;
    margin-top: 20px;
    gap: 18px;
  }

  .center-arrow {
    display: none;
  }

  .card {
    padding: 24px 22px;
  }

  .reset-card-wrap {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .card {
    padding: 18px;
  }

  .login-form {
    padding: 12px;
  }

  .login-form button[type="submit"] {
    width: 100%;
  }

  .reset-form {
    padding: 0;
  }

  .reset-form h3 {
    font-size: 18px;
  }

  .reset-form .password-field,
  .reset-form label,
  .reset-help {
    margin-left: 10px;
    margin-right: 10px;
  }

  .reset-form button[type="submit"] {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 430px) {
  .info-card li {
    gap: 9px;
  }
}
