body {
  background-image: url("../../image/login-bg.jpeg");
  background-position: left top;
  background-attachment: initial;
  background-size: cover;
}
.box {
  border: none;
  border-radius: 50px;
  width: 626px;
  padding: 60px;
}
#notific {
  max-width: 388px;
  margin: 0px auto;
}
.forgot__title {
  color: #0c1421 !important;
  font-family: Helvetica;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}
.forgot__subtitle {
  color: #767676;
  font-family: Helvetica;
  font-size: 20px;
  font-weight: 300;
  line-height: 160%;
  text-align: center;
  margin-bottom: 40px;
}
.forgot__form {
  max-width: 388px;
  margin: 0px auto;
}
.form-group {
  margin-bottom: 40px;
}
.form-group:last-of-type {
  margin-bottom: 0px !important;
}
.forgot__label {
  color: #0c1421;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  width: auto;
  height: auto;
  position: static;
  margin: 0;
  margin-bottom: 8px;
  overflow: visible;
  display: flex;
}
.forgot__input {
  border: 1px solid #d4d7e3;
  background: rgba(136, 151, 173, 0.03);
  padding: 14px 16px;
  height: auto;
  font-size: 16px;
  line-height: 100%;
}
.forgot__input::placeholder {
  color: #8897ad;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
}
.forgot__submit {
  background: rgb(11, 45, 109);
  color: #ffffff;
  font-family: Helvetica;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  height: 52px;
  margin-bottom: 0 !important;
}
.forgot__submit:disabled {
  background: rgb(11, 45, 109);
}
@media (max-width: 1200px) {
  body {
    display: flex;
    align-items: center;
  }
  .forgot__title {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .forgot__title {
    font-size: 26px;
  }
  .forgot__subtitle {
    font-size: 18px;
    line-height: 140%;
  }
}
@media (max-width: 768px) {
  .box {
    border-radius: 25px;
    padding: 25px 20px;
  }
  .forgot__title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .forgot__subtitle {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 20px;
  }
  #notific {
    max-width: 100%;
  }
  .forgot__form {
    max-width: 100%;
  }
  .forgot__submit {
    font-size: 18px;
    height: 42px;
  }
  .form-group {
    margin-bottom: 20px;
  }
}