.login-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
}

.login-box {
  background-color: #ffffff;
  padding: 50px;
  width: 450px;
  border-top: 4px solid #d4af37;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.form-group {
  margin-bottom: 25px;
  text-align: left;
}

.form-group label {
  display: block;
  margin-bottom: 10px;
  color: #3a5a40;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.form-control {
  width: 100%;
  padding: 15px;
  background-color: #f8f9f5;
  border: 1px solid #ccc;
  color: #2d2d2d;
  font-size: 16px;
}

.form-control:focus {
  outline: none;
  border-color: #d4af37;
  background-color: #fff;
}

.login-footer {
  margin-top: 20px;
  font-size: 14px;
  color: #777;
}

.login-footer a {
  color: #1b4332;
  text-decoration: none;
  font-weight: bold;
}
