body {
    background-image: url('img/back333.jpg');
    margin-top: 50px;
    padding-top: -160px;
    background-repeat:no-repeat;    
    background-size: cover;
    background-position: center;
    font-family: Arial, sans-serif;
    color: #333;
    zoom:155%;
  }

  h1 {
    font-size: 30px;
    color: #000000;
    text-align: center;
    margin-top: 0px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
    
  }
  
  h2 {
    font-size: 20px;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
  }
    
  h3 {
    font-size: 18px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
  }

  h4 {
    font-size: 15px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
  }
  

  p11 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    color: rgb(0, 0, 0);
  }
  
  p12 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    color: rgb(0, 0, 0);
  }


  label {
    text-align: center;
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
  }
  
  input[type="text"],
  input[type="tel"],
  input[type="des"],
  input[type="email"],
  input[type="club"]
 {
    display: block;
    width: 96%;
    padding: 10px;
    border-radius: 5px;
    border: 10px;
    border-color: #333;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    background-color: rgb(153, 152, 152);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
  }

  form{
    max-width: 500px;
    margin: 50px auto;
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    opacity: 90%;
  }

  select[type="gender"],
  select[type="event"]
  
  {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 10px;
    border-color: #333;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    background-color: rgb(153, 152, 152);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
  }
  
  input[type="submit"] {
    display: block;
    text-align: center;
    width: 80%;
    margin-top: 20px;
    background-color: #111d55;
    color: #fff;
    margin:0.5px 55px;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    
  }
  
    input[type="submit_admin"] {
    background-color: #007BFF; /* Button background color */
    color: white; /* Button text color */
    width: 100px;
    padding: 5px 10px; /* Button padding */
    border: none; /* Remove button border */
    border-radius: 5px; /* Rounded button corners */
    cursor: pointer; /* Show a pointer cursor on hover */
    font-weight: bold; /* Bold button text */
    transition: background-color 0.3s ease; /* Smooth background color transition */
    text-align: center;
  }

     /* Hover effect for the button */
    input[type="submit_admin"]:hover {
    background-color: #0056b3; /* Button background color on hover */
  }
  
    button {
    background-color: #007BFF; /* Button background color */
    color: white; /* Button text color */
    width: 100px;
    padding: 5px 10px; /* Button padding */
    border: none; /* Remove button border */
    border-radius: 5px; /* Rounded button corners */
    cursor: pointer; /* Show a pointer cursor on hover */
    font-weight: bold; /* Bold button text */
    transition: background-color 0.3s ease; /* Smooth background color transition */
    text-align: center;
}

/* Hover effect for the button */
button:hover {
    background-color: #0056b3; /* Button background color on hover */
}
  

  image
  {
    background-image: url('img/logosaga.jpg');
  }

  .error {
    color: red;
    margin-top: 10px;
  }
  