* {
  font-family: arial, sans-serif;
}

#logo_container {
  text-align: center;
  padding: 10px 10px 25px;
}

.dev_login_demo_portal,
.admin_login_demo_portal {
  text-align: center;
  text-decoration: underline;
}

.dev_login_demo_portal h4,
.admin_login_demo_portal h4 {
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 20px;
}

#logo_container img {
  width: 236px;  /* was 206px for ADC logo */
}

#title {
  margin-bottom: 20px;
}

#description {
  line-height: 20px;
  font-size: 14px;
}

#login_box {
  background-color: #fcfcfc;
  margin: 20px auto;
  padding: 20px;
  width: 300px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

label {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  padding: 10px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

input[type="submit"] {
  background-color: #0067e1;
  color: white;
  border: 0;
  padding: 10px;
  border-radius: 5px;
}

input[type="submit"]:hover {
  background-color: #007aff;
  cursor: pointer;
}

.footer a {
  float: left;
  padding: 10px 0;
  font-size: 12px;
}

.footer input {
  float: right;
}

p {
  margin: 0;
  margin-bottom: 20px;
}

.message {
  color: #ff304b;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  width: 700px;
  margin: 0 auto;
}

#footer_copyright {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
  font-size: 12px;
}

input.has-error,
.error_container {
  color: #c80000;
}

.error_container {
  font-size: 13px;
  line-height: 25px;
}

input.has-error {
  border-color: #c80000;
}
