.LogoImg {
  width: 128px;
  height: 32px;
  object-fit: contain;
  text-align: center;
}

.LogoIcon {
  width: 78px;
  height: 75px;
  object-fit: contain;
}

.LogoHolder {
  width: 128px;
  margin: 0 auto 50px
}

.ChangePasswordHeader {
  width: 70%;
  height: 5%;
  font-family: Helvetica;
  font-size: 100%;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: uppercase;
}

.ChangePasswordInput {
  border: 0;
  background-color: transparent;
  width: 100%;
  line-height: 2;
  color: #ffffff;
  font-size: 16px;
}

.InvisibleHorizontalSpace {
  visibility: hidden;
}

.ButtonLight {
  width: 100%;
  height: 50px;
  border-radius: 1.6vw;
  background-color: #ffffff;
  border: none
}

.ButtonLight:hover {
  cursor: pointer;
}

.ButtonLight:disabled {
  background-color: #b7bdcb;
  cursor: not-allowed;
}

.ButtonLightHomeWhiz {
  width: 30%;
  height: 60%;
  border-radius: 1.6vw;
  background-color: #ffffff;
  border: none
}

.ButtonLightHomeWhiz:hover {
  cursor: pointer;
}

.ButtonLightHomeWhiz:disabled {
  background-color: #b7bdcb;
  cursor: not-allowed;
}

.ButtonDark {
  width: 100%;
  height: 50px !important;
  border-radius: 1.6vw;
  border: solid 1px rgba(183, 189, 203, 0.3);
  background-color: Transparent;
  border-style: solid;
}

.ButtonDark:hover {
  cursor: pointer;
}

.ButtonDark:disabled {
  background-color: #b7bdcb;
  cursor: not-allowed;
}

@media screen and (min-width: 1000px) {
  .ButtonLightHomeWhiz {
    height: 50px;
  }

  .ButtonDark {
    height: 70px;
  }
}

@media screen and (min-width: 1000px) {
  .header__nav {
    text-align: center
  }

  .footer__inner {
    display: inline-block
  }
}

@media screen and (max-width: 800px) {
  .ButtonLight {
    height: 40px;
    border-radius: 4.6vw;
  }

  .ButtonDark {
    height: 40px;
    border-radius: 4.6vw;
  }

  .ButtonLightHomeWhiz {
    height: 40px;
    border-radius: 4.6vw;
  }

  .header__nav__logo img {
    height: 30px
  }
}

@media screen and (max-width: 800px) {
  .ButtonLightHomeWhiz {
    width: 70%;
  }
}

.ButtonLightContent {
  width: 100%;
  height: 100%;
  font-family: Helvetica;
  font-size: 100%;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #131322;
  text-transform: uppercase;
}

.ButtonDarkContent {
  width: 100%;
  height: 100%;
  font-family: Helvetica;
  font-size: 100%;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

.AccountDetails {
  width: 60%;
  height: 80%;
  font-family: Helvetica;
  font-size: 100%;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-left: 4%;
}

.AccountDetailsHeader {
  font-size: 120%;
  font-weight: bold;
  color: #ffffff;
}

.InfoHeader {
  width: 40%;
  height: 5%;
  font-family: Helvetica;
  font-size: 100%;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #b7bdcb;
  text-transform: uppercase;
}

.WelcomeHeader {
  width: 100%;
  height: 30%;
  font-family: Helvetica;
  font-size: 100% Helvetica;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.ConfirmDescription {
  width: 100%;
  height: 6%;
  font-family: Helvetica;
  font-size: 100%;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: capitalize;
}

.RequestDescription {
  width: 100%;
  height: 6%;
  font-family: Helvetica;
  font-size: 100%;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.homeInfo {
  width: 100%;
  height: 20%;
  font-family: Helvetica;
  font-size: 100%;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.passwordPolicyItems {
  margin-top: 24px;
  text-align: left;
}

.passwordPolicyItem {
  color: white;
  line-height: 1.1;
  font-size: 15px;
  margin-bottom: 5px;
}