body {
	margin: 0 auto;
	margin-top: 10%;
	font-size:12px;
	font-family:Arial;
	color: #4F5155;
	background-color:  #4F5155;/*#620303*/
}

#isi {
	background: #f7f7f7;
	width: 310px;
	margin: 0px auto ;
	height: 380px;
	border-radius: 5px;
	box-shadow:
		0 1px 2px rgba(0,0,0,2),        
        0 1px 5px rgba(0,0,0,1),            
        0.5px 0.5px 0 8px rgba(0,0,0,0.8);
}

#space{
	height: 4px;
}
#utama{
	padding-top : 15px;
}
#header {
	padding-top: 5px;
	margin: 0 auto;
	background-image: url(../images/header_login.jpg);
	text-align: center;
	width: 300px;
  	height: 56px;
  	margin: 0 3px 4px 3px;
	border-radius: 5px;
	border: 2px solid #4F5155;
}

#masuk{
	font-family: 'Raleway', 'Lato', Arial, sans-serif;
	background-color: #0000;
	box-shadow: inset 0 1px rgba(0,0,0,0.5);
	border: 1px solid #4F5155;
	height: 30px;
	width: 80px;
	font-weight: 600;
	color:#0000;
	border-radius: 4px;
}

#masuk:hover{
	box-shadow: 
        inset 0 1px rgba(255,255,255,0.3), 
        inset 0 20px 40px rgba(255,255,255,0.10);	
}

#masuk:active{
   top: 1px;
}

.field_error{
	clear:both;
	color:#FF0000;
	margin-left:0px;
}

.message{
	color:#0924C9;
	font-weight:bold;
	margin-bottom:10px;
	margin-right: 15px;
	margin-left: 15px;
	background-color: #9AD6FC;
	padding:5px;
	border:1px solid #0054DB;
}
