@media only screen and (max-width: 767px) {

  .input-container-first input,
  .input-container-second input,
  .button-form,
  .title-content,
  .label,
  .link-forget-password,
  .description-content, .recover-password-page #error-message p{
    width: 89vw;
  }

  .login-page,
  .forget-password-page,
  .recover-password-page,
  .change-password-page,
  .email-sended-page {
    margin-top: 6rem;
  }

  .input-container-first {
    margin-bottom: 1.5rem
  }

  .change-password-page .label {
    margin-bottom: 0.5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .title-container h1 {
    font-size: 30px !important;
  }

  .input-container-first input,
  .input-container-second input,
  .button-form,
  .title-content,
  .label,
  .link-forget-password,
  .description-content {
    width: 40vw;
  }

  .login-page,
  .forget-password-page,
  .recover-password-page,
  .change-password-page,
  .email-sended-page {
    margin-top: 7rem;
  }

  .input-container-first {
    margin-bottom: 1.5rem
  }

  .change-password-page .label {
    margin-bottom: 0.5rem;
  }
}

@media only screen and (min-width: 1024px) {

  .input-container-first input,
  .input-container-second input,
  .button-form,
  .label, .recover-password-page #error-message p {
    width: 20vw;
  }

  .login-page,
  .forget-password-page,
  .change-password-page {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .recover-password-page {
    margin-top: 5rem;
    min-height: 67vh
  }

  .forget-password-page {
    margin-top: 8rem;
  }

  .email-sended-page {
    margin-top: 11rem;
    margin-bottom: 6rem;
    min-height: 44vh;

  }

  .input-container-first {
    margin-bottom: 2rem;
  }

  .description-container .description-content {
    text-align: center;
  }

}


.title-container h1 {
  font-size: 32px;
  font-weight: 600;
}

.label {
  margin-bottom: 0.5rem;
}

.input-container-second {
  margin-bottom: 1.5rem;
}

.input-container-first input,
.input-container-second input {
  height: 40px;
  border-color: #979797;
  color: #333333;
  font-size: 16px;
}

.button-container {
  margin-bottom: 1.5rem;
}

.button-form {
  height: 45px;
  background-color: #0048D2;
  border: none;
  font-weight: 600;
  font-size: 14px;
  align-items: center;
  display: flex;
  justify-content: center;
}


.link-content {
  font-size: 14px;
  color: #0048D2;
  font-weight: 600;
}

.description-container .description-content {
  color: #808892;
}

.recover-password-page #error-message {
  margin-top: -1rem;
}
.recover-password-page #error-message p {
  margin-bottom: 0;
}