﻿/*********************** COLOR DEFS ***********************/
/*********************** UI COLORS ***********************/
.centerblock-input {
  margin-top: 20px;
  margin-bottom: 20px;
}
.password-hints {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}
.req-check-cell {
  height: 20px;
  width: 30px;
  text-align: right;
}
.req-desc-cell {
  height: 20px;
  text-align: left;
  vertical-align: middle;
  padding-left: 10px;
}
.req-check-container {
  display: inline-block;
  height: 20px;
  width: 20px;
}
.checkmark {
  background-image: url('/images/yes.svg');
  background-size: contain;
}
.no-checkmark {
  background-image: url('/images/no.svg');
  background-size: contain;
}
.password-validation-message {
  color: #d03636;
  text-align: center;
}
.ddl-InstitutionName {
    background-color: #222222;
    color: #bbbbbb;
}
/*# sourceMappingURL=forgot.css.map */