.bg-home{
    background: url(../img/bg.png) no-repeat center right; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.faixa{
    background-color:#042d57;
    padding:20px;
    width:100%;
    margin:0;
}

.box{
    margin-top:10%;
    text-align: center;
    width:40%;
    font-weight:500;
    background-color:#0d4369;
    color: white;
    border:4px solid white;
    border-radius: 30px;
    padding-top:10px;
    padding-bottom:10px;
}

.linha-branca{
    border-bottom:4px solid white;
    padding: 5px 0;
}

.input-cpf{
    text-align:center;
    width: 80%;
    margin:0 auto;
    border: 3px solid black;
    margin-top:15px;
    margin-bottom: 15px;
}

.faixa-bottom{
    background-color:#3882fd;
    padding:20px;
    width:100%;
    margin:0;
    bottom:0;
    padding:10px;
    position:fixed;
    text-align: center;
    font-size:16px;
    color:white;
}

.box-associado{
    margin-top: 40px !important;
}

@media (max-width: 991px) { 
    .box-associado{
        margin-top: 10px !important;
    }
    .clube-texto{
        font-size: 14px !important;
    }
    .box{
        width: 100% !important;
    }
    .faixa-bottom{
        font-size:14px !important;
    }
 }
.text-white a {
    color: white !important;
}