.bluebg-t1, .whitebg-t1{
	font-size: 45px !important;
	font-weight: 500;
}
.bluebg-t3, .whitebg-t3{
	font-size: 20px !important;
}
.whitebg-t3{
	color:#107fc9;
}
.tp-caption{
	white-space: pre-line !important;
}
@media (max-width: 419px)
{
	.logo1{
		margin:10px;
	}
	.bluebg-t1, .whitebg-t1{
		font-weight: 500;
		font-size: 19px !important;
	    left: 7px !important;
	    top: 28px !important;
	}
	.whitebg-t1{
		left: 140px !important;
	}
	.bluebg-t2, .whitebg-t2{
		font-size: 16px !important;
	    left: 14px !important;
		line-height: 18px !important;
	}
	.bluebg-t3, .whitebg-t3{
		font-size: 11px !important;
	    line-height: 20px !important;
		left: 10px !important;
	}
	.whitebg-t3{
		color:#107fc9;
		top: 115px !important;
	}
}

.centered{
	text-align: center;
}
button.cst-btn {
    background-color: #2a6496;
    color: #ffffff;
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #2a6496;
}

button.cst-btn:hover{
	background-color: #107fc9;
}
.mt-10{
	margin-top: 10px;
}
#image-captcha{
	display: inline-flex;
}
.captcha-refresh{
	margin-top: 4%;
    margin-left: 5%;
}