* {
	font-family: "Signika Negative";
	outline: none;
	font-size: 14px;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	background:  #f9fbfc ;
	overflow: hidden;
	position: relative;
}

.scroll {
	overflow-y: scroll;
	scrollbar-width: none;
}

.scroll::-webkit-scrollbar {
	width: 0;
}

.spinner {
  background: #000;
  opacity: .8;
  z-index: 2000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
}
.hrshort {
	margin-top: -8px;
	margin-bottom: 10px;
	display:block;
	width: 70px;
	border-bottom: 2px #F00 solid;
}
.hrlong {
	margin-bottom: 10px;
	display:inline-block;
	width: 150px;
	border-bottom: 2px #F00 solid;
}
.back-img{
  position: fixed;
  top: 0;
  left: 0;
}
.login-container {
  
}
.login-box {
  padding: 25px;
}
.login-user {
	width: 80px;
	height: 80px;
}

.regcard {
	margin: 6px;
	height: 98%;
}

.logincard {
	width: 380px;
	margin: 120px auto;
}

.reglogo {
	width: 210px; height: 90px;
}

.ltimg {
	width: 100%;
}

.ltimg1 {
	height: 100%;
	margin: auto;
}

.radio-lg {
    transform: scale(1.5); 
    cursor: pointer;
}

.radio-lg-txt {
    font-size: 16px;
}

.radio-lg-txt-white {
    font-size: 16px;
    color: #FFF;
}

.input-group-text {
	background: #F00;
	font-size: 24px;
	color: #FFF;
}

.row.no-gutters-o {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutters-o [class*='col-']:not(:first-child),
.row.no-gutter-o [class*='col-']:not(:last-child) {
  padding: 2px;
}

.row.no-gutters-o [class*='col-']:first-child {
  padding: 2px 2px 2px 0;
}

.row.no-gutter-o [class*='col-']:last-child {
  padding: 2px 0 2px 2px;
}


@media (max-width: 575.98px) {
	.ltimg {
		display: none;
	}
	
	.ltimg1 {
		width: 200px;
	}
	
	.regcard {
		margin: 6px;
		height: 98%;
	}
	
	
	.reglogo {
		width: 110px; height: 40px;
		margin: 10px auto;
	}
	
	.logincard {
		width: 380px;
		margin: 50px auto;
	}
}

@media (max-width: 767.98px) {
	.reglogo {
		margin: 10px auto;
		width: 110px; height: 40px;
	}
	
	.logincard {
		width: 380px;
		margin: 50px auto;
	}
	.ltimg1 {
		width: 200px;
	}
	.ltimg {
		display: none;
	}
	.regcard {
		margin: 6px;
		height: 98%;
	}
	
}

.form-group i {
	font-size: 18px;
	font-weight: 700;
}

.regcard .form-group {
	margin-bottom: 10px !important;
}

.reghead {
	border-top-left-radius: 20px;
	padding: 7px 10px 7px 15px;
	margin-top: -5px;
}

legend {
	font-size: 15px;
}

