
#cortina{
    z-index: 1;
    position: absolute;
    display: none;
    width: 100vw;
    height: 100dvh;
    background-color: #fffbecd1;
}

#rsvp, #login{
    width: calc(70vw - 40px);
    display: none;
    height: min-content;
    max-height: 80dvh;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    box-shadow: #d7c8aca1 8px 5px 16px 0px;
    overflow-y: auto;
}

#rsvp{
    z-index: 2;
}
#login{
    z-index: 5;
}

.rsvpLand{
    max-width: 600px;
}

#rsvp_link{
    position: absolute;
    width: 100%;
    /*max-width: 600px;*/
    height: 30px;
    bottom: 10%;
    display: block;
    font-size: 30px;
    font-weight: 500;
    font-variant: small-caps;
    margin: 0;
    padding: 0;
    border: 0;
}

#rsvp_yn .sending button{
    width: 75px;
}

.separator{
    color:#e0c287;
    text-align: center;
}

.numeriche{
    margin-top: 0px;
    margin-bottom: 0px;
}

#previousAnswers{
    font-style: italic;
}