/* here you can put your own css to customize and override the theme -xx */
body,
html {
  background-color: #e9eaed;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #4f5863;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
select {
  border: 1px solid #dddddd;
  color: #000000 !important;
  font-size: 13px !important;
}