body{
    background: #808083;
}
#container{
    width:400px;
    margin:0 auto;
    margin-top:5%;
}
/* Style de la boite de connexion */
form {
    padding: 30px;
    border: 1px solid #f1f1f1;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	height: 350px;
    border-radius: 25px;
}

#TestForm{
    border-radius: 30px;
    height: 60px;
    position: relative;
    min-width: 200px;
    max-width: 400px;
    bottom: -15px;
    padding: 10px;
    margin: auto;
    width: 378px;
}

#NoticeForm{
    border-radius: 30px;
    height: 60px;
    position: relative;
    min-width: 200px;
    max-width: 400px;
    padding: 10px;
    margin: auto;
    width: 378px;
}

#container h1{
    width: 40%;
    margin: 0 auto;
    padding-bottom: 10px;
}

/* Style des boites champs à renseigner */
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 25px;
}

/* Style des boutons de la page */
input[type=submit] {
    background-color: #FF0000;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 25px;
}
input[type=submit]:hover {
    background-color: white;
    color: #53af57;
    border: 1px solid #53af57;
}

#DEMO{
    border-radius: 15px;
    width: 338px;
    position:relative;
    left: 20px;
}

#Notice{
    border-radius: 15px;
    width: 338px;
    position:relative;
    left: 20px;
}

/* Style pour le logo petit (180x65px) */
img {
	width:180px;
	height:65px;
	position: relative;
	left: 70px;
}
