.div-button {
  text-align: center;
  padding-top: 25px
}

*, ::after, ::before {   
  box-sizing: revert;
}

p, ::after, ::before {   
  margin-top: revert;
  margin-bottom: revert;
}


input
{
  left: 0;
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 50px;
  width: 250px;
  font-family: "Segoe UI", "Arial", "Verdana";
}

.input-address
{
  background-image: url('../images/form/form-address.png');
  background-repeat: no-repeat;
  background-position: 10px 5px;
  padding-left: 50px;
  width: 254px;
  font-family: "Segoe UI", "Arial", "Verdana";
}

.input-button {
  background-position: initial;
  padding: 10px 0;
  width: 300px;
  height: 42px;
  font-family: "Arial", "Verdana";
  font-size: 1.4em;
  margin-bottom: 10px;
}

.input-name
{
  background-image: url('../images/form/form-name.png');
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 50px;
  width: 250px;
  font-family: "Segoe UI", "Arial", "Verdana";
}

.input-email
{
  background-image: url('../images/form/form-email.png');
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 50px;
  width: 250px;
  font-family: "Segoe UI", "Arial", "Verdana";
}

.input-pwd
{
  background-image: url('../images/form/form-pwd.png');
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 50px;
  width: 250px;
  font-family: "Segoe UI", "Arial", "Verdana";
}
.info-pwd {
  font-family: "Segoe UI", "Arial", "Verdana";
  font-size: 1.2em;
}
.info-pwd img {
  vertical-align: bottom;
  margin-right: 5px;
}

.input-select {
  margin-bottom: 0;
}


.p-back {
  font-size: 1.2em;
}