.introductoryText {
  color: #222222;
  font-family: "Whitney SSm Light";
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.25px;
  line-height: 34px;
}

input[type=text],
input[type=password] {
  box-sizing: border-box;
  height: 45px;
  width: 335px;
  border: 1px solid #979797;
  background-color: #FFFFFF;
  float: left;
  clear: both;
  font-family: "Whitney SSm";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  padding: 7px;
}

.fieldLabel {
  height: 19px;
  color: #222222;
  font-family: "Whitney SSm";
  font-size: 16px;
  font-weight: 600;
  float: left;
  clear: both;
  margin-bottom: 5px;
}

.submitButton {
  height: 44px;
  width: 107px;
  color: white;
  background-color: #EE0000;
  margin-top: 32px;
  font-family: "Whitney SSm Semibold", sans-serif, arial;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.23px;
  line-height: 12px;
  text-align: center;
  border: none;
  text-transform: uppercase;
}

.submitButton:hover {
  color: white;
  background-color: #F13333;
  border: 1px solid #F13333;
}

.cancelButton {
  height: 44px;
  width: 107px;
  background-color: white;
  color: #F13333;
  margin-top: 32px;
  margin-left: 15px;
  font-family: "Whitney SSm Semibold", sans-serif, arial;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.23px;
  line-height: 12px;
  text-align: center;
  border: none;
  text-transform: uppercase;
}

.cancelButton:hover {
  background-color: #FDEAEB;
}

.backBlueArrow {
  content:  url('/images/icons/arrow-link.svg');
  margin-right: 5px;
  transform: rotate(180deg);
}

a.backLink {
  float: left;
  clear: left;
  font-family: "Whitney SSm Semibold", sans-serif, arial;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #0069b4;
}

a.backLink:hover {
  text-decoration: underline;
  color: #2e84c2;
}

input + label {
  font-family: "Whitney SSm";
  font-size: 16px;
  margin-left: 10px;
}

input[type=radio] {
  height: 16px;
}

.errorMessage {
  float: left;
  clear: both;
  padding: 15px 15px 15px 0;
  font-size: 16px;
  font-family: "Whitney SSm Semibold", sans-serif, arial;
  font-weight: bold;
  color: #d61d58 !important;
}

.errorMessage a {
  font-family: "Whitney SSm Semibold", sans-serif, arial;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  text-decoration: none;
  color: #0069b4;
}

.errorMessage a:hover {
  text-decoration: underline;
  color: #2e84c2;
}

.errorMessages {
  font-size: 14px;
  padding-left: 0;
}

a img {
  margin-left: 10px;
}

a.labelTooltip {
  float: left;
  top: 19px;
}

.light30px {
  font-family: "Whitney SSm Light", sans-serif, arial;
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: 0.25px;
  color: #222222;
}

.backButtons {
  float: left;
  clear: both;
  margin-top: 65px;
}

.errorBtn {
  height: 44px;
  float: left;
  color: white;
  background-color: #0069b4;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  font-family: "Whitney SSm Semibold", sans-serif, arial;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.23px;
  line-height: 12px;
  padding: 16px;
  text-align: center;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
}

.errorBtn:not(:first-child) {
  margin-left: 32px;
}

.textInfoContent p {
  margin-top: 12px;
  margin-bottom: 12px;
}

.errorHide {
  display: block !important;
  padding: 0;
  margin: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}