#log {
    background-image: url(../img/fondo.jpg);
}

.log {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 50%;
    text-align: center;
}

.log_form {
    text-align: center;
    color: #fff !important;
    font-size: 100%;
}
.btn_class{
    background-color: #fff;
    color: #000;
}
    /* Style de login */

    
    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        font-family: Arial, sans-serif;
      }
  
      body {
        background-color: #1F292F;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
      }
  
      .login-container {
        background-color: #1f2937;
        padding: 40px;
        border-radius: 16px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        width: 100%;
        max-width: 400px;
      }
  
      .login-container h2 {
        margin-bottom: 24px;
        text-align: center;
        color: #fff;
      }
  
      .form-group {
        margin-bottom: 20px;
      }
  
      label {
        display: block;
        margin-bottom: 8px;
        font-weight: bold;
        color: #fff;
      }
  
      input {
        width: 100%;
        padding: 12px;
        border: 1px solid #d1d5db;
        border-radius: 8px;
        font-size: 16px;
      }
  
      input:focus {
        border-color: #3b82f6;
        outline: none;
      }
  
      .btn-login {
        width: 100%;
        padding: 12px;
        background-color: #1f2937;
        color: #fff;
        /* border: none; */
        border-radius: 8px;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s ease;
      }
  
      .btn-login:hover {
        background-color: #111827;
      }
  
      .footer-text {
        margin-top: 20px;
        text-align: center;
        color: #fff;
        font-size: 14px;
      }
  
      .footer-text a {
        color: #3b82f6;
        text-decoration: none;
      }
      .logo_inicio{
          width:40%
      }
      /* Style de login */
