.logo-precad {
    height: 45px;
    margin-right: 12px;
}

.titulo {
    left: 47.57%;
    right: 31.04%;
    top: 40.18%;
    bottom: 31.25%;
    font-family: NexaRegular;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF !important;
    opacity: 0.6;
}

.div-logo {
    position: absolute;
    left: 31.04%;
    right: 31.04%;
    top: 29.46%;
    bottom: 28.57%;
}

.container-titulo {
    left: 31.04%;
    right: 31.04%;
    top: 29.46%;
    bottom: 28.57%;
}

.titulo-app {
    top: 10.35%;
    bottom: 86.52%;
    font-family: NexaRegular;
    font-size: 26px;
    line-height: 42px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.6;
}

.header-margin {
    margin-left: 32% !important;
}

.divisoria {
    border-left: 2px solid #FFFFFF;
    height: 50.3px;
    width: 1px;
    top: 50%;
    bottom: 50%;
}

.top-titulo {
    margin-top: 2%;
}

.t-Login-region {
    border-radius: 0px;
    padding: 40px !important;
    width: 100%;
    max-width: 540px !important;
    background: #FFFFFF !important;
}

.subtitulo-login {
    left: 31.25%;
    right: 31.25%;
    top: 16.89%;
    bottom: 75.29%;
    font-family: InfraLight;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    max-width: 540px;
    margin: 20px 0px 25px 0px;
}

#containerHeader {
    max-height: 31.04% !important;
}

.t-Login-containerBody {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    display: flex;
    flex-direction: column;
    margin-top: 5%;
    margin-bottom: auto;
    align-items: center;
}

b, strong {
    font-weight: bold !important;
}


@media screen and (max-width: 414px) {
    #containerHeader {
        margin-left: 10px !important;
        margin-right: auto;
        overflow: hidden;
    }
    #logoHeader {
        width: 100%;
    }
    #linhaHeader {
        display: none !important;
    }
    #tituloConhecendo {
        width: 120px;
    }
    .subtitulo-login {
        display: none !important;
    }
    .t-Login-containerBody {
        margin-top: 24px;
    }
    .row {
        margin-right: 2px;
        margin-left: 2px;
    }
    .t-Login-buttons .t-Button {        
        font-size: 14px !important;         
    }
}