html,
body {
  height: 100%;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}
#gradientBackground {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#36abad+0,1874ae+100 */
  background: #36abad; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #36abad 0%,
    #1874ae 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #36abad 0%,
    #1874ae 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #36abad 0%,
    #1874ae 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36abad', endColorstr='#1874ae',GradientType=0 ); /* IE6-9 */

  width: 100%;
  min-height: 100%;
  overflow: auto;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#gradientContent {
  width: 100%;
  height: auto;
  padding-top: 24px;
  padding-bottom: 32px;
}
#footer {
  width: 100%;
  position: relative;
  /* padding-bottom: 24px; */
  bottom: 0;
  left: 0;
}

.footer-text {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.57;
  letter-spacing: normal;
  text-align: center;
  color: #D0E4ED;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-text a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.57;
  letter-spacing: normal;
  color: #D0E4ED;
}
.footer-subtext {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.57;
  letter-spacing: normal;
  text-align: right;
  color: #D0E4ED;
  padding-right: 32px;
  display: flex;
  float: right;
}

.footer-subtext a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.57;
  letter-spacing: normal;
  color: #D0E4ED;
}

#cardContent {
  width: 704px;
  height: 528px;
  margin: 0 auto;
  box-shadow: 10px 20px 40px 0 rgba(0, 0, 0, 0.4);
  background: #fff;
  display: flex;
}

#cardContent .primary-button {
  width: 240px;
  height: 48px;
  background-color: #1874ae;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.5px;
  text-align: center;
  color: rgba(255, 255, 255, 0.99);
  border: none;
}
#cardContent .primary-button:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  background-color: #156699;
}
#cardContent .primary-button:focus {
  border-radius: 3px;
  border: solid 5px #40b5ff;
  outline: none;
}
#cardContent .primary-button:active {
  background-color: #125580;
}
.primary-background {
  background-color: #1874ae;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
}
.input-section-background {
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #404040;
}
.left-section {
  flex-direction: column;
  box-sizing: border-box;
}
.right-section {
  flex-direction: column;
  box-sizing: border-box;
}
.text-input-holder {
  display: flex;
  flex-direction: column;
}
.text-input {
  border: none;
  height: 40px;
  border-bottom: 1px solid #808080;
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.57;
  letter-spacing: 0.5px;
  color: #000000;
  padding: 0 8px;
}
.text-input:hover {
  background-color: #f7f7f7;
}
.text-input:focus {
  background-color: #f7f7f7;
  outline: none;
}
.text-input-label {
  height: 32px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #404040;
}
.show-password {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.91;
  letter-spacing: normal;
  text-align: right;
  color: #808080;
  float: right;
  cursor: pointer;
}
#VALogo {
  width: 176px;
  margin-left: -12px;
}

.info-section .logo-div {
  margin-bottom: 12px;
}

.info-section .header-div .text-header{
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 10px;
}
.info-section .footer-div {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 24px;
}
.info-section .footer-div .text-footer-small,
.info-section .footer-div a{
  font-size: 13px;
  line-height: 1.54;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}
.info-section .footer-div .itallic-text {
  font-size: 12px;
  font-style: italic;
}
.info-section .footer-button {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.57;
  letter-spacing: 0.35px;
  color: #ffffff;
}
.info-section .top-section {
  position: absolute;
  top: 0;
  padding: 30px;
}
.info-section .bottom-section {
  position: absolute;
  bottom: 0;
  padding: 32px;
}
.header-div .text {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.77;
}
.header-div .fa-envelope-o {
font-size: 22px;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: 1.82;
letter-spacing: normal;
color: #ffffff;
margin-right: 10px;
}

.marketing-blurb {
display: none
}
.footer-table {
  width: 100%;
}
.table-non-center {
  width: 33%;
}
.table-center {
  width: 34%;
}
.login-footer-section {
  position: absolute;
  bottom: 92px;
}
.footer-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.footer-right-section {
  padding-right: 15%;
}

@media screen and (max-width: 1024px) {
  .footer-right-section {
    padding-right: 5%;
    white-space: nowrap;
  }

  .footer-left-section {
    padding-right: 5%;
    white-space: nowrap;
  }
}

@media screen  and (max-width: 700px) {
  .footer-wrapper {
    justify-content: flex-start;
  }
}