body {
  font-size: 16px;
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #002f6c;
  color: #fff;
}
.full-blue {
  background-color: #002f6c;
  min-height: 100vh;
}
.top-header {
  padding: 10px 20px;
}
.logo {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
}
.agency {
  font-size: 14px;
}
.main {
  padding: 20px;
}
h1 {
  font-size: 32px;
  margin-bottom: 0;
}
.subtitle {
  font-weight: bold;
}
.desc, .support {
  margin-bottom: 10px;
}
a {
  color: #a5c7ff;
  text-decoration: underline;
}
.stepper {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.circle {
  width: 25px;
  height: 25px;
  border: 2px solid white;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
}
.line {
  flex: 1;
  height: 2px;
  background-color: #ccc;
  margin: 0 10px;
}
.dot {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
}
.login-box {
  border: 1px solid #ccc;
  background-color: white;
  color: #002f6c;
  padding: 25px;
  max-width: 460px;
  margin: auto;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0,0,0,0.15);
}
.login-box h2 {
  margin-top: 0;
}
.field {
  margin-top: 15px;
}
label {
  margin-bottom: 4px;
  display: block;
  font-weight: bold;
  font-size: 14px;
}
.right-link {
  color: #005ea2;
  float: right;
  font-weight: normal;
  font-size: 12px;
}
input[type="text"], input[type="password"] {
  width: 100%;
  padding: 12px;
  margin-top: 4px;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
}
.password-wrapper {
  position: relative;
}
.eye-icon {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.required {
  color: red;
}
.disclosure-box {
  margin-top: 15px;
  background-color: #f2f2f2;
  padding: 10px;
  font-size: 13px;
  color: #333;
  border-radius: 5px;
}
.checkbox-label {
  margin-bottom: 4px;
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
button {
  margin-top: 20px;
  padding: 12px;
  width: 100%;
  background-color: #666;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
}
footer {
  font-size: 12px;
  text-align: center;
  padding: 15px;
  color: #ccc;
  margin-top: 40px;
}
.register {
  text-align: right;
  margin-top: 10px;
}

/* Mobile */
@media (max-width: 600px) {
  .main, .login-box {
  border: 1px solid #ccc;
    padding: 15px;
  }

  .login-box {
  border: 1px solid #ccc;
    margin: 20px;
  }

  input[type="text"], input[type="password"] {
    font-size: 16px;
    padding: 14px;
  }

  button {
    font-size: 16px;
  }

  .logo {
    font-size: 22px;
  }

  .agency {
    font-size: 13px;
  }

  h1 {
    font-size: 28px;
  }

  .login-box h2 {
    font-size: 22px;
  }
}


.final-box {
  border-radius: 8px;
  border: 1px solid #ccc;
}

.full-blue {
  background-color: #002f6c;
}

.long-line {
  flex: 1;
  height: 4px;
  background-color: white;
  margin: 0 10px;
  border-radius: 5px;
}

.sba-logo {
  width: 180px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
}


.final-box {
  border: 1px solid #b7c9dc;
}

.long-line {
  height: 3px;
}

.login-box h3 {
  margin-top: 20px;
}

.sba-logo {
  margin-top: 0;
  margin-bottom: 5px;
}


.custom-stepper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 20px;
  color: white;
  flex-wrap: wrap;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step .circle {
  width: 40px;
  height: 40px;
  border: 3px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

.step .dot {
  width: 14px;
  height: 14px;
  background-color: white;
  border-radius: 50%;
  margin-bottom: 5px;
}

.line {
  flex: 1;
  height: 4px;
  background-color: white;
  margin: 0 10px;
  border-radius: 3px;
  min-width: 30px;
}

.label {
  font-size: 13px;
  text-align: center;
  line-height: 1.2;
}
