﻿/*MENSAGENSD DE ALERTA===================================================================*/
.errorMsg {
    width: 100%;
    padding: 15px 0;
    background: #f87e59;
    color: #fdd9ce;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}

    .errorMsg i {
        margin: 0 10px 0 20px;
        float: left;
        height: 100%;
    }

    .errorMsg div {
        font-weight: 900;
        color: #fdd9ce;
        display: block;
        margin: 0 20px 0 0;
        overflow: hidden;
        text-transform: uppercase;
    }
/*FIM MENSAGENS DE ALERTA===================================================================*/