a{
  text-decoration: none;
}

.login-signup {
	justify-content: center;
	padding: 150px 0;
	min-height: calc(100vh - 300px);
	display: flex;
	align-items: center;
}
.login-box {
	padding: 40px 40px !important;
	border-radius: 0px;
	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 rgba(128, 128, 128, .16);
	border-radius: 4px;
}

.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(--secondary-color);
}

.forgot-password:hover {
	color: var(--secondary-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 {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0px;
	overflow: hidden!important;
}
.login-wrapper .auth-clients li {
	text-align: center;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin-right: 0px;
	margin-bottom: 10px;
}

.login-wrapper .auth-link {
	width: 100%;
	height: 50px;
	border-radius: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	background: #ccc;
	position: relative;
	z-index: 0;
}


#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;
}

.login-wrapper {
	background: #fff;
	overflow: hidden;
	border: 1px solid rgba(128, 128, 128, .16);
	padding: 40px;
}
.login-signup {
	padding: 80px 0px;
}
.login-wrap {
	background: #fff;
	padding-right: 50px;
}
.login-wrapper .info {
	position: relative;
	height: 100%;
	padding-left: 50px;
}

.login-wrapper .info .box .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
}
.login-wrapper .info .box .line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: var(--primary-color);
  animation: animate 4s linear infinite;
}
@keyframes animate {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.1% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.login-wrapper .info .box .line:nth-child(1) {
  transform: rotate(0deg);
}
.login-wrapper .info .box .line:nth-child(2) {
  transform: rotate(90deg);
}
.login-wrapper .info .box .line:nth-child(3) {
  transform: rotate(180deg);
}
.login-wrapper .info .box .line:nth-child(4) {
  transform: rotate(270deg);
}
.social-login {
	color: #fff;
	height: 100%;
}

.registration-view p a {
	color: var(--secondary-color);
  font-weight: 500;
}

.vl {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	border-right: 1px solid rgba(128, 128, 128, .16);
	height: 100%;
	top: 50%;
}
.vl-innertext {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--primary-color);
	border: 2px solid var(--primary-color);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.sign-link {
	color: var(--primary-color);
}

.flex-center {
	align-items: center;
	display: flex;
	justify-content: center;
}
.form-row {
	background: #ffffff;
	border-radius: 6px;
	margin: 10px;
	overflow: hidden;
	position: relative;
	width: 200px;
	height: 200px;
	text-decoration: none;
	color: #000 !important;
	display: flex;
	flex-direction: column;
  border: 1px solid rgba(128, 128, 128, .16);
}
.form-row i {
	font-size: 60px;
	margin-bottom: 10px;
	color: var(--secondary-color);
}
.sign-in-as-user {
	background: #fff;
}
.sign-in-as-user h1{
  color: #131313;
}

.field-user-contact_no.required .invalid-feedback{
	display:block;	
}


.auth-clients li a .auth-icon{
  background: none!important;
}
.auth-clients li a .auth-icon::before {
	width: 100%;
	height: 100%;
	background: none;
	position: absolute;
	width: 100%;
	height: 50px;
	color: #fff;
	left: 0;
	top: 0;
	z-index: 9999999999;
	font-size: 20px;
	font-weight: 500;
	top: 10px;
}
.google .auth-icon:before {
  content: 'Google';
}

.facebook .auth-icon:before {
	content: 'Facebook';
}
.linkedin  .auth-icon:before{
  content: 'Linkedin';
}
.github  .auth-icon:before{
  content: 'Github';
}
.login-wrapper .facebook {
  background-color: #3b5998;
}

.login-wrapper .google {
  background-color: #ea4335;
}
.login-wrapper .github{
  background-color: #0e0c0d;
}
.login-wrapper  .linkedin {
	background-color: #0691ce;
}

.login_list {
	list-style: none;
	margin-top: 20px;
	padding: 0px;	
}
.login_list li {
	margin-bottom: 15px;
}
.login_list li i {
	color: var(--secondary-color);
}
.login-wrapper .section-heading h2 {
	font-size: 28px;
}