* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background-image:url('../images/fond.png');
    background-size: cover;
    background-attachment: fixed;
}

main {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

form#compteForm {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 340px;
    padding:40px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border: 7px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5)  5px 5px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 10px;
    text-align:center;
    background:rgba(255, 255, 255, 0.7);
}

form#compteForm header {
    color: #705142;
    font-size: 1.6em;
}

form#compteForm p {
  text-align:left;
}

form#compteForm input {
    width: 92%;
    height: 40px;
    background-color: #ddd;
    text-align:left;
    border-radius: 5px;
    border: 1px #aaa solid;
    margin:5px auto;
    padding:0 2px;
    box-sizing: border-box;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border: 7px;
}

form#compteForm .text-compte {
  width:100%;
}

form#compteForm button {
    width: auto;
    height: 40px;
    background-color: #ddd;
    border-radius: 5px;
    border: 1px #aaa solid;
    margin:5px auto;
    padding:0 2px;
    box-sizing: border-box;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border: 7px;
    cursor:pointer;
}

form#compteForm label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}

form#compteForm .code-container {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

form#compteForm .code-container input[type="text"] {
  width: 40px;
  padding: 2px;
  text-align: center;
  font-size: 18px;
}

form#compteForm .error {
  color: red;
  font-size: 0.9em;
  margin-top: 5px;
}

#div-rgpd {
  border:none;
  width:100%;
  position:fixed;
  left:0;
  bottom:0;
  z-index:100;
  background-color:#ccc;
}

#txt-rgpd {
  text-align:justify;
  font-size:.8em;
  font-family:sans;
  margin:10px 10px 0 10px;
  color:#000;
}

#btn-rgpd {
  margin:0 auto 10px auto;
  text-align:center;
  background-color:#555;
  line-height:25px;
  width:100px;
  border:none;
  color:#fff;
  cursor:pointer;
  font-size:.9em;
  font-family:sans;
  border-radius:3px;
}
