
.input-field input[type=textarea]:focus + label {
     color: black !important;
     border-bottom: 1px solid black !important;
     box-shadow: 0 1px 0 0 black !important;
   }
   
.input-field input[type=textarea]:focus + label {
     color: black !important;
     border-bottom: 1px solid black !important;
     box-shadow: 0 1px 0 0 black !important;
   }

/* label color */
   .input-field label {
     color: #000;
   }
   /* label focus color */
   .input-field input[type=text]:focus + label {
     color: black !important;
   }
   /* label underline focus color */
   .input-field input[type=text]:focus {
     border-bottom: 1px solid black !important;
     box-shadow: 0 1px 0 0 black !important;
   }
   /* valid color */
   .input-field input[type=text].valid {
     border-bottom: 1px solid black !important;
     box-shadow: 0 1px 0 0 black !important;
   }
   /* invalid color */
   .input-field input[type=text].invalid {
     border-bottom: 1px solid black !important;
     box-shadow: 0 1px 0 0 black !important;
   }
   /* icon prefix focus color */
   .input-field .prefix.active {
     color: black !important;
   }
   
   
   
   /* label focus color */
   .input-field input[type=password]:focus + label {
     color: black !important;
   }
   /* label underline focus color */
   .input-field input[type=password]:focus {
     border-bottom: 1px solid black !important;
     box-shadow: 0 1px 0 0 black !important;
   }
   /* valid color */
   .input-field input[type=password].valid {
     border-bottom: 1px solid black !important;
     box-shadow: 0 1px 0 0 black !important;
   }
   /* invalid color */
   .input-field input[type=password].invalid {
     border-bottom: 1px solid black !important;
     box-shadow: 0 1px 0 0 black !important;
   }
   
   .text-hora :focus{
     border-bottom: 1px solid black !important;
     box-shadow: 0 1px 0 0 black !important;
   }
   
   /* label focus color */
   .input-field input[type=email]:focus + label {
     color: black !important;
   }
   /* label underline focus color */
   .input-field input[type=email]:focus {
     border-bottom: 1px solid black !important;
     box-shadow: 0 1px 0 0 black !important;
   }
   /* valid color */
   .input-field input[type=email].valid {
     border-bottom: 1px solid black !important;
     box-shadow: 0 1px 0 0 black !important;
   }
   /* invalid color */
   .input-field input[type=email].invalid {
     border-bottom: 1px solid black !important;
     box-shadow: 0 1px 0 0 black !important;
   }
   
   /* label focus color */
   .input-field input[type=password]:focus + label {
     color: black !important;
   }
   /* label underline focus color */
   .input-field input[type=password]:focus {
     border-bottom: 1px solid black !important;
     box-shadow: 0 1px 0 0 black !important;
   }
   /* valid color */
   .input-field input[type=password].valid {
     border-bottom: 1px solid black !important;
     box-shadow: 0 1px 0 0 black !important;
   }
   /* invalid color */
   .input-field input[type=password].invalid {
     border-bottom: 1px solid black !important;
     box-shadow: 0 1px 0 0 black !important;
   }

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}