.drsvp-wrapper{
    max-width:760px;
    margin:60px auto;
    background:#ffffff;
    padding:40px;
    border-radius:20px;
    border:1px solid #e8e8e8;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.drsvp-wrapper h2{
    text-align:center;
    color:#24344d;
    font-size:42px;
    margin-bottom:15px;
}

.drsvp-wrapper input,
.drsvp-wrapper select,
.drsvp-wrapper textarea{
    width:100%;
    padding:15px;
    margin-bottom:18px;
    border:1px solid #d9d9d9;
    border-radius:10px;
    box-sizing:border-box;
}

.drsvp-wrapper button{
    width:100%;
    padding:16px;
    background:#C8A45B;
    color:#fff;
    border:none;
    border-radius:50px;
    font-size:16px;
    cursor:pointer;
}