/*========================================================
        DARK LAYOUT
=========================================================*/
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,500,600,700,800,900&display=swap');
:root {
    --font-family-sans-serif: 'Muli', sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
body{
    max-height: 100vh !important;
    margin: 0;
    background-color: #ffffff;
}

.container{
    margin-top: 15vh;
}

/* pure-hidden-sm */
@media (max-width:767px) {
    .container{
        margin-top: 5vh;
    }
}

.div-textos{
    margin-top: 50px;
    text-align: left;
}

.auth-titulo{
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    color: #41417b;
    margin-bottom: 30px;
}

.auth-texto{
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
    color: #41417b;
}

#cadastro_confirmado_titulo{
    font-weight: 600;
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
}

#cadastro_confirmado_texto{
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
