/* ForMailValidation */

#form #email {
  width: 100%;
  background: #ffffff;
  padding: 10px;
  border-radius: 6px;
  color: black;
  font-style: 18px;
}

#form .input-box {
  position: relative;
}

#text {
  display: block;
  color: #000;
  font-weight: 300;
  font-style: italic;
  padding: 5px;
}



/* ForPhoneValidation */

#form #phone {
  width: 100%;
  background: #ffffff;
  padding: 10px;
  border-radius: 6px;
  color: black;
  font-style: 18px;
}

#textPhone {
  display: block;
  color: #000;
  font-weight: 300;
  font-style: italic;
  padding: 5px;
}
