.conteudo .secao1 {
    padding-left: 40px;
}


.conteudo .secao1 h2 {
    font-style: normal;
    font-size: 38px;
    line-height: 50px;
    font-weight: 500;
    margin: 13% 5% 10% 0;
    max-width: 425px;
}

.conteudo .secao1 h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

.login{
    text-decoration: underline !important;
}

.conteudo{
    display: flex;
    flex-direction: column;
}

.conteudo .secao1{
    flex: 1;
}
/* 
.conteudo footer{
    flex: 0;
} */

.content{
    margin: 0 20%;
}

@media (max-width: 992px)
{
    .content{
        margin: 0 5%;
    }
}



.input-field h5{
    margin-top: 12%;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 58px;

    color: #FFCB00;
}

@media screen and (max-width: 595px){
    .tl-col-left{
        display: none;
    }
}
