@use "helpers";

.conteudo-conta{
    .loading {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        display: none;
        background-color: rgba(255,255,255, 0.8);
        background-image: url("../img/loading.gif");
        background-repeat: no-repeat;
        background-position: center;
    }

    .frm-atualizar-senha{
        display: block;
        width: 100%;
        max-width: 535px;
        margin: 0 auto;

        .btn-mc{
            margin-top: 15px;
        }
    }
}