@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../font/material-design-icons/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../font/material-design-icons/MaterialIcons-Regular.woff2) format('woff2'), url(../font/material-design-icons/MaterialIcons-Regular.woff) format('woff'), url(../font/material-design-icons/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /*Support for all Webkit browsers.*/
    -webkit-font-smoothing: antialiased;
    /*Support for Safari and Chrome*/
    text-rendering: optimizeLegibility;
    /*Support for Firefox*/
    -moz-osx-font-smoothing: grayscale;
    /*Support for IE.*/
    font-feature-settings: 'liga';
}

html {
    font-size: 14px;
}

/*INICIO - Cambia el color de los inputs text*/

.input-field input[type=date]:focus+label, .input-field input[type=text]:focus+label, .input-field input[type=email]:focus+label, .input-field input[type=password]:focus+label {
    color: #ffa726;
}

.input-field input[type=date]:focus, .input-field input[type=text]:focus, .input-field input[type=email]:focus, .input-field input[type=password]:focus {
    border-bottom: 2px solid #ffa726;
    box-shadow: none;
}

/*FINAL - Cambia el color de los inputs text*/

/*INICIO - Cambia el color de los botones*/

.btn, .btn-large {
    /*blue-grey lighten-3*/
    background-color: #424242 !important;
    /*black-text*/
    color: #fff !important;
}

/*FINAL - Cambia el color de los botones*/

.icono {
    cursor: pointer;
    color: #e65100 !important;
}
