@charset "utf-8";

.estiloInfo{
    background: #b3e5fc !important;
    border: 1px solid #03a9f4 !important;
    border-width: 0 0 0 3px !important;
    color: #01579b !important;
    font-size: 25px !important;
}

.estiloErro{
    background: #ffcdd2 !important;
    border: 1px solid #ef5350 !important;
    border-width: 0 0 0 3px !important;
    color: #b71c1c !important;
    font-size: 25px !important;
}

.estiloWarning{
    background: #ffecb3 !important;
    border: 1px solid #ffc107 !important;
    border-width: 0 0 0 3px !important;
    color: #7f6003 !important;
    font-size: 25px !important;
}

.estiloSucesso{
    background: #c5e6af!important;
    border: 1px solid #58962f !important;
    border-width: 0 0 0 3px !important;
    color: #256029 !important;
    font-size: 25px !important;
}
