
.sign-up h2, .sign-in h2, .reset-password h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.75em;
  font-weight: 700;
  letter-spacing: -0.0616667em;
  line-height: 1.45;
  margin-bottom: 60px;
}


.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.form-group {
  flex: 1;
  min-width: 250px;
  text-align: left;
}

.form-group input {
  font-family: 'Poppins', sans-serif;
  height: 75px;
  border-radius: 75px;
  border: 2px solid #000;
  font-size: 1.5em;
  color: #333;
  text-align: center;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-group input::placeholder {
  color: #999;
}

.form-group small {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-size: 0.875em;
  font-family: 'Poppins', sans-serif;
  width: 100%;
}

.form-group.button-row {
  text-align: right;
}


.form-group .password-input {
  position: relative;
  display: inline-block;
  width: 100%;
}

.form-group .toggle-btn {
  position: absolute;
  top: 0;
  right: 13px;
  height: 100%;
  width: 2.5em;
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-group .toggle-btn i {
  font-size: 1.3em;
}

.account-button {
  height: 75px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  font-size: 2em;
  letter-spacing: -0.0325em;
  border-radius: 75px;
  justify-content: center;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #FF375F;
  border: 2px solid #FF375F;
  background: rgba(255, 55, 95, 0.1);
  text-transform: uppercase;

  gap: 10px;
  margin-top: 20px;
  transition: transform 0.3s ease, background 0.3s ease;
  text-decoration: none;
}

.account-button .arrow {
  font-size: 1.2em;
  color: #FF375F;
}


.agreement-text {
  margin-top: 20px;
  font-size: 1.25em;
  display: inline-block;
}

.agreement-text:last-child {
  margin-top: 0px;
}

.agreement-text a {
  color: #FF375F;
  font-size: 1.25em;
  font-weight: 700;
}

.agreement-text a:hover {
  text-decoration: underline;
}

/* mall devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .form-group small {
    margin-top: 10px;
  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {  }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }
