/* Enter Your Custom CSS Here */

.scheme_dark input[type="text"], .scheme_dark input[type="number"], .scheme_dark input[type="email"], .scheme_dark input[type="search"], .scheme_dark input[type="password"], .scheme_dark select, .scheme_dark textarea {
  
font-weight: 300 !important;
border-radius:  2em !important;
width: 100% !important;
}

.scheme_original textarea {
  border-radius: 2em !important;
  width: 100% !important;
  margin-bottom: 20px !important;
  padding: 1.45em 2em !important;
}

.scheme_original table tr:first-child {
  
  background-color: #e2eaff !important;
}
