.forgot-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.forgot-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.forgot-col {
  flex: 0 0 83.333%;
  max-width: 83.333%;
}
.forgot-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 16px;
  margin-bottom: 24px;
  list-style: none;
  background: #e9ecef;
  border-radius: 4px;
}
.forgot-breadcrumb-item a {
  color: #34657F;
  text-decoration: none;
  font-weight: 600;
}
.forgot-alert-danger {
  background-color: #f8d7da;
  color: #721c24;
  border-radius: 4px;
  padding: 12px 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.forgot-form-group {
  margin-bottom: 24px;
}
.forgot-form-control {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 16px;
}
.forgot-btn-primary {
  background: #34657F;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
}
.forgot-btn-link {
  background: none;
  color: #34657F;
  border: none;
  padding: 0;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}
.forgot-bottom-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 24px;
}
.forgot-password-title  {
  text-align: center;
    color: var(--Color-Neutral---New-Black, black);
    font-size: clamp(24px, 5vw, 32px);
    font-family: Synchrony Sans;
    font-weight: 700;
    line-height: 1.25;
    word-wrap: break-word;
    margin-bottom: 30px;
}


.button-group {
  justify-content: flex-start;
  gap: 16px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .button-group {
    flex-direction: row;
  }
}


.form-control{
  height: 48px;
  background: var(--Color-Neutral---New-White, white);
  border: 1px solid var(--Color-Neutral---New-300, #D9D9D9);
  border-radius: 6px;
  padding: 12px 16px; 
  color: var(--Color-Neutral---New-900, #232323);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
