/*
	style for Xpress GL Accounting-system | Login
	design by Ashari
*/
	/* body */

body {
	background: #dceae2;
	padding:0px;
	margin:0px;
}
#header {
	max-width : 1368px ;
	padding : 20px ;
	background : #333 ;
	
	color : #fff;
}
#title{
	text-align:center;
	color:#585757;
	font-family: corbel ;
	font-weight: thin;
	font-size: 28px;
	margin-bottom: 10px;
	margin-top: 15px;
	line-height:30px;
}
	/* .con{
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
			border-radius:3px; 
			overflow:hidden;
	} */
.cap {
	max-width : 120px ;
	max-height : 50px ;
	background : #c0c0c0 ;
	margin-bottom : 7px ;
}
.isi{	
	padding:30px;
	margin:auto;
	border-radius : 3px ;
	width:70%;
	background-color:#e7ecf0;
}
.option {
	padding : 20px ;
	width : 74% ;
	margin : auto ;
	margin-bottom : 20px ;
	background : #D6DBDF ;
	
	border-top : solid 1px #c0c0c0 ;
	border-bottom-left-radius : 5px ;
	border-bottom-right-radius : 5px ;
}
.contact {
	padding: 30px;
	margin:auto;
	width:70%;
	
	border-top : solid 1px #d6d6d6;
	line-height : 10px ;
	text-align : center ;
}
#subtitle{
	color:#aaaaaa;
	text-align: center;
	font-family: corbel ;
	font-weight: 300;
	font-size: 15px;
	margin-bottom: 25px;
}
/* #step{
	color:#585757;
	font-family:arial;		
	font-size:17px;
	line-height:21px;
	text-align:center;
	font-weight: thin;
	margin-bottom: 20px;
} */