.errorMessage {
  font-size: 13px;
  color: #f81200;
}

.pw-recovery {
  font-size: 13px;
}

.submitContainer {
  padding-top: 1rem;
}

.requestReset {
  text-decoration: none;
  color: #000000;
}

.requestReset:hover {
  color: #000000;
}

.page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-image: url(./img/beaudits-image-login-2-01-01.png);
  background-size: cover;
}

.resetWrapper {
  padding: 45px 100px 150px;
}

.emailSentContainer {
  padding: 75px 100px 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.emailIcon {
  margin-top: 40px;
  margin-bottom: 50px;
}

.supportContainer {
  position: absolute;
  left: 25px;
  bottom: 0;
}

.supportEmail {
  text-decoration: none;
  color: #606060;
}

.supportEmail:hover {
  color: #000000;
}

.dimText {
  color: #606060;
}

.versionContainer {
  position: absolute;
  right: 25px;
  bottom: 0;
}

.instructions {
  text-align: center;
  font-size: 18px;
}

#errorMessage {
  display: none;
}

.tryAgain {
  text-decoration: none;
  color: #f81200;
}

.tryAgain:hover {
  color: #bf0d00;
  cursor: pointer;
}

.backArrow {
  color: #000000;
  margin-left: 20px;
  margin-top: 25px;
}

.backArrow:hover {
  color: #000000;
  cursor: pointer;
}

/*----- Login redesign -----*/

.login-header {
  font-family: Poppins-Bold;
  font-size: 32px;
}

.missing-token {
  font-family: Poppins;
  margin: 16px 0;
}

.body-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  margin: 0px;
}
.p-forgot {
  font-family: Figtree-Regular;
  font-size: 14px;
  color: #1f76c2;
}

.login-span {
  color: #676879;
  font-family: Figtree-Regular;
  font-size: 14px;
}

.resend-email-span {
  color: #676879;
  font-family: Figtree-Regular;
  font-size: 14px;
  margin-top: 20px;
}

.login-form,
.recovery-form,
.lock-ip-form,
.change-password-form,
.success-email-form {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 50px;
  height: 100%;
  text-align: center;
}

.login-container,
.recovery-container,
.lock-ip-container,
.change-password-container,
.success-email-container {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 480px;
}

.form-container {
  position: absolute;
  top: 0;
  height: 100%;
}

.log-in-container {
  right: 0;
  width: 50%;
  z-index: 2;
}

.overlay-container {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 50%;
  width: 50%;
  height: 100%;
}

.overlay {
  background-image: url(./img/beaudits-image-login-2-01-01.png);
  background-size: cover;
  background-position: 0 0;
  color: #ffffff;
  position: relative;
  left: -200%;
  height: 100%;
  width: 200%;
  background-position: center;
}

.overlay-request-reset {
  background-image: url(./img/forgot-password.jpg);
  background-size: cover;
  background-position: 0 0;
  color: #ffffff;
  position: relative;
  left: -200%;
  height: 100%;
  width: 200%;
  background-position: center;
}

.overlay-panel {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
  text-align: center;
  top: 0;
  height: 100%;
  width: 100%;
}
.overlay-right {
  right: 0;
}
.logo-login {
  width: 80px;
  height: auto;
}
.be-p {
  font-family: Figtree-Bold;
  font-size: 40px;
  color: #ffffff;
}
.sift-p {
  font-family: Figtree-Light;
  font-size: 40px;
  color: #ffffff;
}
.p-footer {
  font-family: Figtree-Regular;
  font-size: 14px;
  color: #676879;
  margin-bottom: 0px;
}

.p-inputs-text {
  font-family: Figtree-Regular;
  font-size: 14px;
  color: #676879;
}
.p-inputs-text {
  margin-left: 5px;
}

.svg-security-icon {
  color: #ffffff;
  width: 50px;
}

.security-h2 {
  font-family: Poppins-Bold;
  font-size: 32px;
  color: #ffffff;
}

.security-p {
  font-family: Figtree-Regular;
  font-size: 16px;
  color: #ffffff;
}
.footer-login {
  position: absolute;
  bottom: 0px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-bottom: 8px;
}

.footer-link {
  font-family: Figtree-Regular;
  font-size: 14px;
  color: #1f76c2;
  cursor: pointer;
}

/*----------------*/

.primary-button-bepc-md {
  border-radius: 4px;
  height: 40px;
  width: 400px;
  padding: 10px;
  background-color: #234367;
  color: #ffffff;
  font-family: Figtree-Regular;
  font-size: 14px;
  transition: all 0.1s ease-in;
  border: none;
}

.primary-button-bepc-md:hover {
  background-color: #152233;
}

.negative-button-bepc {
  border-radius: 4px;
  height: 40px;
  width: 400px;
  padding: 10px;
  background-color: #d83a52;
  color: #ffffff;
  font-family: Figtree-Regular;
  font-size: 14px;
  transition: all 0.1s ease-in;
  border: none;
}

.negative-button-bepc:hover {
  background-color: #b12f42;
}

.bepc-input-text {
  width: 400px;
  height: 40px;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  background-color: transparent;
  color: #313131;
  font-family: Figtree-Regular;
  font-size: 14px;
  padding: 10px;
  transition: all 0.1s ease-in;
}

.bepc-input-text:hover:hover {
  border: 1px solid #809fb8;
}
.bepc-input-text:focus:focus {
  border-color: #1f76c2;
  outline: none;
}

.support-button {
  height: 36px;
  width: 36px;
  margin-right: 8px;
  padding: 8px;
  cursor: pointer;
  border: 1px solid #323338;
  border-radius: 4px;
  display: flex;
  transition: all 0.5s;
}

.support-button > * {
  transition: all 0.5s;
}

.support-button:hover {
  background-color: #d9e1e7;
  border-color: #809fb8;
}

.support-button:hover > * {
  color: #809fb8;
}

.empty-container {
  height: 36px;
  width: 36px;
}

.email-link > * {
  text-decoration: none;
  color: #323338;
}

/* Tooltip container */
.support-tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.support-tooltip .support-tooltiptext {
  background-color: #234367;
  color: #ffffff;
  font-family: Figtree-Regular;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 120%;
  opacity: 0;
  transition: opacity 0.5s;
  padding-left: 8px;
  padding-right: 8px;
}

.support-tooltip .support-tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #234367;
}

/* Show the tooltip text when you mouse over the tooltip container */
.support-tooltip:hover .support-tooltiptext {
  opacity: 1;
}

.number-code {
  > div {
    display: flex;
    > input:not(:last-child) {
      margin-right: 4px;
    }
  }
}

.number-code {
  margin-bottom: 20px;
}

input.code-input {
  background: #d9e1e7;
  font-size: 1.5em;
  width: 1.5em;
  text-align: center;
  flex: 1 0 1em;
  border-radius: 4px;
  border: none;
  transition: all 0.2s ease-in;
}

input.code-input:focus {
  background: #809fb8;
  outline: none;
}

/*----- Fonts ------*/
@font-face {
  font-family: Figtree-Light;
  src: url(./fonts/Figtree-Light.ttf);
}
@font-face {
  font-family: Figtree-Regular;
  src: url(./fonts/Figtree-Regular.ttf);
}
@font-face {
  font-family: Figtree-Bold;
  src: url(./fonts/Figtree-Bold.ttf);
}
@font-face {
  font-family: Poppins-Bold;
  src: url(./fonts/Poppins-Bold.ttf);
}
