* {
  font-family: 'Open Sans', Arial;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', Arial;
  font-weight: normal;
}
em {
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
  color: #335366;
}
form > input {
  box-sizing: border-box;
  width: 100%;
  padding: 2px;
  border: 2px solid #335366;
  font-size: 16px;
}
form > input[type="password"],
form > input[type="text"] {
  height: 30px;
  margin: 5px 0;
}
form > input[type="submit"] {
  height: 40px;
  margin: 15px 0;
  background: #73bbe6;
  cursor: pointer;
}
p.message {
  padding: 5px;
  margin: 5px 0;
  font-size: 16px;
  text-align: center;
}
p.message.erreur {
  border: 2px solid #b00;
  background-color: #fcc;
  color: #600;
}
p.message.succes {
  border: 2px solid #0b0;
  background-color: #cfc;
  color: #060;
}
body {
  background-image: url('../images/indexBackground.png');
  background-repeat: no-repeat;
  background-position: left top;
}
h1,
h2 {
  text-align: center;
  padding: 0;
  font-weight: normal;
}
h1 {
  margin: 100px 0 0 0;
  font-size: 40px;
}
h2 {
  margin: 20px 0;
  font-size: 30px;
}
hr {
  height: 3px;
  width: 10%;
  margin: 10px auto;
  background: #335366;
  border: none;
}
form {
  width: 300px;
  padding: 5px 10px;
  margin: auto;
}
a {
  display: block;
  width: 100%;
  margin: 20px 0;
  text-align: center;
}
