/* Resetting default styling and setting font-family */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
  }
  
  body {
    width: 100%;
    min-height: 100vh;
    padding: 0 10px;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
  }

  header{
    box-shadow: none !important;

  }

  header img.logo{
    height: 88px;;
  }
  
  /* Login form styling */
  .login_form {
    width: 100%;
    max-width: 435px;
    background: #003d6a;
    border-radius: 6px;
    padding: 41px 30px;
    color: #fff;
  }
  
  .login_form h3 {
    font-size: 18px;
    text-align: center;
  }
  
  /* Google & Apple button styling */
  
  .login_form .login_option {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  
  .login_form .login_option .option {
    width: calc(100% / 2 - 12px);
  }
  
  .login_form .login_option .option a {
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background: #f8f8fb;
    border: 1px solid #dadaf2;
    border-radius: 5px;
    margin: 34px 0 24px 0;
    text-decoration: none;
    color: #171645;
    font-weight: 500;
    transition: 0.2s ease;
  }
  
  .login_form .login_option .option a:hover {
    background: #ededf5;
    border-color: #626cd6;
  }
  
  .login_form .login_option .option a img {
    max-width: 25px;
  }
  
  .login_form p {
    text-align: center;
    font-weight: 500;
  }
  
  .login_form .separator {
    position: relative;
    margin-bottom: 24px;
  }
  
  /* Login option separator styling */
  .login_form .separator span {
    background: #fff;
    z-index: 1;
    padding: 0 10px;
    position: relative;
  }
  
  .login_form .separator::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 1px;
    background: #c2c2c2;
    display: block;
  }
  
  form .input_box label {
    font-weight: 500;
    margin-bottom: 8px;
  }
  
  /* Input field styling */
  form .input_box input {
    width: 100%;
    height: 57px;
    border: 1px solid #dadaf2;
    border-radius: 5px;
    outline: none;
    background: #f8f8fb;
    font-size: 17px;
    padding: 0px 20px;
    margin-bottom: 25px;
    transition: 0.2s ease;
  }
  
  form .input_box input:focus {
    outline: none;
    border-color: rgba(129, 140, 248);
    background-color: #fff;
    box-shadow: 0 0 0 5px rgb(129 140 248 / 30%);
  }
  
  form .input_box .password_title {
    display: flex;
    justify-content: space-between;
    text-align: center;
  }
  
  form .input_box {
    position: relative;
  }
  
  a {
    text-decoration: none;
    color: #626cd6;
    font-weight: 500;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  /* Login button styling */
  form button {
    width: 100%;
    height: 56px;
    border-radius: 5px;
    border: none;
    outline: none;
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 28px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
  }
  
  form button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 300%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-30deg);
    transition: all 0.5s ease;
  }
  
  form button:hover::before {
    left: 100%;
  }
  
  form button:hover {
    background: linear-gradient(135deg, #2575fc, #6a11cb);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
  
  form button:active {
    transform: scale(0.95);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  
  .login-title {
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
  }
  /* Estilo do botão para exibir/ocultar a senha */
  form .input_box .password-input-container {
    position: relative;
    width: 100%;
    display: contents;
  }
  
  form .input_box input {
    width: 100%;
    height: 57px;
    border: 1px solid #dadaf2;
    border-radius: 5px;
    outline: none;
    background: #f8f8fb;
    font-size: 17px;
    padding-right: 60px; /* Espaço à esquerda para o ícone */
    margin-bottom: 25px;
    transition: 0.2s ease;
  }
  
  form .input_box .password-title {
    display: flex;
    justify-content: space-between;
    text-align: center;
  }
  
  form .input_box .password-input-container i {
    font-size: 20px;
    position: absolute;
    right: 20px; /* Alinha o ícone à esquerda dentro do campo */
    top: 0;
    transform: translateY(100%);
    cursor: pointer;
  }
  
  form .input_box .password-input-container i:hover {
    opacity: 0.7;
  }
  /* Estilo para a mensagem de erro */
  .error-message {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff4d4d; /* Cor de fundo vermelho */
    color: white; /* Cor do texto */
    padding: 15px 30px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    z-index: 9999;
    text-align: center;
    width: 80%; /* Largura da caixa */
    max-width: 400px; /* Largura máxima */
    animation: fadeIn 0.5s ease-in-out;
  }
  
  /* Animação para a mensagem de erro */
  @keyframes fadeIn {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  /* Ajustando o reCAPTCHA */
  .g-recaptcha {
    margin: 0 0 20px 0;
    text-align: center;
    justify-items: center;
  }
  /* Estilo para o checkbox Lembrar-me */
  .input_box input[type="checkbox"] {
    margin-right: 10px;
    vertical-align: middle;
  }
  
  .input_box label {
    display: none;
    font-size: 16px;
    font-weight: normal;
    color: #333;
  }
  .input_box input:focus + label {
      display: block;
      position: absolute;
      top: -20px;
      left: 10px;
      background-color: #fff;
      padding: 5px;
      border-radius: 5px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }