body{
  font-family: arial, sans-serif;
  background: rgba(255,149,130,1);
  background: -moz-linear-gradient(top, rgba(255,149,130,1) 0%, rgba(114,125,224,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,149,130,1)), color-stop(100%, rgba(114,125,224,1)));
  background: -webkit-linear-gradient(top, rgba(255,149,130,1) 0%, rgba(114,125,224,1) 100%);
  background: -o-linear-gradient(top, rgba(255,149,130,1) 0%, rgba(114,125,224,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,149,130,1) 0%, rgba(114,125,224,1) 100%);
  background: linear-gradient(to bottom, rgba(255,149,130,1) 0%, rgba(114,125,224,1) 100%);
  background-size:1600px 1600px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9582', endColorstr='#727de0', GradientType=0 );
}

.main{
  max-width: 960px;
  min-height: 100%;
  margin: auto;
  padding:10px;
}

form{
  padding-top: 200px;
  text-align: center;
}

input.pass {
  padding:18px;
  font-size:35px;
  text-align:center;
  border-radius:0px;
  background-color: rgba(230, 230, 230, 0.1);
  border-style:solid;
  border-width:0px 0px 2px 0px;
  border-color:#ffffff;
  color:#ffffff;  }

input.pass:focus {
  outline:none;
}

input.submit {
  display: none;
}

.main-transfert{
  padding-top: 20px;
  color: #fff;
}

h2, p{
  text-align: center;
  margin: 0;
}

form.dropzone.dz-clickable{
  margin-top: 15px;
}

.date{
  font-size: 10px;
  font-style: italic;
}

.nb_fichier{
  text-align: center;
  font-size: 9px;
  font-style: italic;
}

a{
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}
