:root,
[data-bs-theme="light"] {
  --bs-body-font-family: Roboto, "Helvetica Neue", sans-serif;
  --bs-font-sans-serif: Roboto, "Helvetica Neue", sans-serif;
}

html,
body {
  height: 100%;
  max-height: 100vh;
}
body {
  background-image: url(./img/leaves-home.svg);
  background-repeat: no-repeat;
  font-size: 16px !important;
  font-family: Roboto, "Helvetica Neue", sans-serif !important;
}

body .bg-light {
  background-color: #eeeeee !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 0 0 #ccc !important;
}

.container {
  height: 100%;
  max-width: 800px !important;
  min-height: 760px;
}

#title {
  font-size: 28px;
  font-weight: 700;
  width: 100%;
  margin-top: 120px;
  margin-bottom: 48px;
}

#otpError {
  display: none !important;
  margin-bottom: 24px !important;
  padding: 14px 16px;
  border: none !important;
  color: black;
}

.error #otpError {
  display: block !important;
}

#logo {
  width: 100%;
}
#logo img {
  height: 48px;
  margin: auto;
}

.otpInput {
  border: 0 !important;
  margin: 32px 20px 32px 0;
  width: 81px !important;
  height: 120px !important;
  text-align: center;
  font-size: 32px !important;
  font-weight: 700 !important;
  box-shadow: 0px 1px 0px #dddddd;
  opacity: 1;
}

.alert {
  margin-bottom: 0px;
}

.optInput:last-child {
  padding-left: 0px !important;
}

.footer {
  height: 100%;
  margin: 0 0 auto 0;
}
.footer footer {
  margin: 32px 0 20px 0;
}
@media (pointer: coarse) {
  .footer footer {
    margin: 32px 0 0 0;
  }
}
.footer #logo {
  margin: auto 0 auto 0;
}
@media (max-width: 1000px) {
  #title {
    font-size: 20px !important;
    margin-top: 56px;
    margin-bottom: 24px;
  }

  .otpInput {
    font-size: 20px !important;
    width: 64px !important;
    height: 96px !important;
    margin: 16px 8px 16px 0;
  }

  .footer #logo {
    margin: auto 0 0 0;
  }
  #logo img {
    height: 38px;
  }
}

@media (max-width: 600px) {
  .container {
    max-width: none;
  }

  #title {
    margin-top: 70px;
    margin-bottom: 24px;
  }

  .otpInput {
    font-size: 20px !important;
    width: 50px !important;
    height: 74px !important;
    margin: 16px 8px 16px 0;
  }

  #logo img {
    height: 32px;
  }
}
