.no-uppercase {
     text-transform: none;
}

  /* label focus color */
 .input-field input:focus + label {
   color: grey !important;
 }
 /* label underline focus color */
 .row .input-field input:focus {
   border-bottom: 1px solid grey !important;
   box-shadow: 0 1px 0 0 grey  !important
 }

.bottom-one {
   margin-bottom: 1cm;
}

.big-left-padding {
    padding-left: 20px;
}

.checkbox-orange[type="checkbox"].filled-in:checked + label:after{
     border: 2px solid #ff9800;
     background-color: #ff9800;
}