.VerifyEmail__title {
  color: var(--bg-color);
  font-size: 14px;
}

#button-link {
  background: none !important;
  border: none;
  padding: 0 !important;
  /*input has OS specific font-family*/
  color: var(--bg-color);
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

input.VerifyEmail__input {
  width: 100%;
  height: 40px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #14142b;
}

.VerifyEmail__forgot-password {
  color: var(--bg-color);
  font-family: var(--font-family-calibri-regular);
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 16px;
  cursor: pointer;
}

.VerifyEmail__forgot-password:hover {
  text-decoration: underline;
}

.VerifyEmail__forgot-password--prefix-text {
  color: #7a7a7a;
  font-size: 13px;
  margin-top: 8px;
}

input[type='submit'].ManualAuth__btn--login {
  margin-bottom: 8px;
  width: 100%;
  height: 35px;
  background: var(--bg-color);
  border: none;
  border-radius: 4px;

  color: white;
  font-weight: bold;
  letter-spacing: 0.75px;
  cursor: pointer;
}

input[type='submit'].ManualAuth__btn--login:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.EmailOtp__email {
  color: #c4c4c4;
  font-size: 14px;
  letter-spacing: 0.75px;
}

.EmailOtp__helper-text {
  color: #323232;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.75px;
  line-height: 28px;
  margin-top: 20px;
}

.EmailOtp__recieve-text {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
  color: #323232;
  margin-bottom: 8px;
  margin-top: 12px;
}

.EmailOtp__timer {
  color: var(--bg-color);
  font-size: 18px;
  font-family: var(--font-family-segoe);
  letter-spacing: 0.75px;
  font-weight: 600;
}

.EmailOtp__resend-text {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.75px;
  color: var(--bg-color);
  border: none;
  background: none;
  cursor: pointer;
}

.EmailOtp__terms {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.75px;
  cursor: pointer;
  color: var(--bg-color);
}

.OtpTextField {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.OtpTextField__input-container {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

input[type='text'].OtpTextField__input {
  outline: 0;
  border-width: 0 0 2px;
  border-color: var(--bg-color);
  width: 35px;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: var(--bg-color);
  padding: 0;
}

input[type='text'].OtpTextField__input--error {
  outline: 0;
  border-width: 0 0 2px;
  border-color: #ff0000;
  width: 35px;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #ff0000;
  padding: 0;
}

.OtpTextField__continue-btn {
  border: none;
  color: white;
  background-color: var(--bg-color);
  height: 50px;
  width: 215px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  font-family: Helvetica, sans-serif;
  letter-spacing: 0.75px;
  margin-top: 16px;
  cursor: pointer;
}
