/* Status */
/* Button Color Scheme */
@import "login.css";
.login-reset-label:hover {
  text-decoration: underline;
  cursor: pointer;
}

.login-reset-label {
  color: #0a6ed1;
}

.pwd-reset-buttons-bar {
  border-top: 1px solid lightgrey;
  margin-top: 10px;
}
.pwd-reset-buttons-bar-button {
  height: 40px;
  display: block;
  padding: 10px;
  margin: 5px auto;
}

.pwd-reset-container {
  width: 300px;
  padding: 10px;
  border-top: 1px lightgrey solid;
}
.pwd-reset-container-label {
  color: #7d899c;
  font-size: small;
  font-weight: normal;
}
.pwd-reset-container-message {
  display: block;
  margin-bottom: 10px;
}

.login-change-password {
  width: 300px;
  padding: 10px;
  border-top: 1px solid lightgrey;
}
.login-change-password .change-password-line {
  display: block;
  padding-bottom: 10px;
}
.login-change-password .change-password-line-label {
  display: block;
  color: #7d899c;
  font-size: small;
  font-weight: normal;
}
.login-change-password .change-password-line-input {
  display: block;
}

.login-change-password-window .z-window-content {
  height: auto;
  width: auto;
}