body {
    background-color: #f8f9fa;
    font-family: 'Oswald', sans-serif;
    transition: background-color 0.3s;
  }

  .login-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }

  .login-form {
    border: 2px solid #45b000;
    border-radius: 10px;
    padding: 20px;
    background-color: white;
    height: 90vh;
    overflow-y: auto;
    text-align: center;
    transition: background-color 0.3s;
  }

  .logo {
    max-width: 150px;
    height: auto;
    margin-bottom: 20px;
    width: 100%;

  }

  .forgot-password {
    margin-top: 10px;
  }

  .school-slider {
    max-width: 100%;
    height: auto;
  }

  .dark-mode-btn {
    margin-top: 20px;
  }

  .carousel-inner {
    height: 100%;
  }
  .form-iz{
    justify-content: left;}

    #loginForm{
        text-align: left;
    }

    .dark-mode {
        background-color: #333;
        color: #fff;
    }
    
    .dark-mode .login-form {
        background-color: #444;
        color: #fff;
    }