@import url("https://fonts.googleapis.com/css?family=Poppins");

html,
body {
	background-color: #fff !important;
	color: #000;
	font-family: 'Poppins' !important;
}
.mar-t-25{
	margin-top: 25px !important;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.tnc-links a {
    color: white;
}


.copyright {
    font-size: 14px;
}

.blackbg{
	background-color: #000;
	color: #fff !important;
}

.login-wrap { margin-top:25px; min-height: 675px; }
.blue-bg {
	background: #109CF1;
	border: 1px solid #109CF1;
	border-radius: 24px 0px 0px 24px;
	padding: 0px 110px !important;
}

.carousel-caption {
	position: sticky !important;
	z-index: 10;
	color: #fff;
	text-align: center;
	margin-bottom: 9%;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.item>a>img,
.carousel-inner>.item>img {
	display: initial !important;
	height: auto !important;
	max-width: 100% !important;
	margin-top: 20%;
}

.heading {
	font-weight: 700;
	font-size: 32px;
	line-height: 200%;
	margin-bottom: 0px !important;
	margin-top: 5px;
}

.para {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5; padding: 0px 30px;
}


.mt-60 {
	margin-top: 60%;
}
.mar-t-60 {
	margin-top: 60px;
}
.form-control {
	border: 1px solid #CED4DA !important;
	border-radius: 5px !important;
	padding: 9px 10px 9px 15px !important;
	height: 38px !important;
}

.mt-30 {
	margin-top: 30px !important;
}


.link {
	text-decoration-line: underline;
	color: #109CF1 !important;
	float: right;
	cursor: pointer;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mt-20 {
	margin-top: 20px !important;

}


.text {
	font-size: 14px;
	line-height: 19px;
	color: #828282;
	margin-top: 20px;
}

.RegBtn {

	background: #FFFFFF;
	border: 1px solid #109CF1 !important;
	border-radius: 5px;
	color: #109CF1 !important;
	margin-top: 10px;
	font-size: 18px;
	line-height: 27px;
	width: 100%;
	padding: 10px 0px;
	margin-bottom: 118px;
}

.bg {
	background-color: #FFFFFF !important;
	border-radius: 0px 24px 24px 0px;
	border: 1px solid #109CF1;
}


.logBtn {
	align-items: center;
	padding: 10px 0px;
	background: #109CF1;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	border: none !important;
	margin-top: 30px;
	width: 100%;
	margin-bottom: 174px !important;
}

.pad-60 {
	padding-left: 60px !important;
	padding-right: 60px !important;
}

.pd-62 {
	padding: 62px 0px;
	overflow: hidden !important;
}

.eye {
	float: right;
	margin: -28px 10px 0px 0px;
	cursor: pointer;
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1199px) {
	.logBtn {
		margin-bottom: 215px !important;
	}

	.top {
		margin-top: 85%;
	}

}

.containerHeight {
	max-height: 596px;
	overflow: hidden;
}