@media (min-width: 481px) {
  .bg-background {
    height: 100vh;
    background-image: url("/img/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-background::before {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .button {
    background-color: var(--color-btn-primary);
  }

  .logo {
    margin-bottom: 3rem !important;
  }

  #form-senha,
  #form-login {
    padding: 3rem;
  }

  .button,
  .input,
  .input::placeholder {
    font-size: 1rem !important;
    text-align: center;
  }

  .senha {
    text-align: center;
  }

  #esqueceu-senha {
    font-size: 0.9rem;
    text-align: center;
    text-decoration: underline;
    color: var(--color-secondary-contrast);
  }

  .button-form,
  .input-form {
    font-size: 1rem !important;
    text-align: start;
    border-radius: 0.5rem !important;
    padding: 5rem;
  }

  .button-form {
    text-align: center;
  }

  .back-container {
    display: none;
  }

  .titulo {
    color: #fff !important;
  }
}

@media (max-width: 480px) {
  .bg-background {
    height: 100vh;
    background-image: none;
    background-color: #28538f;
  }

  .bg-background::before {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .button {
    background-color: var(--color-btn-primary);
  }

  .logo {
    margin-bottom: 2rem !important;
  }

  .senha {
    text-align: right;
  }

  #esqueceu-senha {
    font-size: 1.1rem !important;
    text-align: right;
    text-decoration: underline;
    color: var(--color-secondary-contrast);
  }

  .container-esqueci-senha {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .container-nova-senha {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 5rem !important;
    margin-bottom: 3rem !important;
  }

  .button-form,
  .input-form {
    font-size: 1rem !important;
    text-align: start;
    border-radius: 0.5rem !important;
  }

  .button-form {
    text-align: center;
  }

  .back-container {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
  }

  .back-container a {
    font-size: 1.5rem;
    color: #fff;
  }

  .back-container img {
    height: 25px;
    color: #fff;
  }

  .titulo {
    color: #fff !important;
    margin-bottom: 1rem;
  }
}
