.field-style:focus {
  box-shadow: 0px 0px 5px #AF976D;
  border-width: 0.2px !important;
}

.field-style {
  border-width: 1.5px !important;
  border-radius: 10px !important;
}

.resize-image {
  width: 684px;
  height: 715px;
  object-fit: contain;
}

.login-greeting {
  font-weight: 400;
  color: #717184;
  font-size: 18px;
}

.login-label {
  font-size: 14px;
  font-weight: 600;
}

.login-input {
  padding: 0.75rem;
}

.login-link {
  color: #af976d;
  text-decoration: none;
}

.login-actions {
  background-color: #AF976D;
}

.login-submit-btn {
  text-transform: capitalize;
}

.login-hero-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

.login-hero-overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 1)
  );
}

.login-narrow-col {
  width: 700px;
  max-width: 500px;
}

.login-heading-large {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}
