body > div {
    padding: 20px;
    background-color: white;
}

form > div {
    margin-bottom: 20px;
}

.flex-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-head .logo {
    max-width: 100%;
}

.flex-head .same {
    width: 25%;
}

.flex-head > div:last-child {
    text-align: right;
}
