* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px;
}

html {
  background-color: #ba7daf;
}

.header {
  font-size: 40px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  text-align: center;
  padding: 25px 0px 25px 0px;
  background-color: #e9a401;
  color: white;
}

.form-data {
  margin-top: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-data__input {
  border-radius: 10px;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-data__input--name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 350px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-data__input--name input {
  width: 250px;
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: rgba(116, 113, 113, 0.363) 2px 2px;
          box-shadow: rgba(116, 113, 113, 0.363) 2px 2px;
}

.form-data__input--name label {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 20px;
}

.form-data__input--name input,
.form-data__input--name label {
  padding: 8px 0px;
  margin: 10px 0px;
}

.form-data__input--precio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 250px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0px;
}

.form-data__input--precio label {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 20px;
}

.form-data button {
  cursor: pointer;
  height: 25px;
  width: 100px;
  border: none;
  border-radius: 10px;
  background-color: #e9a401;
  color: white;
}
/*# sourceMappingURL=index.css.map */