.background{
    position: relative;
    background: linear-gradient(
        to right,
        #73e1f7 0%,
        #5fdbf4 53%,
        #06a8c9 100%
      );
    width: 100%;
    height: 80vh;
    overflow: hidden;
}

.img-background-01{
    display: block;
    width: 100%;
    height: auto;
}

.img-background-02{
    display: block;
    margin-top: -205.8px;
    width: 100%;
    height: auto;
    transform: rotate(0.3deg);
}

.container-login{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 500px;
    height: auto;
    background: rgba(6, 168, 201, 0.25);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #002C33;
    text-align: center;
    padding: 20px 0;
}

.title{
    margin-top: 20px;
    font-family: 'Gidugu', sans-serif;
    font-size: 45px;
    color: #002C33;
    padding: 20px;
    gap: 20px;
}

.form{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 390px; /*aqui eu controlo o tamanho do input*/
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0 auto;

}

.input-group{
  display: flex;
  align-items: center;
  width: 85%;
  margin: 0 auto;
  background: linear-gradient(135deg, #006779, #047286);
  border-radius: 12px;
  border: 2px solid rgba(0, 103, 121, 0.3);
  box-shadow: 0 4px 15px rgba(0, 103, 121, 0.2);
  overflow: hidden;
  transition: all 0.3s ease;
}

.input-group:focus-within {
  border-color: rgba(0, 103, 121, 0.6);
  box-shadow: 0 6px 20px rgba(0, 103, 121, 0.3);
  transform: translateY(-2px);
}

.input{
  flex: 1; 
  color: white;
  padding: 12px 15px;
  height: 45px;
  border: none;
  background-color: transparent;
  font-size: 15px;
  font-weight: 500;
}

.input::placeholder{
  color: rgb(233, 233, 233);
}

.icon-container {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 18px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

  .botao-de-login{
    background: linear-gradient(135deg, #01515E 0%, #03A8C4 100%);
    width: 85%;
    margin: 0 auto;
    height: 45px;
    border-radius: 12px;
    border: none;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(1, 81, 94, 0.3);
  }

  .botao-de-login:hover {
    background: linear-gradient(135deg, #03A8C4 0%, #01515E 100%);
    box-shadow: 0 6px 20px rgba(1, 81, 94, 0.4);
    transform: translateY(-2px);
  }

  .botao-de-login:active {
    transform: translateY(0);
  }

  .texto-registro {
    margin-top: 22px;
    font-size: 14px;
    color: #002C33;
    font-family: 'Poppins', sans-serif;
  }
  
  .texto-registro a {
    color: #01515E;
    text-decoration: none;
    font-weight: bold;
  }
  
  .texto-registro a:hover {
    text-decoration: underline;
  }
  .separador-de-footer{
    background: linear-gradient(
        to right,
        #73e1f7 0%,
        #5fdbf4 53%,
        #06a8c9 100%
      );
    width: 100%;
    height: 200px;
    z-index: 23;
  }
  
      .site-footer {
        position: relative;
        z-index: 20;
        margin-top: 0;
        background-color: #42C5E1;
        padding: 40px 20px;
        color: #006779;
        font-family: 'Poppins', sans-serif;
      }
      
      .footer-container {

        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        max-width: 1200px;
        margin: 0 auto;
      }
      
      .footer-column {
        flex: 1;
        min-width: 200px;
        margin: 0 20px;
      }
      
      .footer-logo {
        width: 250px;
        margin-bottom: 20px;
      }
      
      .footer-description {
        font-size: 14px;
        margin-bottom: 10px;
        max-width: 250px;
      }
      
      .footer-link {
        color: #006779;
        text-decoration: none;
        font-size: 14px;
      }
      
      .footer-column h4 {
        font-weight: bold;
        margin-bottom: 10px;
      }
      
      .footer-column p {
        margin: 5px 0;
        font-size: 14px;
      }
      
      .footer-column i {
        margin-right: 8px;
        color: #006779;
      }
      .messages {
        margin-bottom: 5px;
        padding: 5px 20px;
        border-radius: 10px;
        text-align: center;
      }
      
      .messages p {
        margin: 0;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        
      }
      
      /* Mensagens de sucesso */
      .messages p.success {
        background-color: #d4edda;
        color: #155724;
      }
      
      /* Mensagens de erro */
      .messages p.error {
        color: #ff051e;
      }
      

      .input:-webkit-autofill,
      .input:-webkit-autofill:hover,
      .input:-webkit-autofill:focus,
      .input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px #047286 inset !important;
        -webkit-text-fill-color: white !important;
        transition: background-color 5000s ease-in-out 0s;
        border-radius: 10px;
      }
      
    
      .input:focus,
      select.input:focus {
        outline: none;
      }
      
  
  
  /* Responsividade para dispositivos móveis */
  @media (max-width: 768px) {
    .background {
      height: 100vh; /* Ajusta altura para ocupar toda a tela */
    }

    .container-login {
      width: 90%;
      max-width: 500px;
      top: 50%;
      padding: 20px;
    }

    .title {
      font-size: 35px;
      padding: 15px;
    }

    .form {
      max-width: 100%;
      gap: 15px;
    }

    .input-group {
      width: 100%;
    }

    .botao-de-login {
      width: 90%;
      height: 50px; /* Altura maior para facilitar toque */
      font-size: 16px;
    }

    .texto-registro {
      font-size: 12px;
    }

    .separador-de-footer {
      height: 300px;
    }

    .site-footer {
      padding: 20px;
    }

    .footer-container {
      flex-direction: column;
      align-items: center;
    }

    .footer-column {
      min-width: 100%;
      margin: 10px 0;
      text-align: center;
    }

    .footer-logo {
      width: 200px;
    }
  }

  @media (max-width: 480px) {
    .container-login {
      width: 95%;
      padding: 15px;
    }

    .title {
      font-size: 30px;
    }

    .form {
      gap: 10px;
    }

    .botao-de-login {
      width: 95%;
      height: 45px;
    }

    .separador-de-footer {
      height: 200px;
    }
  }



