.colorprimary{
    background: #000 !important;
}

.colorsecundary{
    background: linear-gradient(to right, #3f51b5, #9c27b0) !important
}

.mdl-badge[data-badge]:after {
    background: #000;
    color: white;
}
.s12{
    margin-top: 5px !important;
}

.toastErro{
    background-color: rgba(255, 0, 0, 0.5);
    color: #FFF;
}

.toastSuccess{
    background-color: rgba(0, 128, 0, 0.5);
    color: #FFF;
}