body {
  background: #044a5e;
  background: linear-gradient(45deg, #044a5e 0%, #0988b5 100%);
}

.account-card-container {
  display: flex;
  justify-content: center;
  align-items: center;

  height: 100%;
  width: 100%;
}

.account-card {
  width: 330px;
  margin: 0 auto;
  padding: 11px;
  background: #fff;
  border-radius: 10px;
}

.account-card__header {
  display: block;
  text-align: center;
  padding-top: 0.75em;
  padding-bottom: 1.25em;
}

.account-card__header img {
  width: 80%;
}

.account-card__content {
  padding: 21px 32px;
  background: #43525a;
  color: #fff;
  border-radius: 0.5em;
}

.account-card__content a {
  color: #cfeaf9;
  font-weight: bold;
  font-size: 14px;
}

.account-card__content h1 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 16px;
  font-weight: bold;
}

.account-card__content p {
  text-align: center;
}

.account-card__content .header--alt {
  color: #f99f20;
}

.account-card__content form label {
  font-size: 14px;
  font-weight: bold;
  color: #c2c1c0;
}

.account-card__content form input {
  font-size: 14px;
  font-weight: bold;
  background-color: #f2f2f2;
  color: #333333;
}
.account-card__content form input:focus {
    background-color: #fafafa;
  }

.account-card__content__buttons {
  display: flex;
  justify-content: space-around;
}

.account-card__content__links {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.btn-account-card {
  background: #cfeaf9;
  color: #43525a;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 5.5em;
}

a.btn-account-card {
  color: #323b44;
}

.btn-account-card:focus,
.btn-account-card:hover {
  background: #addcf5;
}
.btn-account-card--secondary {
  background: #43525a;
  color: #cfeaf9;
  border-color: #cfeaf9;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 5.5em;
}
.btn-account-card--secondary:focus,
.btn-account-card--secondary:hover {
  background: #addcf5;
  color: #43525a;
}
.btn-account-card--link {
  color: #323b44;
}
.btn-account-card--disabled {
  background: #a7a9ac;
}

.input-validation-error {
  border: 0.083em solid #f99f20;
}
.field-validation-error {
  font-size: 14px;
  font-style: italic;
  color: #f99f20;
}
.validation-summary-errors {
  color: #f99f20;
}
.validation-summary-errors ul {
  
}
.validation-summary-valid {
  display:none;
}

.alert-message {
  color: #f99f20;
  text-align: center;
}

.instructions {
  text-align: center;
}

.icon-container {
  display: flex;
  justify-content: center;
  padding-top: 0.75em;
  padding-bottom: 1.25em;
  height: 8em;
}

.ErrorMessage{
  color: #f99f20 !important;
}
