.left-section {
  width: 304px;
  height: 528px;
  position: relative;
}
.right-section {
  width: 400px;
  height: 528px;
  /* display: flex;
  justify-content: center;
  flex-direction: column; */
  position: relative;
}
#input-section {
  box-sizing: border-box;
  width: 332px;
  margin: 32px auto;
  text-align: center;
}


.email-holder {
  margin: 0 auto;
  /* margin-bottom: 32px; */
  margin-bottom: 16px;
  width: 244px;
}
.password-holder {
  margin: 0 auto;
  width: 244px;
  margin-bottom: 32px;
}
.error-msg-holder {
  min-height: 34px;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ad2d2d;
}
.forgot-password-section {
  margin-top: 23px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #1874ae;
}
.force-logout-message{
  /* margin-bottom: 26px; */
  margin-bottom: 5px;
}
.new-user-section {
  height: 36px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
.new-user-section a {
  color: #1874ae;
}

/* left section */
.left-section .logo-div {
  margin-bottom: 40px;
}

#VALogo-login {
  width: 208px;
  margin-left: -14px;
}

.left-section .header-div {
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  color: #ffffff;
}
.left-section .footer-div {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 16px;
}
.left-section .footer-div .itallic-text {
  font-size: 12px;
  font-style: italic;
}
.left-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;
}
.left-section .top-section {
  position: absolute;
  top: 0;
  padding: 32px;
}
.left-section .bottom-section {
  position: absolute;
  bottom: 0;
  padding: 32px;
}
.anchor-link {
  cursor: pointer;
}
a.anchor-link:hover {
  text-decoration: underline;
}
.text-input-holder.error input {
  background-color: #f2e6e6;
  border-bottom: 1px solid #ad2d2d;
}
.password-holder.error .pass {
  color: #ad2d2d;
}
.email-holder.error .email-text {
  color: #ad2d2d;
}
.login-footer-section {
  position: absolute;
  bottom: 12px;
  left: 84px;
}
.error-message-section {
  display: block;
  text-align: left;
  width: 244px;
  margin: 0 auto;
}
.error-separator {
  line-height: 0.5;
}