body{
    /*background-color: #e3c3232b;*/
    background-color: #011166;
}
.container-cadastro {
    max-width: 608px;
    z-index: 2;
    margin-top: 30px;
    margin-bottom: 30px;
}
.main-cadastro{
    position: relative;
    z-index: 1;
}

.main-cadastro:before {
    position: absolute;
    height: 300px;
    top: 0px;
    left: 0px;
    width: 100%;
   /* background: #011166;*/

    background: #f2f3f3;
    content: '';
    z-index: -1;
}

.cadastro-title h1 {
    font-size: 1.4rem;
    font-weight: 600;
}


.card-cadastro{
    border: 0px;
    border-radius: 8px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.card-cadastro .card-body{
    padding: 40px 60px;
}
.card-cadastro strong{
    font-weight: 600;
}
.cadastro-title a {
    color: #fff;
}

@media(max-width: 576px){
    .card-cadastro .card-body{
        padding: 20px 30px;
    }
}
.card-cadastro h2{
    font-size: 1.1rem;
    font-weight: 600;
}