/* Sign Up Form */
.container {
  max-width: 1200px;
  margin: 24px auto;
}
.reset-password-header {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.reset-password-header .header-left a img {
  width: 30px;
  height: 30px;
}
.reset_password_container {
  max-width: 430px;
  margin: 0px auto;
}

.reset_password_section {
  float: left;
  width: 100%;
  padding: 0px 10px;
  position: absolute;
  margin: 0;
  top: 80px;
}
.reset_password_section > a {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
  font-size: 24px;
  padding: 0px 10px;
  margin-bottom: 80px;
}
.reset_password_section .reset_password_container > a img {
  width: 228px;
  height: 74px;
}

.reset_password_section .reset_password_form {
  float: left;
  width: 100%;
  padding: 0px 30px;
  margin-bottom: 10px;
}
.reset_password_section h3 {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
  font-size: 36px;
  font-style: normal;
  color: #fff;
  font-weight: 600;
  line-height: 43.74px;
}
.reset_password_section p {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 50px;
}
.reset_password_section .reset_password_form form .reset_password_fields {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.reset_password_section
  .reset_password_form
  form
  .reset_password_fields
  .input_field {
  width: 100%;
}
.reset_password_section
  .reset_password_form
  form
  .reset_password_fields
  .name_field {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  gap: 0px 15px;
}

.reset_password_section
  .reset_password_form
  form
  .reset_password_fields
  .name_field
  input {
  padding: 14px;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 20px;
  outline: none;
  width: 100%;
  height: 52px;
  background: #ffffff;
}
.reset_password_section
  .reset_password_form
  form
  .reset_password_fields
  .name_field
  input:focus {
  box-shadow: 0 0 0 0.2rem #152238;
  outline: 1px solid #152238;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.reset_password_section
  .reset_password_form
  form
  .reset_password_fields
  .input_field
  input {
  padding: 14px;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  border: 1px solid #152238;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 20px;
  outline: none;
  width: 100%;
  height: 52px;
  background: #ffffff;
}
.reset_password_section
  .reset_password_form
  form
  .reset_password_fields
  .input_field
  input:focus {
  box-shadow: 0 0 0 0.2rem #152238;
  outline: 1px solid #152238;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.reset_password_section
  .reset_password_form
  form
  .reset_password_fields
  .submit_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}
.reset_password_section
  .reset_password_form
  form
  .reset_password_fields
  .submit_btn
  button {
  color: #ffffff;
  text-transform: uppercase;
  border-color: rgba(0, 0, 0, 0.5);
  border: 1px solid transparent;
  padding: 6px 0px;
  cursor: pointer;
  user-select: none;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.15em;
  width: 160px;
  height: 43px;
  background: #e89c31;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
}

.form-bottom a {
  text-decoration: none;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
}
.form-bottom {
  display: flex;
  justify-content: center;
  color: #fff;
}
.form-bottom span {
  color: #e89c31;
}

/*RESPONSIVE*/

/*Tablet*/
@media (min-width: 768px) and (max-width: 1024px) {
}

/*mobile rotation*/
@media (max-width: 767px) {
}

/*mobile*/
@media (max-width: 540px) {
  .reset_password_section
    .reset_password_form
    form
    .reset_password_fields
    .name_field {
    grid-template-columns: auto;
  }
}

@media (max-width: 325px) {
}
