
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    /*background-color: #b5def1*/
    background-image: url(/media/fondo.png);
    background-repeat: no-repeat;
    background-size: cover;          
    background-position: center; 
    background-attachment: fixed; 
  }

  .abm-title{
    font-family: "Geist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding: 5px 5px 10px 5px;
  }

  .login-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .login-box {
    /*background-color: rgba(130, 182, 206);*/
    background-image: url(/media/login.jpg);
    background-size: cover; 
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 400px;
  }

  .login-box h2 {
    margin-top: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
  }

  .login-box input {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }

  .login-box button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: auto;
    font-size: 16px;
  }

  .login-box button:hover {
    background-color: #45a049;
  }

  .btn-microsoft {
    background-color: #2f2f2f;
    color: white;
  }
  .btn-microsoft:hover {
    background-color: #1f1f1f;
    color: white;
  }
  .auth-button {
    margin-bottom: 1rem;
  }
