body {
    background-color: #e9ecef;
    font-family: 'Tahoma', Verdana, Geneva, Segoe UI, sans-serif;
}

.logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 10px;
}

.login-box {
  max-width: 500px;
  margin: 6% auto;
  background: white;
  padding: 30px 25px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  border-top: 10px solid #003399;
}

.login-header {
  text-align: center;
  margin-bottom: 20px;
}

.mmda-header {
  color: #060ae2;
  font-weight: bold;
  margin: 10px 0 5px;
  font-display: center;  
}

h5 {
  color: #f70404;
  font-weight: bold;
  margin-bottom: 20px;
  font-display: center;  
}


.btn-mmda {
    background-color: #003399;
    color: white;
}

.btn-mmda:hover {
    background-color: #002080;
}

.form-label {
    font-weight: 600;
}

a {
    text-decoration: none;
}

.overlay {
  background-color: rgba(255, 255, 255, 0.85);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.toggle-eye {
  position: absolute;
  top: 38px;
  right: 15px;
  cursor: pointer;
  font-size: 1.2rem;
  color: #666;
}

.password-guidelines {
    font-size: 0.85em;
    color: #555;
}
.invalid {
    color: red;
}
.valid {
    color: green;
}

