form:not(.logo) {
    width: 32%;
    margin: auto;
}

button:not(.logoButton) {
    background-color: blue;
    color: white;
    width: 101.5%;
    border-radius: 32px;
    height: 42px;
    font-size: 24px;
}

input:not(.logo) {
    margin-bottom: 16px;
    width: 100%;
    height: 32px;
    font-size: 24px;
}