body {
  background-color: #f4f6f8;
  font-family: "Inter", sans-serif;
  color: #333;
}

/* Header */
.apply-header {
  background-color: #1f3a5f;
  color: #fff;
}

.apply-header h1 {
  font-weight: 600;
}

.apply-header p {
  color: #dbe5f1;
}

/* Form */
.application-form {
  background-color: #ffffff;
  border-top: 6px solid #2ca6a4;
}

.application-form h4 {
  color: #1f3a5f;
  font-weight: 600;
}

.form-label {
  font-weight: 500;
}

.form-control {
  border-radius: 8px;
  padding: 12px;
}

.form-control:focus {
  border-color: #2ca6a4;
  box-shadow: 0 0 0 0.15rem rgba(44, 166, 164, 0.25);
}

/* Submit Button */
.btn-submit {
  background-color: #1f3a5f;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  border: none;
}

.btn-submit:hover {
  background-color: #162d48;
}
