#screenCover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5000;
}
#resetPassword {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 340px;
  margin-top: -223px;
  /*set to a negative number 1/2 of your height*/
  margin-left: -170px;
  /*set to a negative number 1/2 of your width*/
  border: 1px solid #ccc;
  background: linear-gradient(to bottom, #eaeaea 0, #dddddd 100%);
  box-shadow: 0 0 5px 5px #4e658d;
  border-radius: 5px;
  padding: 5px;
}
#resetPassword .errorMessage {
  color: red;
  padding: 7px;
}
#resetPassword img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#resetParameters {
  margin-top: 10px;
}
#resetParameters table {
  margin-left: auto;
  margin-right: auto;
}
#resetParameters table tr {
  padding: 5px;
}
#resetParameters table tr td.info {
  text-align: right;
  white-space: nowrap;
  padding-right: 8px;
}
#resetParameters table tr td.input {
  text-align: left;
  padding: 4px;
}
#resetParameters table tr td.message {
  padding: 5px;
  padding-bottom: 20px;
}
#resetParameters table tr.submitArea {
  text-align: right;
}
#resetParameters table tr.submitArea input {
  margin-top: 10px;
  margin-right: 15px;
}
#resetParameters table tr.submitArea input.disabled {
  opacity: .5;
}
