﻿.sub {
	 background: #FAFAFA;
	 border-radius: 6px;
	 padding:30px 10px;
	 	display: flex;
	justify-content: center;   
	align-items: center;
	flex-direction: column; 
}
.subob {
	margin-top: 12px;	
}
.subod {
	color:#1A2992;
	font-size: 14px;
	padding-bottom:4px;
}
.subst {
	padding:12px 0;
	font-size: 28px;
	display: block;
	font-weight:600;
	letter-spacing: 0.5px;
	text-align: center;
}
.subde {	
	font-size: 17px;
	text-align: center;
	color: #535862;
	padding: 7px 0 20px;
}
.subin {
    border: 1px solid #e7eaee;
    display: inline-block;  
    font-size: 13px;
    font-weight: 200;
	padding: 8px 5px;
	border-radius: 6px;
	width:100%;
}
.sub span {
	font-size: 12px;
	color:#535862;	
	padding-top:10px;
}
.sub span a {
    text-decoration: underline;
}
.subsb {
    display: inline-block;
    border-radius: 6px;
    background: #2C3CB3;
    padding: 7px 10px;    
    color: #fff !important;
    width: 200px;
	font-weight: 500;
    text-align: center;
	border: none;
	cursor:pointer;
}
.subsb:hover {
    color: #fff !important;
}
.subbl {
	display: flex;
    gap: 8px;
	max-width:600px;
	justify-content: center;   
	align-items: center;
}