.auth-section {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .auth-section {
    margin-bottom: 50px;
  }
}
.auth-section .auth-wrapper {
  display: flex;
  position: relative;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .auth-section .auth-wrapper {
    flex-direction: column;
    gap: 25px;
  }
}
.auth-section .auth-wrapper .auth-errors {
  width: 100%;
}
.auth-section .auth-wrapper .auth-form-container {
  width: calc(50% - 25px);
}
@media (max-width: 1024px) {
  .auth-section .auth-wrapper .auth-form-container {
    width: 100%;
  }
}
.auth-section .auth-wrapper .auth-success {
  position: relative;
  width: 100%;
}
.auth-section .auth-form-container h2 {
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 58px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .auth-section .auth-form-container h2 {
    font-size: 3.2rem;
    line-height: 38px;
    margin-bottom: 25px;
  }
}
.auth-section .auth-form-container .auth-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
  border: 1px solid #E0E0E0;
  padding: 50px;
  border-radius: 25px;
}
@media (max-width: 1024px) {
  .auth-section .auth-form-container .auth-form {
    padding: 25px;
  }
}
.auth-section .auth-form-container .auth-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.auth-section .auth-form-container .auth-form .form-group label {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
}
@media (max-width: 1024px) {
  .auth-section .auth-form-container .auth-form .form-group label {
    font-size: 1.6rem;
    line-height: 22px;
  }
}
.auth-section .auth-form-container .auth-form .form-group input {
  width: 100%;
  height: 55px;
  border-radius: 15px;
  border: 1px solid #E0E0E0;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .auth-section .auth-form-container .auth-form .form-group input {
    height: 40px;
  }
}
.auth-section .auth-form-container .auth-form .form-group input::-moz-placeholder {
  color: #BDBEC7;
}
.auth-section .auth-form-container .auth-form .form-group input::placeholder {
  color: #BDBEC7;
}
.auth-section .auth-form-container .auth-form .form-group input:focus-visible {
  border: 1px solid #E0E0E0;
}
.auth-section .auth-form-container .auth-form .form-group input.submit-button {
  background-color: #F2F981;
  border: none;
  cursor: pointer;
  color: #000;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  width: 100%;
  height: 60px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .auth-section .auth-form-container .auth-form .form-group input.submit-button {
    height: 40px;
  }
}
/*# sourceMappingURL=auth.css.map */
