body {
  background-color: #fcfcfc;
  font: 16px verdana;
  height: 100%;
  margin: 0;
} 

/* Header Bar */
.titleBar {
  padding: 24px 0;
  width: 100%;
}

.titleTable {
  background-color: #087e68;
  height: 100px;
  margin: auto;
  width: 520px;
}

.titleImage {
  width: 35%;
}

img {
  float: right;
  height: 80px;
  padding-right: 5px;
  width: 80px;
}

.titleText {
  color: #fcfcfc;
  font: 24px/1.5 verdana;
  text-align: left;
  width: 65%;
}

/* Body */
.container {
  background-color: #eeeeee;
  border-radius: 5px;
  margin: auto;
  padding: 20px;
  width: 320px;
}

h1 {
  color: #000;
  font: 22px/1.5 verdana;
  margin: 0 auto;
  padding-bottom: 24px;
  text-align: center;
}

.message {
  padding-bottom: 24px;
}

label {
  color: #3f3f3f;
  display: block;
  font-style: italic;
  height: 62px;
}

input[type=email],
input[type=password],
input[type=text] {
  border: 1px solid #96958f;
  border-radius: 5px;
  box-sizing: border-box;
  color: #3f3f3f;
  font-size: 16px;
  height: 28px;
  margin: 8px 0px;
  padding-left: 4px;
  width: 100%;
}

input[type=email]:read-only,
input[type=password]:read-only,
input[type=text]:read-only {
  background-color: #dddddd;
}

input.errorBorder:not(:focus) {
  border: 2px solid #b6212a;
}

.red {
  color: #b6212a;
}

.bold {
  font-weight: bold;
}

/* Links */
.resetWrapper {
  text-align: right;
  padding-bottom: 40px;
}

a {
  font: 14px verdana;
  padding: 4px 12px;
  text-align: right;
}

a:hover {
  background-color: #e1f5fe;
  border: none;
}

/* Blue Button */
#buttonWrapper {
  clear: both;
  text-align: center;
  padding-bottom: 16px;
}

button {
  background-color: #498af2;
  border: none;
  border-radius: 3.2px;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  height: 2.375em;
  padding: 0px 12px;
}

button:hover {
  background-color: #2763c4;
}

button:disabled {
  background-color: #2763c4;
  cursor: wait;
}
