body{
	margin:0;
	padding: 0;
	background: url(../images/img_fond.jpg) center 50px no-repeat;
}

#content{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 330px;
	width: 200px;
	height: 150px;
}
	
form{
	padding: 10px 0;
	text-align: center;
}
	
input{
	border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #ddd;
	margin-top: 10px;
	padding: 2px 5px;
	width: 190px;
	font-family: trebuchet ms, sans-serif;
	font-style: italic;
}
	
input[type=submit]{
	background: none;
	border: none;
	margin-top: 5px;
	color: white;
	font-family: trebuchet ms, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #ddd;
	text-shadow: -1px -1px 1px #999;
	text-shadow: 1px 1px 1px #000;
}

input[type=submit]:hover{
	text-shadow: 0px 0px 2px #a1a1a1;
	-webkit-transition: color 500ms ease-in-out;
	-moz-transition: color 500ms ease-in-out;
	-ms-transition: color 500ms ease-in-out;
	-o-transition: color 500ms ease-in-out;
	transition: color 500ms ease-in-out;
	color: #fff
}
	
#msg {
	padding: 5px;
}

form #msg {
	display: block;
	background-color: #ac321d !important;
	color: white;
	margin-top: 33px;
}

div#msg.success {
	background-color: transparent !important;
	color: #fff;
	text-align: center;
}

div#msg.success h2 {
	margin: 0;
	font-size: 18px;
}

div#msg.success p {
	font-size: 12px;
	margin: 5px 0;
}

a.lostPassword {
	color: white;
	line-height: 24px;
        font-size: 12px;
	font-family: trebuchet ms, sans-serif;
}
	
@media screen and (max-width: 520px) {
			
	body{
		background-image: none;
		background-color: #ac321d;
	}
			
	#log{
		margin-top: 200px;
	}
}
