h1 {
	font-size: 48px;
	font-family: Arial;
	margin-top:25px;
	margin-bottom:15px;
} 

body {
	background-color:#F2F2F2;
}

#head {
	text-align: right;
	margin-right:50px;
}

#barGray {
	position:absolute;
	width:100%;
	left:0;
} 

#barYellow {
	position:absolute;
	width:100%;
	left:0;
} 

input[type=submit] {
    border-radius: 5px;
    border: 0;
    width: 100%;
    height: auto;
    font-family: Arial;
    background: #E3E3E3;
	cursor:pointer;
}
input[type=submit]:hover {
    background: #cacaca;
	cursor:pointer;
}

.loginForm {
	width:15%;
	height: 300px;
	margin:auto;
	margin-top:75px;
} 

::-webkit-scrollbar {  
    width: 12px; 
}  
::-webkit-scrollbar-track {  
    background-color: #eaeaea;  
    border-left: 1px groove #ccc; 
	border-radius: 10px;
}  
::-webkit-scrollbar-thumb {  
    background-color: #ccc; 
	border-radius: 10px; 
}  
::-webkit-scrollbar-thumb:hover {  
    background-color: #aaa;  
} 