.admin-login-btn {
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 9999;
  
  }
  
  .admin-login-icon {
    width: 50px; /* Adjust the size as needed */
    height: 20px; /* Adjust the size as needed */
  }
  * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
  }
  
  * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
  }
  
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #fff;
    font-family: Arial, sans-serif;
  }
  
  .login-container {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    width: 350px;
    border: 2px solid #000; /* Maroon border */
    transition: all 0.3s ease; /* Smooth transition for hover effect */
  }
  
  .login-container:hover {
    background-color: #f1f1f1; /* Lighter background change on hover */
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.4); /* Increased shadow for more contrast */
    transform: translateY(-5px); /* Slight lift effect */
  }
  
  .login-form h2 {
    color: #000; /* Maroon text color */
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
  }
  
  .input-container {
    margin-bottom: 20px;
  }
  
  .input-container label {
    display: block;
    margin-bottom: 8px;
    color: #333;
  }
  
  .input-container input {
    width: 100%;
    padding: 10px;
    border: 1px solid #000; /* Maroon border */
    border-radius: 5px;
    font-size: 16px;
  }
  
  .input-container input:focus {
    border-color: #b30000; /* Darker Maroon focus border */
    outline: none;
  }
  
  .login-btn {
    width: 100%;
    padding: 12px;
    background-color: #000; /* Maroon background */
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .login-btn:hover {
    background-color: #b30000; /* Darker Maroon on hover */
  }
  
  @media (max-width: 600px) {
    .login-container {
        width: 100%;
        padding: 20px;
        margin: 10px;
    }
  }
  .logo {
    width: 150px; /* Adjust the size of the logo */
    height: auto;
  }
  .logo-container
  {
    justify-content: center;
    display: flex;
  }
  reset-link-container
  {
    justify-content: center;
    display: flex;
  }
  