.signup-container {
  display: flex;
  background: #fff;
  width: 100%;
  height: 100vh;
  align-items: center;
}

.signup-left {
  flex: 1;
}

.signup-left .result-msg {
  text-align: center;
}

.signup-left h1 {
  text-align: center;
  font-size: 48px;
}

.signup-left form {
  display: flex;
  flex-direction: column;
  margin: 24px auto;
  padding: 0 10px;
  max-width: 555px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4e4e43;
}

.signup-form .terms-label {
  margin-top: 16px;
  margin-bottom: 5px;
  /* display: flex; */
  align-items: center;
}

.signup-form input:hover,
.signup-form input:focus,
.signup-form input:active {
  border: 1px solid #e1e1d7 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.signup-form input.error {
  border-color: #c9877e !important;
}

.signup-form .terms-label input {
  border: 1px solid #7d7e78 !important;
  margin-right: 5px;
  font-weight: 400;
}

.signup-form .terms-label a {
  color: #4e4e43;
  font-weight: 400;
  /* display: inline-block; */
  margin-left: 4px;
  text-decoration: underline;
  cursor: pointer;
}

.login-link {
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}

.login-link:hover {
  color: #b94e4e !important;
  text-decoration: underline !important;
}

.signup-form .terms-label a:hover {
  text-decoration: none;
  color: #b94e4e;
}

.signup-form .terms-label input:checked {
  border-color: #d5b588 !important;
  background-color: #d5b588;
}

.signup-form label {
  margin-bottom: 0;
  margin-top: 13px;
  color: #7d7e78;
  font-size: 14px;
  font-weight: 600;
}

.signup-form input {
  border-radius: 0;
}

.signup-form .signup-button {
  margin-top: 16px;
  background-color: #a9594a;
  border-radius: 0 24px 24px 24px;
  padding: 14px 24px;
  min-width: 160px;
  text-decoration: none;
}

.signup-form .signup-button:disabled {
  background-color: #e1e1d7;
  color: #babab2;
}

.password-checklist {
  list-style: none;
  padding-left: 0;
  font-size: 14px;
  margin-top: 8px;
}

.password-checklist li {
  color: #262626;
  font-size: 14px;
}

.password-checklist li.valid {
  font-weight: 600;
}

.password-checklist {
  list-style: none;
  padding-left: 0;
  margin: 16px 0 0;
  display: none;
  padding: 16px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 1px 2px 1px #0000000a, 0px 1px 4px 0px #0000000f;
}

.rule-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: #262626;
}

.password-checklist .icon img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
}

.password-progress {
  width: 100%;
  height: 4px;
  background-color: #eee;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 12px;
}

.password-progress .progress-bar {
  height: 100%;
  width: 0%;
  background-color: red;
  transition: width 0.3s ease;
}

.password-progress .progress-bar.passed {
  background-color: green;
}

.eye-image {
  width: 20px;
  height: 20px;
}

.toggle-password {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.input-error {
  color: #ea423a;
  font-size: 14px;
  margin-top: 5px;
}

.error-image {
  width: 20px;
  height: 20px;
  margin-right: 2px;
}

.signup-success-container {
  text-align: center;
  max-width: 400px;
  margin: auto;
}

.signup-success-container p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #4e4e43;
}

.resend-link {
  font-family: "Inter", sans-serif;
  color: #4e4e43;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}

.sent-email-icon {
  width: 96px;
  margin: 0 auto;
}

.sent-email-title {
  font-size: 26px;
  margin: 0 0 20px;
}

.verify-success-inner .desc {
  margin: 0 0 10px;
}

.verify-success-inner p {
  margin: 0 0 10px;
}

.resend-btn {
  margin-left: 5px;
  display: inline-block;
}

.email-sent-icon {
  width: 70px;
  margin-bottom: 24px;
}

.resend-link {
  color: #b94a48;
  cursor: pointer;
}

.send-email-success-container {
  text-align: center;
  padding: 0 20%;
}

.logout-link a {
  color: #b94a48;
  cursor: pointer;
}

.logout-link a:hover {
  text-decoration: underline;
}
