.login-signup {
  justify-content: center;
  background: #c6f0ff;
  padding: 150px 0;
  min-height: calc(100vh - 300px);
  display: flex;
  align-items: center;
}

.login-box {
  padding: 40px 40px !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  max-width: 600px;
  margin: auto;
  background: #fff;
  color: #000;
}

.login-signup .form-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-signin .form-control {
  height: 50px;
  border: 1px solid #ccc;
}

.form-signin .form-control:focus {
  box-shadow: none;
  border: 1px solid #00aae9;
}

.uppercase {
  text-transform: uppercase;
}

.login-btn {
  border-radius: 5px;
  background: #f4b400;
  color: #000;
  font-weight: 600;
  height: 50px;
}

.login-btn:hover {
  text-decoration: none;
  background: #ffcb30;
}

#remember .custom-control-input:checked ~ .custom-control-label::before {
  color: #000;
  border-color: #f4b400;
  background-color: #f4b400;
}

#remember label,
.forgot-password {
  font-weight: 500;
  letter-spacing: 0.3px;
}

.forgot-password {
  color: var(--primary-color);
}

.forgot-password:hover {
  color: var(--primary-color);
}

.form-signin .iti {
  display: block;
}

.form-check-input:checked {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  box-shadow: none;
}

.primary-color {
  color: #00aae9;
}

.auth-clients {
  display: inherit;
  list-style: none;
  overflow: auto;
  margin-bottom: 0;
}

.login-wrapper .auth-clients li {
  float: none;
  display: block;
  margin: 0 auto 20px;
  text-align: center;
  width: 100%;
  max-width: 350px;
}

.login-wrapper .auth-link {
  border-radius: 3px;
  display: block;
  width: 100%;
  padding: 10px 0 5px;
}

.facebook .auth-icon,
.google .auth-icon {
  display: inline-block;
  height: 26px !important;
  filter: brightness(0) invert(1);
}

.google .auth-icon {
  background: url("../img/google-logo.png") !important;
  width: 79px;
}

.facebook .auth-icon {
  background: url("../img/facebook.png") !important;
  width: 125px;
}

.login-wrapper .facebook.auth-link {
  background-color: #3b5998;
}

.login-wrapper .google.auth-link {
  background-color: #ea4335;
}

#loginform-password {
  padding-right: 50px !important;
}

/* #login-form .form-check-input:checked {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
} */

#login-form .form-check-input:focus {
  box-shadow: none;
}

.login-txt {
  font-size: 32px;
  margin-bottom: 0 !important;
}

.login-box .form-control {
  border: 1px solid #ccc;
  font-size: 16px;
  color: #656565 !important;
  height: 50px;
  margin-bottom: 25px;
}

.login-box p {
  color: #727272;
}

.field-loginform-password,
.field-user-password {
  position: relative;
}

.field-icon {
  position: absolute;
  top: 18px;
  right: 35px;
}

.auth-wrapper a {
  transition: all 0.3s ease-in-out;
}

.auth-wrapper .sign-link {
  color: var(--dark-color);
}

.auth-wrapper .sign-link:hover {
  color: var(--theme-color2);
}

.auth-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: calc(100vh - 70px);
  background: #f4f4f4;
  position: relative;
  z-index: 0;
}

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

.auth-wrapper .heading-content {
  padding: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: calc(100vh - 70px);
}

.auth-wrapper .heading-content:before {
  content: "";
  border-radius: 0;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/auth-bg.jpg");
  top: 0;
  left: 0;
}

.auth-wrapper .heading-content:after {
  content: "";
  border-radius: 0;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #000;
  top: 0;
  left: 0;
  opacity: 0.2;
}

.auth-wrapper .heading-content .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 680px;
  min-height: 680px;
  height: 100%;
  padding: 60px 50px;
  border-radius: 30px;
  max-width: 545px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.auth-wrapper .heading-content .inner-wrap .logo-box .logo {
  margin-bottom: 30px;
  display: block;
  max-width: 35vw;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.auth-wrapper .heading-content .inner-wrap .sub-title {
  color: #fff;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 300;
}

.auth-wrapper .heading-content .inner-wrap .main-title {
  color: #fff;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 600;
}

.auth-wrapper .heading-content .inner-wrap .main-title span {
  color: var(--theme-color2);
}

.auth-wrapper .heading-content .inner-wrap .description {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}

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

.auth-wrapper .heading-content .inner-wrap .switcher-info span {
  display: block;
}

.auth-wrapper .heading-content .inner-wrap .switcher-info .switcher-text {
  display: inline-block;
  color: #fff !important;
  font-weight: 500;
}

.auth-wrapper .heading-content .inner-wrap .switcher-info .switcher-text:hover {
  text-decoration: underline !important;
}

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

.auth-wrapper .form-content .main-form {
  width: 100%;
  height: auto;
  padding: 40px;
  background: #fff;
  border-radius: 22px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.auth-wrapper .form-content .main-form .page-title {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  color: #14133b;
  text-transform: capitalize;
}

.auth-wrapper .form-content .main-form .description {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 20px;
  font-weight: 300;
  color: rgba(26, 42, 58, 0.56);
}

.form-control,
.form-select {
  width: 100%;
  min-height: 50px;
  border: 1px solid #ebebeb !important;
  box-shadow: none !important;
  border-radius: 4px !important;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--primary-color) !important;
}

.auth-wrapper .toggle-password {
  position: absolute;
  right: 35px;
  top: 48px;
  color: #545454;
}

.auth-wrapper .forgot-text {
  color: var(--primary-color);
}

/* .auth-wrapper .forgot-text:hover {
  color: var(--secondary-color) !important;
} */

.auth-wrapper .mb-3.field-loginform-rememberme {
  margin-bottom: 0 !important;
}

.btn-main {
  padding: 13px 25px !important;
  font-size: 16px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color) !important;
  border: none !important;
  border-radius: 4px !important;
  color: #fff !important;
}

.btn-main:hover {
  background-color: var(--secondary-color) !important;
}

.auth-wrapper input[type="password"] {
  padding-right: 60px !important;
}

@media (max-width: 991px) {
  .auth-wrapper .form-content {
    width: 100%;
    max-width: 100%;
  }
}
