@charset "utf-8";
/* CSS Document */

body {
	background-color: #373b3e;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #FFF;
	}

a:link, a:visited {
	color: #FFF;
	text-decoration: none;
	}

a:hover {
	color: #FFF;
	text-decoration: underline;
	}

#wrapper {
	margin: 0 auto;
	width: 250px;
	}

#logo img {
	width: 100%;
	}

h1 {
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	}

#instructions {
	border-top: 1px #FFFFFF dotted;
	border-bottom: 1px #FFFFFF dotted;
	padding: 10px 0;
	margin: 20px 0;
	}

#instructions p {
	margin: 0;
	}

#instructions p:first {
	margin: 0 0 5px 0;
	}

#pass_recover label {
	display: inline-block;
	width: 110px;
	}

#pass_recover input {
	width: 130px;
	}

input#submit {
	background-color: #a21a3f;
	font-size: 15px;
	text-transform: uppercase;
	width: 100%;
	border: medium none;
	color: #fff;
	cursor: pointer;
	margin: 10px 0 0 0;
	padding: 10px 0;
	}

input#submit:hover {
	background-color: #4d4d4d;
	}

#inscription {
	text-align: center;
	}