#hero {
    background: url('../images/envelopes-on-table.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#form {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}


#form iframe {
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 1280px) {
    #form {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
}

#rsvp-number-screen {
    width: 100%;
    height: 100vh;
    background: url("../images/envelopes-on-table.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Ovo", serif;
}

#title {
    text-align: center;
}

#rsvp-num-form {
    margin: auto
}

#rsvp-num-field {
    font-family: "Ovo", serif;
    margin: auto;
    text-align: center;
    height: 50px;
    width: 50%;
    font-size: 1.5em;
}

.login-field {
    display: table-cell;
    width: 100%;

    width: 150px;
}

#submit-rsvp-num {
    margin: 20px;
    color: white;
}