
#login-card-style {
    display: inline;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.500rem;
    color: rgb(3, 29, 64);
  }
  
  .card.card-login {
    width: 400px;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff; 
    position: relative;
    margin: 30px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05); 
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border: none; 
    margin-top: 150px;
  }
  
  .logo-image {
    max-width: 550px; 
    width: 100%;
  }
  
  .logo-container {
    margin-left: 150px; 
    margin-top: 100px;
  }
  
  .card.card-login .card-body {
    height: auto;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.700rem;
    color: #031d3f;
  }
  
  
  .card-title.text-center .text-mind {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.500rem;
    color: #126DA6;
  }
  
  
  #title-username.label-mind-style {
    font-size: 1.0rem;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #031D40;
  }
  
  #login-username.username-mind-style {
    font-size: 0.7rem;
    padding: 10px;
    width: 300px;
    max-width: 400px;
    border: 1px solid rgba(255, 255, 255, 0.5); 
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.4); 
    color: #031D40; 
    backdrop-filter: blur(4px); 
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1); 
    transition: all 0.3s ease-in-out;
    font-family: 'Montserrat', sans-serif; 
  }
  
  #login-username.username-mind-style::placeholder {
    color: rgba(3, 29, 64, 0.4); 
    opacity: 1; 
  }
  
  #login-username.username-mind-style:focus {
    border-color: rgba(0, 74, 126, 0.6); 
    box-shadow: 0 0 10px rgba(0, 74, 126, 0.502); 
    backdrop-filter: blur(8px); 
  }
  
  
  .card.card-login .remember-me-style {
    margin-top: 15px; 
    color:#031D40;
    display: flex; 
    align-items: center; 
    justify-content: center; 
  }
  
  
  .card.card-login .remember-me-style input#remember-me-checkbox:checked ~ .custom-control-input::before {
    background-color: #031d40; 
    border: 1px solid #031D40; 
  }
  
  .card.card-login .remember-me-style .custom-control-label::before {
    border: 1px solid #031D40; 
  }
  
  .card.card-login .remember-me-style .custom-control-label {
    font-size: 0.8rem;
    color: #031D40;
  }
  
  .custom-control.custom-checkbox.remember-me-style label {
    margin-left: 7px;
  }
  
  .custom-login-button {
    background-color: rgba(3, 29, 64, 0.8); 
    color: #ffffff; 
    font-size: 1.2rem; 
    border-radius: 5px; 
    border: 2px solid rgba(3, 29, 64, 0.8);  
    padding: 10px; 
    width: 100%; 
    transition: background-color 0.3s ease; 
    text-align: center; 
    margin-top: 15px;
  }
  
  
  .custom-login-button:hover {
    border-color: #031D40;
    background-color: rgba(3, 29, 64, 0.8); 
  }
  
  .custom-register {
    background-color: rgba(87, 186, 179, 0.8);
    color: white; 
    border: 2px solid #57bab3; 
    transition: background-color 0.3s ease, color 0.3s ease; 
    margin-left: 5px;
    font-size: 0.700rem; 
    
  }
  
  .custom-register:hover {
    background-color: #57bab3; 
    color: white; 
    border: 2px solid #57bab3;
  }
  
  .card-footer {
    border-top: none; 
  }
  
  
  #custom-style-mind {
    margin-top: 40px; 
    color:#031D40;
    background-color: transparent;
  }
  
  .card-footer {
    background-color: transparent;
  }
  
    .alert-container {
      margin-top: 5px;
      margin-bottom: 10px;
    }
  
    .alert {
      font-size: 14px;
      padding: 5px;
      border-radius: 5px;
    }

    .termos-uso-style {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      margin-top: 15px;
  }
  
  .termos-uso-style label {
      font-size: 14px;
      color: #333;
      font-weight: 500;
      font-family: 'Montserrat', sans-serif; 
  }
  
  .termos-link {
      color: #031D40;
      text-decoration: underline;
      transition: color 0.3s ease, text-decoration 0.3s ease;
  }
  
  .termos-link:hover {
      color: #0056b3;  
      text-decoration: none;
  }


  .termos-modal-content {
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    background-color: #f9f9f9;
}

.termos-modal-header {
    background-color: #031D40;
    color: white;
    border-bottom: none;
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.termos-modal-body {
    padding: 0;
    background-color: white;
}

.termos-iframe {
    width: 100%;
    height: 750px; 
    border: none;
    border-bottom: 1px solid #ddd;
}

.termos-modal-footer {
    background-color: #031D40;
    border-top: none;
    padding: 10px;
    text-align: right;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.termos-close-btn {
    color: white;
    font-size: 1.5rem;
    opacity: 0.9;
    transition: opacity 0.3s;
}

.termos-close-btn:hover {
    opacity: 1;
    cursor: pointer;
}

#botao-fechar-style {
  background-color: white;   
  color: #003366;         
  border: 2px solid #003366; 
  padding: 8px 20px;
  font-weight: bold;
  transition: all 0.3s ease; 
  border-radius: 5px;        
}


#botao-fechar-style:hover {
  background-color: #003366; 
  color: white;            
  cursor: pointer;          
}


.link-reset-senha {
  position: relative;
  display: inline-block;
  color: #031D40;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  background-color: transparent;
  transition: color 0.3s ease;
}

.link-reset-senha:hover {
  color: #42e8e0;
}

.link-reset-senha::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #031D40, #42e8e0);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.link-reset-senha:hover::after {
  width: 100%;
}








  
  @media (min-width: 300px) and (max-width: 992px) {
  
    
    #login-username.username-mind-style {
        font-size: 0.6rem;
        padding: 8px;
        width: 220px; 
        max-width: none;
    }
  
    
    .card.card-login .remember-me-style .custom-control-label {
        margin-left: 8px;
        font-size: 0.7rem; 
    }
  
    .card.card-login .remember-me-style input#remember-me-checkbox {
        transform: scale(0.9); 
    }
  
   
    .card.card-login .remember-me-style {
        margin-top: 10px;
    }
  
    .logo-image {
      max-width: 300px; 
      margin: 0 auto; 
      display: block; 
    }
  
    .logo-container {
      margin-left: 0; 
      text-align: center; 
      margin-top: 60px;
    }
  
    #container-login{
      justify-content: center;
      align-items: center;
      flex-direction: column;
  
    }
  
    .card.card-login {
      max-width: 90%; 
      margin: 60px auto; 
      padding: 15px;
    }
  
    .img-fluid {
      max-width: 180px; 
      margin: 0 auto 3px auto; 
      display: block; 
    }
  }
  
  