body {
  font-family: Arial, sans-serif;
  min-height: 100vh;
  background: linear-gradient(rgba(0, 3, 48, 0.5), rgba(0, 0, 0, 0.5)),
    url("administration.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* justify-content: center;
  display: flex;
  align-items: center; */
}

/* .body-image{
    background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url('name_logo.png');
    min-height: 90vh;
} */

.school-logo img {
  height: 70px;
  margin: 20px;
}

.body-main {
    padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-container {
  background: #0000004b;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 20px;
  border-radius: 8px;
  min-width: 300px;
  max-width: 700px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.login-container h2 {
  font-size: 35px;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}

select,
input {
  display: block;
  width: 90%;
  padding: 10px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 10px;
  margin: 20px 0;
  font-weight: bold;
}

select{
    color: #00bbff;
    /* background: #6d6d6d; */
}

input {
  color: #fff;
}

.error {
  color: red;
}

input::placeholder {
  color: #d4d1d1;
}

button {
  margin: 15px 0;
  padding: 10px 15px;
  border: none;
  color: #00bbff;
  font-size: 20px;
  background: transparent;
  border-radius: 10px;
  box-shadow: 0 0 5px #00bbff;
  width: 100%;
  font-weight: bold;
}

label {
  font-size: 20px;
  color: #00bbff;
}
