.login-signup {
	justify-content: center;
	background: url('../img/banner-img.jpg');
	padding: 150px 0;
	min-height: calc(100vh - 300px);
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  position:relative;
}
.login-signup::after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: rgba(0,0,0,.5);
	content: '';
	z-index: 0;
	bottom: 0;
}
.login-wrapper {
	z-index: 9;
	overflow: hidden;
	border-radius: 6px;
}
.login-box {
	padding: 40px !important;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-radius: 6px;
	max-width: 600px;
	margin: auto;
	background: #fff;
	color: #000;
	position: relative;
	z-index: 9;
}

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

.form-signin .form-control {
	height: 50px;
	border: 1px solid #ccc;
	border-radius: 6px;
}
.form-signin .form-control:focus {
	box-shadow: none;
	border: 1px solid #f1c338;
}

.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: #000;
	border-color: #000;
}

#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-lft-img img {
	width: 100%;
}

.login-rt {
	padding: 30px;
}


@media (min-width:768px) and (max-width:991px)  {
  .auth-lft-img {
    display: none;
  }
}

@media (max-width:767px) {
  .auth-lft-img {
    display: none;
  }
}