
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: white;
  font-size: 0.875em;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color:white;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: white;
  font-size: 0.875em;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: white;
}
input::placeholder, textarea::placeholder {
  color: white;
  font-size: 0.875em;
}
input:focus::placeholder, textarea::focus:placeholder {
  color: #513c79;
}
input::-ms-placeholder, textarea::-ms-placeholder {
  color: #513c79;
  font-size: 0.875em;
}
input:focus::-ms-placeholder, textarea:focus::-ms-placeholder {
  color: white;
}
/* on hover placeholder */
input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
  color: white;
  font-size: 0.875em;
}
input:hover:focus::-webkit-input-placeholder, textarea:hover:focus::-webkit-input-placeholder {
  color: white;
}
input:hover::-moz-placeholder, textarea:hover::-moz-placeholder {
  color: white;
  font-size: 0.875em;
}
input:hover:focus::-moz-placeholder, textarea:hover:focus::-moz-placeholder {
  color: white;
}
input:hover::placeholder, textarea:hover::placeholder {
  color: white;
  font-size: 0.875em;
}
input:hover:focus::placeholder, textarea:hover:focus::placeholder {
  color: white;
}
input:hover::placeholder, textarea:hover::placeholder {
  color: white;
  font-size: 0.875em;
}
input:hover:focus::-ms-placeholder, textarea:hover::focus:-ms-placeholder {
  color: white;
}
#form {
  position: relative;
  width: 100%;
  margin: 30px auto;
}
input {
  font-size: .25em;
  width: 100%;
  height: 30px;;
  padding: 0px 15px 0px 15px;
  background: #a689dc;
  outline: none;
  color: rgb(255, 255, 255);
  border: solid 1px #a689dc;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
input:hover {
  background: #513c79;
  color: white;
}
textarea,select[name="service_day"],select[name="service_date"] {
  width: 100%;
  height: 60px;
  max-height: 110px;
  padding: 15px;
  background: transparent;
  outline: none;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 0.25em;
  border: solid 1px #a689dc;
  margin-top: 3px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
textarea {
  margin-top: 5px;
}
textarea:hover {
  background: #513c79;
  color: white;
}
#submit {
  width: 100%;
  padding: 0;
  margin: 5px 0px 0px 0px;
  font-size: 0.875em;
  color: #ffffff;
  outline:none;
  cursor: pointer; 
  border: solid 1px #a689dc;
  border-top: none;
}
#submit:hover {
  color: white;
}
#form > input{
    margin-top: 3px;
}
select[name="service_day"],select[name="service_date"]{
  font-size:1em;
  background:  #a689dc;
  color: #ffffff;
}
.title {
  font-weight: bolder;
  font-size: 6vw;
}
