body{
    background-color: #ffffff !important;
    background: url(../img/fundo.jpg) no-repeat center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff !important;

}


.logo{
    width: 270px;
    margin-top: 40px;
}

h6{
    font-size: 0.8em !important;
}


.back{
    background-color: #ffffff !important;
    background: url(../img/back.png) no-repeat center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 15px;
}


@media (min-width: 100px) and (max-width: 415px) {

    .logo{
        width: 80% !important;
        margin-top: 20px;
    }


}