body {
    font-family: 'Poppins', sans-serif;
    background-color: #046BD2 !important;
}

form {
    width: 100%;
    max-width: 1450px;
}

.container-formulario {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
}

.log1,
.log2 {
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    color: #fff;
}

input[type=email],
input[type=password] {
    width: 100%;
    border-radius: 5px;
    background-color: #a6dced;
    border: 2px solid #fff;
    margin: 8px 0;
    padding: 12px;
    box-sizing: border-box;
    color: #fff;
}

h1 {
    /* -webkit-text-stroke: 3px #000; */
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-align: center;
}

label {
    color: #000;
    display: block;
    margin-bottom: 8px;
    text-align: left;
}

button {
    background-color: #1098e6;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
}

button:hover {
    background-color: #00c3ff;
}

.imagem img {
    width: 100%;
}

p {
    color: #000;
    text-align: justify;
}