.sign_title {
	font-size: 32px;
	color: #26455d;
	font-weight: 700;
}
.register_inputs {
	height: 60px;
	background-color: #edf6fc;
	border: 1px solid #a5c9fc;
	border-radius: 0px;
}
.register_login_btn:hover,
.register_login_btn {
	height: 44px;
	border-radius: 10px;
	background-color: #179df4;
	font-size: 18px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	padding: 8px 16px;
	cursor: pointer;
}
.password_label {
	font-size: 16px;
	color: #222e41;
	font-weight: 400;
	text-align: center;
}
.password_label a:hover,
.password_label a {
	color: #222e41;
	font-weight: 500;
	text-decoration: underline;
	cursor: pointer;
}
.about_text {
	font-size: 26px;
	line-height: 32px;
	color: #222e41;
	font-weight: 700;
	text-align: center;
}
.at_t {
	font-weight: 600;
}
.about_text span {
	color: #FFF;
}
.right_section_outter {
	background-color: #179df4;
	border-radius: 8px;
}
.user_review_wrapper {
	background-color: transparent;
	box-shadow: none;
    background-image: none;
    padding-top: 26px;
}
.user_review_img {
	margin-bottom: 0px;
}
.users_review_comment span {
	color: #FFF;
}
.users_review_comment {
    color: #FFFFFF;
    text-shadow: 0 0 #FFFFFF;
    font-size: 14px;
    line-height: 24px;
}
.swiper-pagination-bullet-active {
	background-color: #FFFFFF;
}

@media (max-width: 575.98px) {
	.position_bottom {
		position: relative;
	}

}
@media (min-width: 576px) and (max-width: 767.98px) {

}
@media (min-width: 768px) and (max-width: 991.98px) {

}
@media (min-width: 992px) and (max-width: 1199.98px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
	.about_text {
		font-size: 26px;
		line-height: 38px;
	}
	.at_t { 
		font-size: 22px;
	}
	.right_section_outter {
		border-radius: 0px;
		border-bottom-left-radius: 8px;
	}
	.no-lg-gutters {
		margin-right: 0;
		margin-left: 0;
	}
	.no-lg-gutters > .col,
	.no-lg-gutters > [class*="col-"] {
	    padding-right: 0;
	    padding-left: 0;
	}
}
@media (min-width: 1200px) {

}
@media (min-width: 1900px) {

	}

	.position_bottom {
		position: absolute;
		bottom: 0px;
	}