.login-hero-section {
  /* padding: 20px; */
  background: linear-gradient(
    180deg,
    #667bbc 0%,
    #667bbc 38%,
    #23253a 62%,
    #23253a 100%
  ) !important;
  position: relative;
}

.login-card {
  background: transparent;
  position: relative;
  padding: 80px 30px;
  max-width: 320px;
  /* min-height: 800px; */
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

/* .scalloped-frame .scalloped-inner {
  stroke: #e8c47a;
  stroke-opacity: 0.85;
} */

.login_wraper {
  background-image: url("../images/wedding-login.svg");
  background-size: cover;
  background-position: center;
  padding: 25px 0;
}
.all-main .login-content h4 {
  font-size: 18px;
  margin-bottom: 8px;
  letter-spacing: 3px;
  font-weight: 500;
}
.all-main .login-content h1 {
  font-size: 38px;
  margin-bottom: 4px;
  letter-spacing: 2px;
  color: #b0904a;
  font-weight: normal;
  text-align: center;
}
.all-main .login-content h5 {
  font-size: 26px;
  margin-bottom: 18px;
  letter-spacing: 3px;
  font-weight: 500;
}
.all-main .login-content > p {
  font-size: 12px;
  color: #6b6b6b;
  margin-bottom: 20px;
  line-height: 1.6;
  max-width: 211px;
}
.form-group {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 1rem;
}

.login_wraper {
  max-width: 672px;
  margin: 0 auto;
}

.form-group input {
  width: 300px;
  height: 63px;
  background-image: url("../images/input-bg.png");
  background-size: cover;
  background-position: center;
  text-align: center;
  border: none;
  outline: none;
  background-color: transparent;
}
.form-group label {
  font-size: 11px;
  color: #b0904a;
  margin-bottom: 8px;
  font-weight: 800;
}
.form-group input::focus,
.form-group input::focus-visible {
  outline: none;
  border: none;
}
.login-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.login-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.login-background svg {
  width: 100%;
  height: 100%;
  fill: #f0ebe4;
}
.login-background .scalloped-fill {
  fill: #f0ebe4;
  stroke: #e8c47a;
  stroke-width: 1.5;
}
.login-background .scalloped-inner {
  stroke: #e8c47a;
  stroke-opacity: 0.85;
}
.login-submit-btn {
  width: 100%;
  height: 65px;
  background-image: url(../images/login-button.png);
  border: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #4a3a1f;
}
.login-content .note {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
.forgot-password a {
  font-size: 11px;
  color: #6b6b6b;
  margin-top: 14px;
  font-family: monospace;
}
.flash-message.flash-warning {
  color: red;
  font-size: 14px;
}
