.password-reset-form-section-background {
  background: linear-gradient(
    155deg,
    rgba(241, 236, 227, 0.8) 0%,
    rgba(248, 248, 244, 0.8) 100%
  );
  /* background-image: url("../../images/bridge-nigh-resized.jpg"); */
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  /* background-color: #999; */
}

.form-background {
  background: linear-gradient(
    155deg,
    rgba(32, 45, 61, 0.8) 0%,
    rgba(56, 75, 99, 0.8) 100%
  );
}
/* forms */
form {
  overflow: auto;
}

form p {
  width: 100%;
  overflow: auto;
}

label {
  float: left;
  clear: both;
  color: rgb(247, 190, 6);
  margin-bottom: 4px;
}
input,
textarea {
  clear: both;
  float: left;
  margin: 0 0 10px;
  background: #efefef;
  border: 0;
  padding: 6px 10px;
  font-size: 14px;
}
input[type="submit"],
a.button {
  font-weight: bold;
  background: #12c064;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
}
.errorlist {
  color: #fc0505;
  float: left;
  clear: both;
  padding-left: 10px;
}
.helptext {
  margin: 0 0 20px 0;
  color: #aaa;
  clear: both;
  float: left;
  font-size: 13px;
}
