::placeholder {
  color: gray;
  font-size: 0.8em;
  font-weight:100;
}

:placeholder-shown {
    color: red; 
    }

.form-control{
  color:black;
  font-weight:bold;
  font-size:1.2em;

}

.require{
  color.orange;

}

.font10{
  font-size:11px;
}

[type="checkbox"] {
  margin-right:10px !important;
}

p{
  line-height:1.7em;
}