body {
  background: #1E3278;
  font-family: Helvetica, Arial, sans-serif;
}

h2 {
  width:100%;
  text-align:center;
  color:black;
  font-weight: lighter;
  font-size: 21px;
}

form {
  max-width:420px;
  margin-right: 40px;
  margin-left: 40px;
  margin-bottom: 30px;
}

.formCode{
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  float: none;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.login-input-wrapper {
	position: relative;
	min-width: 420px;
	width:100%;
}

.login-input {
  font-weight:lighter;
  font-size: 16px;
  border-radius: 2px;
  background-color: white;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
}

.login-input[type=text]:focus{
  outline: 2px solid black;
}

#httpd_username {
  margin-top: 15px;
}

[type="submit"] {
  width: 100%;
  background:#1E3278;
  cursor:pointer;
  color:white;
  border-radius: 2px;
  font-size:16px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  font-weight:lighter;
  border: none;
}

.border {
  border-top: none;
  border-right: none;
  border-left: none;
}

.error {
  margin-top: 20px;
  color: red;
  font-weight: bold;
}
.info {
  margin-top: 20px;
  color: green;
  font-weight: bold;
}
#form-wrapper {
  margin-top: 100px;
  background: #F3F3F3;
  min-width: 500px;
}

#form {
  float: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer{
  position: fixed;
  bottom: 0;
  right: 0;
}

.footer-wrapper{
  display: flex;
}

a {
  color: black;
}

.footer-wrapper > a{
  margin-right: 10px;
  margin-bottom: 10px;
  color: white;
  font-weight: lighter;
  font-size: 14px;
}

#checkpw{
	position: absolute;
	margin-top: 10px;
}
