
body.Portal{
	background-color:#eff5f9;
}



@media only screen and (max-width: 500px) {
	body.Portal{
		background-color: #F8F9FA;
	}
}

div.Portal{
	background-color: #fafcfd;
}


div.PortalHeader {    
	background-color:#004C97;
}

/*  */
div.HomeAction{
	background-color:#004C97;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
    	border-bottom: solid #008554 6px;
	border-radius: 10px 10px 0 0;
    	box-shadow: 0px 3px 6px rgb(0 0 0 / 4%)
}

div.HomeAction1{
	background-color:#f1f5f4;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
    	border-top: solid #769e96 2px;
    	box-shadow: 0px 3px 6px rgb(0 0 0 / 4%)
}

div.HomeAction2{
	background-color:#f1f5f4;
	padding-left: 10px;
	padding-right: 10px;
    	border-bottom: solid #769e96 2px;
    	box-shadow: 0px 3px 6px rgb(0 0 0 / 4%)
}

div.HomeActionItem{
	margin-top: 10px;
	width:250px;
	text-align: center;
	display:inline-block
}

input.HomeActionItem{
	height: 60px;
}

a.HomeActionItem{
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	display:block;
	margin-top: 10px;
}


input.HomeLogin{
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 10px 16px;
	gap: 8px;

	height: 60px;
	width: 120px;

	background: #008554;
	border-radius: 8px;

	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF;
}


input.CreateAccount{
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 10px 16px;
	gap: 8px;

	height: 60px;

	background: #FFFFFF;

	border: 1px solid #D0D5DD;

	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
	border-radius: 8px;

	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;

	color: #004C97;
}


div.HomeFooter{
	margin-top:40px;
	margin-left: 15px;
}

span.MenuItemHeader{
	font-weight: 550;
	color: #004C97;
}

span.HomeFooter{
	font-size: 16px;
}

div.DetailsSectionHeader{
	background: #cce0d9;
}

h3{
	font-weight: 800;
	color: #004C97;
}