.formModal form label {
    width: 100%;
    margin-bottom: 20px
}
.concurso{

}

@media (min-width: 768px) {
    .aside-item .btn-default {
        width: 270px;
    }
}

.receita form label {
    width: 100%;
}

@media (min-width: 43em) {

    .receita form label:nth-child(1) {
        width: 10%;
    }
    .receita form label:nth-child(2) {
        width: 15%;
    }
    .receita form label:nth-child(3) {
        width: 10%;
    }

    .receita form label:nth-child(4) {
        width: 15%;
    }

    .receita form label:nth-child(5) {
        width: 20%;
    }
    .receita form label:nth-child(6) {
        width: 20%;
    }

}
@media(min-width:59em){
    .content{ width: 900px; }
}
@media(min-width:65em){
    .content{ width: 1000px; }
}

@media(min-width:75em){
    .content{ width: 1200px; }
}
