/* login  */

.block-title {
    font-size: 15px !important;
    min-height: 0px !important;
}

img.img-fluid {
    width: 290px;
	padding-bottom:10px;
}

.py-4 {
	padding: 40px !important;
}

.block.block-fx-shadow {
    box-shadow: 0 0 1.725rem #002b41 !Important;
}

.block.block-rounded {
    border-radius: 20px !important;
}

.headt {
	font-size: 16px;
	color:#026da4;
	padding-top:10px;
	padding-bottom:20px;
}

.btn-alt-primary {
    background: #1b7bad !important;
    color: #ffffff;
    font-size: 14px;
}

.btn-alt-primary:hover {
    background: #026da4 !important;
    color: #ffffff !important;
}

.bg-gbb {
	background: #0a5d95 !important;
}

.justbal {
	padding-left: 30px;
}

@media (max-width: 800px) {
.justbal {
	justify-content: center!important;
	padding-left: 0px;
}
}