#hero{
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  background-image: url("../resources/hero_background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top: 0;
  border-bottom: 0;
  padding-top: 1%;
  padding-bottom: 200px;
  box-sizing: border-box !important;
  color: white !important;
}

#hero h1{
  font-family: hind,playfair display,georgia,times new roman,serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box !important;
  color: white !important;
  font-size: 300%;
}

.policy{
  font-size: x-small;
}

.error{
  border:3px solid red;
}
.form-control {
  padding: 0;
  line-height: 1;
  background-color:#d4e5ca;
}
.custom-input {
  height: 2rem; /* Establecer una altura personalizada */
  width: 100%; /* Establecer un ancho personalizado */
}
::placeholder {
  text-align: center;
}
/* or, for legacy browsers */
::-webkit-input-placeholder {
  text-align: center;
}
:-moz-placeholder { /* Firefox 18- */
  text-align: center;  
}
::-moz-placeholder {  /* Firefox 19+ */
  text-align: center;  
}
:-ms-input-placeholder {  
  text-align: center; 
}
select {
  text-align: center;
  text-align-last: center;
  -moz-text-align-last: center;
}