body {
  height: 100vh;
}

.trp-section {
}

.trp-mx-w {
  max-width: 1440px;
  margin: auto;
  height: 100vh;
  background: #ffffff;
}

.trp-mx-w .l-col {
  max-width: 811px;
  min-width: 811px;
  background-image: url("/backend/imgs/trp-login-screen-background.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

.trp-mx-w .r-col {
  height: 100%;
  justify-content: space-between;
}
.trp-mx-w .r-col .top-container {
  margin: auto;
  height: 100%;
}

.trp-mx-w .r-col .trp-content {
  gap: 24px;
  width: 100%;
  height: 100%;
}

.trp-mx-w .r-col .trp-content .trp-text .trp-h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
  color: var(--black-text-color);
}

.trp-mx-w .r-col .trp-content .trp-text .trp-p {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--grey-text-color);
  text-align: center;
}

.trp-mx-w .r-col .trp-login-form {
  width: 100%;
}
.trp-mx-w .r-col .trp-login-form label {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  color: var(--grey-text-color);
  margin-bottom: 4px;
}

.trp-mx-w .r-col .trp-login-form input {
  padding: 10px 12px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--black-text-color);
  margin-bottom: 24px;
}
.trp-mx-w .r-col .trp-login-form input::placeholder {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.trp-mx-w .r-col .trp-login-form input:focus-visible {
  outline: none !important;
}

.trp-mx-w .r-col .trp-login-form input[type="submit"] {
  background: #101828;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  color: var(--white-color);
  box-shadow: 0px 1px 2px 0px #1018280d;
  border: none;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 24px;
}

.trp-mx-w .r-col .trp-login-form .trp-sign-up-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  color: var(--grey-text-color);
  text-align: center;
  margin: 0px;
}

.trp-mx-w .r-col .trp-login-form .trp-sign-up-text a {
  font-weight: 600;
  color: var(--black-text-color);
  text-decoration: none;
}

.trp-mx-w .r-col .trp-footer {
  padding: 40px 130px 32px;
}

.trp-mx-w .r-col .trp-footer p {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #818b9e;
  margin: 0;
  text-align: center;
}

.trp-mx-w .r-col .trp-footer p img {
  margin-left: 2px;
}

/* =========================================== */

.trp-mx-w .r-col .trp-login-form.otp .trp-otp-container {
  gap: 32px;
}

.trp-mx-w .r-col .trp-login-form.otp input[type="number"] {
  width: 80px !important;
  height: 80px !important;
  box-shadow: 0px 1px 2px 0px #1018280d;
  border: 1px solid #98a2b3;
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -2%;
  text-align: center;
}

.trp-mx-w .r-col .trp-login-form.otp input[type="number"]::-webkit-inner-spin-button,
.trp-mx-w .r-col .trp-login-form.otp input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.trp-mx-w .r-col .trp-login-form.otp input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}

.trp-mx-w .r-col .trp-login-form.otp .trp-sign-up-text {
  margin-bottom: 32px;
}

.trp-mx-w .r-col .trp-login-form.otp .trp-back-to-login {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  color: var(--grey-text-color);
  text-align: center;
  margin: 0px;
}

.trp-mx-w .r-col .trp-login-form.otp .trp-back-to-login a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #667085;
  text-decoration: none;
}

.trp-mx-w .r-col .trp-login-form.otp .trp-back-to-login a img {
    margin-right: 8px;
}