.auth-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: calc(100vh - 56px);
  background: #fff;
  position: relative;
  z-index: 0;
  background: url("../images/auth.jpg") center/cover no-repeat;
}

.auth-wrapper::before {
  content: "";
  border-radius: 0;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

.auth-wrapper .content-wrap {
  width: 100%;
  overflow-x: hidden;
  height: 100%;
}

.auth-wrapper .form-content {
  padding: 30px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 60px);
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}

.auth-wrapper .form-content .main-form {
  width: 100%;
  height: auto;
  padding: 50px;
  background: rgb(5 17 32 / 40%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 2px solid rgb(255 255 255 / 30%);
  border-radius: 20px;
}

.auth-wrapper .form-content .main-form .page-title {
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}

.auth-wrapper .form-content .main-form .description {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 300;
  color: #fff;
}

.form-label {
  color: #fff;
  font-weight: 500;
}

.theme-btn {
  min-height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  border-radius: var(--radius);
  border: 1px solid var(--primary-color) !important;
  color: var(--white-color);
  background: var(--primary-color);
  padding: 12px 26px;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}

.theme-btn:hover {
  background: var(--white-color) !important;
  color: var(--primary-color) !important;
  border-color: var(--white-color) !important;
}

.theme-btn-white {
  height: auto;
  display: inline-block;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  border-radius: var(--radius);
  border: 1px solid #fff;
  color: var(--primary-color);
  background: #fff;
  padding: 12px 26px;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}

.theme-btn-white:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.form-control,
.form-select {
  width: 100%;
  min-height: 50px;
  background: rgb(255 255 255 / 10%) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgb(255 255 255 / 25%) !important;
  box-shadow: none !important;
  border-radius: var(--radius) !important;
  font-size: 16px !important;
  color: #fff !important;
  background-clip: unset !important;
}

.forgot-password-btn a {
  transition: all 0.5s ease-in-out;
}

.forgot-password-btn a:hover {
  text-decoration: underline !important;
}

.forgot-box .form-check-label,
.forgot-password-btn a {
  font-size: 16px;
  color: #fff;
}

.forgot-box .form-check-input {
  margin-top: 3px !important;
}

.forgot-box .form-check-input:focus {
  box-shadow: none;
  border-color: var(--primary-color);
}

.form-check-input:checked {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.form-check-input:checked[type="radio"] {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

a {
  text-decoration: none !important;
}

.form-check-label {
  cursor: pointer;
}

.bottom-form a {
  color: var(--primary-color);
  transition: all 0.5s ease-in-out;
}

.bottom-form a:hover {
  color: #000;
}

.auth-wrapper .switcher-info {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

.auth-wrapper .switcher-info a {
  color: var(--white-color);
  font-weight: 500;
  transition: var(--transition);
}

.auth-wrapper .switcher-info a:hover {
  text-decoration: underline !important;
}

.auth-copyright {
  background: var(--primary-color);
}

.form-control {
  padding-right: 43px !important;
}

.auth-copyright p {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  margin: 0;
  padding: 10px 0;
  font-weight: 400;
}

.auth-copyright p a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.auth-copyright p a:hover {
  color: #fffc;
  text-decoration: underline;
}

.resend-btn a {
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.resend-btn a:hover {
  color: #fff;
  text-decoration: underline !important;
}

.otp-box .form-control {
  width: 50px;
  height: 50px;
  text-align: center;
  min-width: 50px;
  min-height: 50px;
  border-radius: var(--radius) !important;
}

.login-icon {
  position: absolute;
  top: 45px;
  right: 20px;
}

.login-icon i {
  font-size: 17px;
  line-height: 1.5;
  color: var(--white-color);
}

.auth-form .form-control {
  padding-right: 43px;
}

.main-eye-icon {
  font-size: 17px !important;
  line-height: 1.5 !important;
  color: var(--white-color) !important;
  top: 14px !important;
  right: 20px !important;
}

.forgot-box .form-check-label a {
  color: #fff !important;
  transition: all 0.5s ease-in-out;
  text-decoration: underline !important;
}

.forgot-box .form-check-label a:hover {
  color: #ffffffc4 !important;
  text-decoration: underline !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.error {
  color: red !important;
}