body{
    background-color: #077394;
}
.login-page {
    width: 300px;
    padding: 20px;
    margin: 0 auto;
    background-color: #14b444;
    border: 4px solid #1e7208;
    border-radius: 20px;
  }
  .logooo{
    margin-left: 84px;
    width: 140px;
    height: 140px;
  }
  .login-page h1 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
  }
  
  .login-page label {
    display: block;
    margin-bottom: 5px;
  }
  
  .login-page input[type="text"],
  .login-page input[type="password"] {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #300b0b;
    border-radius: 20px;
    height: 26px;
    border-style: none;
  }
  
  .login-page input[type="submit"] {
    width: 70%;
    padding: 5px;
    background-color: #ec5610;
    color: #130909;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bolder;
    font-feature-settings: "aalt";
    height: 35px;
    margin-left: 15%;
  }
  
  .login-page input[type="submit"]:hover {
    background-color: #18d121;
  }
  .username{
    font-size: 22px;
    font-style:italic;
    font-weight: bold;
  }
  .password{
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
  }
  input[type="text"] {
    width: 80%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

input[type="text"]:focus {
    border-color: #ff9800;
    box-shadow: 0 0 8px rgba(255, 152, 0, 0.3);
    outline: none;
}
.fp{
  font-size: 16px;
  font-style: italic;
  margin-left: 180px;
  margin-top: 10vh;
}
#togglePassword{
  margin-left: 240px;
  margin-top: -50px;
}
