.div_account {
	font-family: 'ATTAleckSlab-Regular'; 
	font-size: 2em; 
	text-align: center;
}

.l_100 {
	max-width: 100%;
}

.div_center {
	text-align: center;
}

.bttn_account {
	background: #2aace3; 
	color: #ffffff; 
	border: 1px solid #ffffff; 
	text-transform: uppercase; 
	width: auto;
}

.account_pointer{
	cursor: pointer;
}

.div_margin_30{
	margin-bottom: 30px;
}

.a_account_white{
	text-decoration: none; color: #000000;
}

.color-red-font-weight {
	color:red; 
	font-weight: bold;
}

.div_banner_custom{
	background-color: #0099ff; 
	border-radius: 10px;  
	margin: 2px 40px -7% 15px;
}

