body {
  background: #1c242d;
  display: flex;
  flex-direction: column;
  margin: 0;
  height: 95vh;
  max-height: 95%;
  align-items: center;
  justify-content: center;
}
.box {
  border: 1px solid #c4c4c4;
  padding: 30px 25px 10px 25px;
  background: white;
  margin: 30px auto;
  width: 400px;
  max-width: 80%;
}
h1.box-logo a {
  text-decoration:none;
}
h1.box-title {
  color: #AEAEAE;
  background: #f8f8f8;
  font-weight: 300;
  padding: 15px 25px;
  line-height: 30px;
  font-size: 25px;
  text-align:center;
  margin: -27px -26px 26px;
}
.box-button {
  transition: ease 0.2s;
  border-radius: 5px;
  background: #d2483c;
  text-align: center;
  cursor: pointer;
  font-size: 19px;
  width: 100%;
  height: 51px;
  padding: 0;
  color: #fff;
  border: 0;
  outline:0;
}
.box-button:hover {
  font-size: 22px;
  box-shadow: rgb(169, 42, 0) 0px 0px 15px;
}
.box-register
{
  text-align:center;
  margin-bottom:0px;
}
.box-register a
{
  text-decoration:none;
  font-size:12px;
  color:#666;
}
.box-input {
  font-size: 14px;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 25px;
  padding-left:10px;
  border-radius: 5px;
  width: 100%;
  height: 50px;
}
.box-input:focus {
  border: 1px solid rgb(0, 105, 98);
  box-shadow: rgb(0, 169, 157) 0px 0px 10px;
}
.box-input:hover {
  border: 1px solid rgb(0, 105, 98);
  box-shadow: rgb(0, 169, 157) 0px 0px 10px;
}
.sucess{
	text-align: center;
	color: white;
}
.sucess a {
	text-decoration: none;
	color: #58aef7;
}
p.errorMessage {
  background-color: #e66262;
  border: #AA4502 1px solid;
  padding: 5px 10px;
  color: #FFFFFF;
  border-radius: 3px;
}

#retour {
  font-family: 'Courier New', Courier, monospace;
  text-decoration: none;
  text-align: center;
  align-self: center;
  font-size: 20px;
  margin: 10px;
  padding: 20px;
  background: #e59022;
  border-radius: 9px;
  border: 2px solid #e59022;
  color: white;
  font-weight: bold;
  display: inline-block;
  transition: all 0.2s ease 0s;
}

#retour:hover {
  font-size: 25px;
  box-shadow: #e59022 0px 0px 10px;
  background-color: #fff;
  color: #e59022;
}