body {
  background-color: #f0f0f5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.fixed-header {
  position: fixed;
  background-image: url('/Alumni/docs/group.jpg');
  background-size: 100% 100%;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 320px;
}

.fixed-footer {
  position: fixed;
  bottom: 0px;
  background-color: #333; /* Dark grey footer for contrast */
  text-align: center;
  left: 0;
  right: 0;
  padding: 10px;
  font-size: 15px;
  color: white;
}

.container {
position: absolute;
  background-color: #ffffff; /* Clean white form background */
  top: 330px;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /* Softer shadow for a modern feel */
  text-align: center;
  padding: 40px;
  width: 400px;
}

input {
  background-color: #f0f0f0
}

input {
  height: 29px;
  width: 250px;
  font-size: 15px;
  border-radius: 5px;
}

button {
  height: 28px;
  width: 220px;
  font-size: 15px;
  color: white;
  border-radius: 4px;
  background-color: #007cc5
}

input[type="text"], input[type="password"] {
  background-color: #f0f0f0;
  height: 40px;
  width: 100%;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 5px 10px;
  box-sizing: border-box;
}

button, input[type="submit"] {
  height: 40px;
  width: 100%;
  font-size: 16px;
  color: white;
  border-radius: 5px;
  border: none;
  background-color: #007cc5;
  cursor: pointer;
}

input[type="submit"] {
    height: 40px;
  width: 100%;
  font-size: 16px;
  color: white;
  border-radius: 5px;
  border: none;
  background-color: #0b5fff;
  cursor: pointer;
}
button:hover, input[type="submit"]:hover {
  background-color: #005a99;
}
.agree:hover {
  background-color: #D1D1D1;
}

.popupoption:hover {
  background-color: #D1D1D1;
  color: green;
}

.popupoption2:hover {
  color: red;
}
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #26262c;
  display: none;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999;
  border-radius: 5px;
  text-align: center;
}

#boxes #dialog {
    width: 500px;
  padding: 10px;
  background-color: #ffffff;
  font-size: 15pt;
}

.agree:hover {
  background-color: #D1D1D1;
}

.popupoption:hover {
  background-color: #D1D1D1;
  color: green;
}

.popupoption2:hover {
  color: red;
}
.header-text {
position: absolute;
color: white;
font-size: 40px;
right: 0px;
padding-top: 25px;
z-index: 100;
}