body{
    background-image: linear-gradient(#fff, #fff, #b65d56);
    background-attachment: fixed;
}

label{
    font-weight: bold;
    color: #696969;
}

.conteudo{
    width: 1000px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 30px;
    margin-top: 30px;
}

.logo{
    padding: 20px;
    margin: 0 auto;
    text-align: center
}

.logo img{
    max-width: 600px;
}

.abrir{
    float: right;
}

.titulo{
    color: #fff;
    text-align: center;
}

.conteudoesq{
    float: left;
    width: 440px;
}

.conteudodir{
    float: right;
    width: 480px;
    background: #fff;
    padding: 10px;
    
    border: #999 solid 1px;
}

.conteudodir img{
    width: 460px;
}

.form-group input{
    border-radius: 0px;
    height: 40px;
}

.form-group select{
    border-radius: 0px;
    height: 40px;
}


.social{
    font-size: 40px;
    text-align: center;
    color: #b65d56;
}

.social i{
    color: #b65d56;
}

.social i:hover{
    color: #B22222;
}

.endereco{
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
    color: #333
}

@media only screen and (max-device-width: 900px) {
    .conteudo{
        width: 300px;
        margin: 0 auto;
        border-radius: 5px;
        margin-top: 30px;
    }

    .conteudoesq{
        width: 300px;
        margin-bottom: 20px;
    }

    .conteudodir{
        width: 300px;
        background: #ccc;
        border-radius: 5px;
    }

    .logo{
        margin: 0 auto;
        text-align: center
    }
}