.material-form-label {
  color: #2196F3;
  font-size: 1.3rem;
  font-weight: 400;
  margin-right: 0.8rem;
}

.material-select-input,
.material-date-input {
  border: none;
  border-radius: 0;
  border-bottom: 1.5px solid #2196F3;
  font-size: 1.3rem;
  padding: 0.5rem;
}