.auth-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: calc(100vh - 56px);
  background: #fff;
  position: relative;
  z-index: 0;
  background: url("../images/banner-img.png") 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%;
}
.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: 12px !important;
  font-size: 16px !important;
  color: #fff !important;
  background-clip: unset !important;
}
.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;
}
.form-control {
  padding-right: 43px !important;
}

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

.login-icon i {
  font-size: 17px;
  line-height: 1.5;
  color: #fff;
}
.forgot-box .form-check-input {
  margin-top: 3px !important;
}
.forgot-box .form-check-label,
.forgot-password-btn a {
  font-size: 16px;
  color: #fff;
  transition: all 0.5s ease-in-out;
  text-transform: capitalize;
}
.forgot-password-btn a:hover {
  color: var(--secondary-color);
}

.auth-wrapper .switcher-info {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
.auth-wrapper .switcher-info a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  color: var(--secondary-color);
  transition: all 0.5s ease-in-out;
}
.auth-wrapper .switcher-info a:hover {
  text-decoration: underline !important;
}
.main-eye-icon {
  font-size: 17px !important;
  line-height: 1.5 !important;
  color: #fff !important;
  top: 14px !important;
  right: 20px !important;
}
.form-check-input:checked {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.form-check-input:focus {
  box-shadow: none;
}

.term-text {
  color: var(--secondary-color) !important;
  transition: all 0.5s ease-in-out;
}

.term-text:hover {
  text-decoration: underline !important;
  color: var(--secondary-color) !important;
}

.auth-copyright p {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  margin: 0;
  padding: 10px;
  font-weight: 400;
}
.auth-copyright {
  background-color: var(--primary-color);
}
.auth-copyright p a {
  color: var(--secondary-color) !important;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
  text-decoration: none !important;
}
.auth-copyright p a:hover {
  text-decoration: underline !important;
}
