html, body{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background-color: #37384E;
}

main{
    width: 80vw;
    height: 650px;
    max-width: 1000px;
    display: flex;
    flex-flow: row-reverse;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
}

.bg{
    width: 50%;
    height: 600px;
    border-radius: 10px;
}

.form{
    width: 50%;
}

.message{
    background-color: #37384E;
}

.message img{
    margin-top: 0;
}

.message div{
    background-color: #ffffff;
    height: 400px;
    width: 400px;
    border-radius: 20px;
    padding: 20px;
}

.botaomobile{
    display: none;
}

.botaodesktop{
    display: block;
    margin-top: 80px;
}