 @import url('https://fonts.googleapis.com/css?family=Exo:400,400i,700,800');
 
* {
	font-family: 'Exo', 'Open Sans', Arial, Sans-Serif;
	border: 0;
	margin: 0;
	padding: 0;
}

body {	
	background: url(login_bg.png) #ececec no-repeat left top;	
}

#container {
    margin: 0 auto;
    width: 100%;    
}

#main {
    margin: 200px 20% 0 auto;
    width: 300px;    
    background: #ececec;
    border-radius: 25px;
    padding: 1em;    
}

#main h1 {
    color: #3cb5fc;
    font-family: 'Exo';
    font-width: 800;
    font-size: 24pt;
    text-align: center;
}

label {
    
}

ul.errorlist {
    color: red;
    list-style-type: none;
}

input {    
    padding: 1em;
    margin: 5px;
    font-family: 'Exo';
    font-style: italic;
}

input.button {
    font-family: 'Exo';
    font-weight: 700;
    font-size: 12pt;
    font-style: normal;
    color: white;    
    background: url(button_bg.png) no-repeat;
    width: 170px;
    height: 52px;
}
