body {
  font-family: Gilroy-500;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
}

.back {
  padding-top: 80px;
  background-image: url("/images/back.png");
}

.auth_card {
  width: 510px;
  margin: 0 auto;
}

.header_auth {
  padding: 30px 76px;
  background: linear-gradient(180deg, #FF9900 0%, #E25B0E 100%);
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  margin-bottom: 45px;
  color: #ffffff;
}
.header_auth .logo_text {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: space-between;
}
.header_auth h2 {
  font-size: 40px;
}
.header_auth p {
  font-family: Gilroy-300;
  font-size: 25px;
}

#remember_pass .close {
  position: absolute;
  right: 15px;
  top: 15px;
}
#remember_pass .close span {
  font-size: 35px;
}
#remember_pass form {
  width: 460px;
  padding: 100px 0;
  text-align: center;
  margin: 0 auto;
}
#remember_pass form h2 {
  font-family: Gilroy-500;
  font-size: 24px;
  color: #202020;
  margin-bottom: 10px;
}
#remember_pass form p {
  font-size: 18px;
  color: #606060;
  margin-bottom: 30px;
}
#remember_pass form input {
  width: 90%;
  margin: 0 auto;
  height: 45px;
  padding-left: 16px;
  background: #EFEFEF;
  border: 0.5px solid #909090;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 20px;
}
#remember_pass form input:focus {
  outline: none;
  border: 0.5px solid #FF9900;
}
#remember_pass form input.is-invalid {
  border: 0.5px solid #FF0000;
}
#remember_pass form button {
  width: 220px;
  height: 50px;
  background: #FFC500;
  border-radius: 6px;
  border: none;
}
#remember_pass form button:hover {
  background: #FF9900;
}

.reset_btn {
  cursor: pointer;
}
.reset_btn p {
  margin-top: 35px;
  font-size: 18px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #606060;
}

.body_auth {
  background: #FFFFFF;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.body_auth form {
  padding: 50px;
  padding-top: 40px;
}
.body_auth form input {
  width: 100%;
  background: #EFEFEF;
  border: 0.5px solid #909090;
  box-sizing: border-box;
  border-radius: 4px;
  height: 45px;
  padding-left: 15px;
  font-size: 16px;
}
.body_auth form input:focus {
  outline: none;
  border: 0.5px solid #FF9900;
}
.body_auth form input.is-invalid {
  border: 0.5px solid #FF0000;
}
.body_auth form label {
  font-family: Gilroy-600;
  font-size: 18px;
  color: #202020;
}
.body_auth form button[type=submit] {
  width: 100%;
  background: #FFC500;
  border-radius: 6px;
  padding: 19px 0;
  font-family: Gilroy-600;
  font-size: 18px;
  color: #202020;
}
.body_auth form button[type=submit]:hover {
  background: #FF9900;
}
.body_auth form a {
  width: 100%;
  text-align: center;
}

.body_buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.body_buttons a {
  width: 50%;
}
.body_buttons a button {
  padding: 30px 0;
  width: 100%;
  border: none;
  background: #dbdbdb;
  background: linear-gradient(0deg, #dbdbdb 0%, white 100%);
  border-radius: 6px 6px 0px 0px;
  font-size: 25px;
  color: #202020;
}
.body_buttons a button.active {
  background: transparent;
}

@media (max-width: 1540px) {
  .auth_card {
    width: 450px;
  }

  .header_auth {
    padding: 20px 50px;
    margin-bottom: 25px;
  }
  .header_auth .logo_text {
    margin-bottom: 5px;
  }
  .header_auth h2 {
    font-size: 35px;
  }
  .header_auth p {
    font-size: 24px;
  }

  .body_buttons a button {
    padding: 15px 0;
    font-size: 21px;
  }

  .body_auth form {
    padding: 40px;
    padding-top: 30px;
  }

  .body_auth form button[type=submit] {
    border-radius: 6px;
    padding: 12px 0;
    font-size: 18px;
  }

  .reset_btn p {
    margin-top: 25px;
    font-size: 17px;
  }

  .back {
    padding-top: 50px;
  }
}
@media (max-width: 991.9px) {
  #remember_pass form {
    width: 80%;
  }
  #remember_pass form h2 {
    font-size: 21px;
    margin-bottom: 7px;
  }
  #remember_pass form p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 565px) {
  #remember_pass form {
    width: 100%;
    padding: 80px 15px;
  }
  #remember_pass form input {
    width: 100%;
  }
  #remember_pass form button {
    width: 100%;
  }
  #remember_pass form h2 {
    font-size: 18px;
  }
  #remember_pass form p {
    font-size: 14px;
  }

  .auth_card {
    width: 90%;
  }

  .header_auth .logo_text {
    justify-content: center;
  }
  .header_auth img {
    width: 60px;
    height: auto;
    margin-right: 10px;
  }
  .header_auth p {
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 460px) {
  .auth_card {
    width: 100%;
  }

  .header_auth h2 {
    font-size: 25px;
  }
  .header_auth img {
    width: 50px;
    height: auto;
    margin-right: 10px;
  }
  .header_auth p {
    font-size: 16px;
  }

  .body_auth form {
    padding: 20px;
    padding-top: 30px;
  }

  .header_auth {
    padding: 20px 10px;
    margin-bottom: 25px;
  }

  .body_buttons a button {
    padding: 15px 0;
    font-size: 19px;
  }
}
