    body {
      background-color: white;
    }
    .container {
      max-width: 400px;
      margin-top: 50px;
      background-color: white;
      padding: 20px;
      color:black;
      border-radius: 10px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }
    .logo {
      text-align: center;
      margin-bottom: 20px;
    }
    .logo img {
      max-width: 200px;
    }
    .forgot-password {
      margin-top: 10px;
      text-align: center;
    }
    .register {
      margin-top: 10px;
      text-align: center;
    }

 h2{
      color:black;
    }
    p{
      color:black;
    }
    a{
      color:black;
    }
    label{
      color:black;
    }

       .btn-custom {
        background-color: #ffc000;
        border-color: white;
        color: black; 
        border-radius: 20px; 
    }

    .btn-custom:hover {
        color: black;
    }

    
