.log-form {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
    margin-bottom: 100px;
}
.log-row {
    width: 500px;
    height: 500px;
    border: 1px solid var(--secondary);
}

.log-col {
    margin: 50px;
    display: flex;
    flex-direction: column;
}
