/* label color  */
.input-field label {
     color: #606483;
}

/* label focus color */
.input-field input:focus + label {
	color: #4234F8 !important;
}

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

input, select, textarea{
    color: #fff;
}

