.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}
.form-group {
  margin-bottom: 15px;
}
.form-control {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
}
.btn {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
}
.btn:hover {
  background-color: #0056b3;
}
.error {
  color: red;
  margin-bottom: 10px;
}
.success {
  color: green;
  margin-bottom: 10px;
}
/*login.php*/
.container.admin_login{
  width: 500px;
}
.container.admin_login form {
  width: 450px;
}

#applicationForm > div:nth-child(4) > div.card-body > div.form-group.mt-3 > small:nth-child(4),
#applicationForm > div:nth-child(4) > div.card-body > div.form-group.mt-3 > small:nth-child(5){
  color: Red !important;
}


