/* page create account */
#h1page {
  margin-top: 80px;
}
.infos {
  position: relative;
  width: 90%; left: 5%;
  margin-top: 30px;
}
#coord {
  float:
  left: 325px;
  margin-top: 30px;
}
fieldset {
  position: relative;
  border-radius: 10px;
  padding: 20px;
  color: white;
}
input[type="tel"] {
  font-size: 20px;
  padding: 5px;
  border : none;
  border-radius: 5px;
  background-color: white;
}
input[type="email"] {
  font-size: 20px;
  padding: 5px;
  border : none;
  border-radius: 5px;
  background-color: white;
}
input[type="password"] {
  font-size: 20px;
  padding: 5px;
  border : none;
  border-radius: 5px;
  background-color: white;
}
#other {
  position: relative;
  float: left;
  margin-left: 0px;
  width: 386px;
}
#rsoc { margin-top: 15px; }
#rsoc p {
  margin-top: 20px;
 margin-bottom: 8px;
}
.fieldcreate {
  position: relative;
  float: left;
  margin-left: 40px;
  width: 302px;
}
.Iadress {
  width: 290px;
}
#Incp { width: 70px;}
#Icity {
   width: 190px;
   margin-left: 15px;
 }
#ident {
  border-top: 1px white dashed;
  margin-top:10px;
}
.fieldcreate table {
  width:302px;
}
#next {
  clear: both;
  position: relative;
  float: right;
  padding: 5px;
  border-radius: 5px;
  margin-top: 20px;
  right: 20px;
}

/* page valid mail */
.Incode {
  width: 15px;
  text-align: center;
}
.Inlogin {
  width: 350px;
  text-align: center;
}
