#form_frame {
    background: white;
    text-align: center;
}

.form-frame {
    width: 1000px;
    height: 700px;
    border: 0;
    overflow: hidden;
    margin: auto;
}
@media only screen and (max-width: 500px) {
    .form-frame {
        width: 100%;
        height: 1080px;
    }
}
