#form-wrapper {
    position: fixed;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
    background-color: #fff;
    height: 80%;
    overflow-y: scroll;
    padding: 20px 0 0 0;
    border: 1px solid #702868;
    z-index: 2;
}
.hide {
    display: none;
}
