﻿.redefinicao_de-senha {

    .mensagem {
        border-radius: 8px;
        display: flex;
        position: fixed;
        bottom: 38px;
        right: 0;
        background-color: #f2fef3;
        border: 2px solid rgba(8, 163, 14, 0.5);
        align-items: center;
        padding: 16px;
        margin-top: 16px;
    &:before {
           content: unset !important;
        }
        &:after {
           content: unset !important;
        }
    }

    .mensagem__icone {
        display: flex !important;
        justify-content: center;
        align-self: stretch;
        flex-shrink: 0;
        margin-bottom: 8px;
        width: 32px;
        font-size: 32px;
        color: #0363E7;
        text-align: center;
        margin-right: 16px;
    }

    @media (min-width: 600px) {
        .mensagem__icone {
            margin-bottom: 0;
        }
    }

    .mensagem__titulo {
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        -webkit-margin-start: 0;
        -webkit-margin-end: 0;
        margin: 0;
        padding: 0;
        font-weight: 700;
        margin-bottom: 4px;
        font-size: 18px;
        color: #0363E7;
    }

    .mensagem__texto {
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        -webkit-margin-start: 0;
        -webkit-margin-end: 0;
        margin: 0;
        padding: 0;
        color: #424242;
        font-size: 16px;
    }

    @media (max-width: 599px) {
        .mensagem__texto {
            margin: 0;
        }
    }

    .mensagem_cor-sucesso {
        background-color: #f2fef3;
        border-color: rgba(8, 163, 14, 0.5);
    }

    .mensagem_cor-sucesso .mensagem__botao-fechar:hover, .mensagem_cor-sucesso .mensagem__botao-fechar:focus {
        color: #08A30E;
    }

    .mensagem_cor-sucesso .mensagem__icone {
        color: #08A30E;
    }

    .mensagem_cor-sucesso .mensagem__titulo {
        color: #08A30E;
    }
}