html, body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #2e2f30;
  line-height: normal;
  font-variant: normal;
  text-decoration: none;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

body {
  align-items: center;
  justify-content: center;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #c1c1c1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #c1c1c1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #c1c1c1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #c1c1c1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #c1c1c1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #c1c1c1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c1c1c1', GradientType=0);
  /* IE6-9 */
}

#ct {
  padding: 40px 10px;
  background: rgba(255, 255, 255, 0.69);
  border-radius: 20px;
  border: 1px solid #b8b4b4;
  box-shadow: 0 3px 8px #b9b7b7;
  width: 323px;
  margin: 0 auto;
}

#logo {
  background: url("/images/wwrm-logo.png") no-repeat center center;
  height: 93px;
}

#login-form {
  display: block;
}

#login-table {
  margin: 0 auto;
  border-spacing: 0;
}

#login-table td {
  padding: 5px;
  color: white;
  font-size: 18px;
  border-spacing: 0;
}

input, button {
  width: 250px;
  border: 1px solid #D0D0D0;
  border-radius: 3px;
  height: 25px;
  font-size: 18px;
  padding-left: 5px;
  padding-right: 5px;
}

input {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  outline: none;
}

input:focus {
  box-shadow: 0 0 5px #51cbee;
  border: 1px solid #51cbee;
}

input[type=submit] {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 29px;
  width: 260px;
  background: #86cd2e;
  color: #FFFFFF;
  border: 1px solid #78b033;
  cursor: pointer;
}

#submitForm {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 29px;
  width: 260px;
  background: #86cd2e;
  color: #FFFFFF;
  border: 1px solid #78b033;
  cursor: pointer;
}

input[type=submit]:hover {
  background: #668a38;
  border: none;
}

#submitForm:hover {
  background: #668a38;
  border: none;
}

.errorText {
  color: #CB451E;
  margin-top: 6px;
  /* text-decoration: underline; */
  overflow: visible;
}

.infoMessage {
  margin-top: 6px;
  color: #2e2f30;
  overflow: visible;
}

.actionDescription {
  color: #2e2f30;
  font-size: 0.8em;
  width: 262px;
  text-align: left;
  padding: 10px 0;
}

.requestAcceptedText {
  color: #2e2f30;
  text-align: left;
  font-size: 0.7em;
  margin: 10px 10px 10px 20px;
}

.requestAcceptedTitle {
  color: #2e2f30;
  font-size: 1.3em;
}

#doreset-form {
  margin: 10px auto;
}

.updatePwdTitle {
  margin: 25px auto;
}

/* resetpwderr.hbs */
.resetPwdErrorText {
  font-size: 1.1em;
  margin: 25px auto;
}

#resetpwd-err-table {
  margin: 5em auto;
  border-spacing: 0;
}

#resetpwd-err-table td {
  padding: 5px;
  font-size: 18px;
  border-spacing: 0;
}
