body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    background-image: url('https://d9hhrg4mnvzow.cloudfront.net/lp.enxergasaopaulo.com.br/geral-fb/523ffce6-fabio-r-savioli-brazilian-middle-class-people-in-a-line-to-a-vi-c8a7e67c-3e7b-4bf9-9593-264248576c40_10000000kp0cq000004028.png');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    position: relative;
    display: block;
    background-color: #000000;
    opacity: .85;
    padding: 40% 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 8px #ffffff20;
    width: 30rem;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.row  {
    display: block;
    gap: .8rem;
}

.logo {
    width: 8rem;
}

h1 {
    margin-bottom: 20px;
    font-size: 32px;
    color: #fff;
}

input[type="text"], input[type="tel"], select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

button {
    width: 100%;
    padding: 10px;
    background-color: #599824;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #67b627;
}

@media screen and (max-width: 600px) {
    .container {
        width: 15rem;
        padding: 2rem 2rem;
    }
}

@media screen and (max-width: 380px) {
    .container {
        width: 12rem;
    }
}
