body{
    background-color: antiquewhite;
}

.v-blue{
    background-color: #2d3864	;
    color: #fff;
}

.e-brown{
    background-color: #7f4d3e;
    color: #fff;
}
.e-brown:hover{
    background-color: #8b665a;
    color: #fff;
}

#howManyMinutes{
    font-size: 3rem;
}

#newDate{
    font-size: 2rem;
}


/* label focus color */
.input-field input:focus + label {
    color: #fff !important;
  }
  /* label underline focus color */
  .row .input-field input:focus {
    border-bottom: 1px solid #fff !important;
    box-shadow: 0 1px 0 0 #fff !important
  }

  .minutestone{
    font-weight: 500 !important;
  }