#overlay { background: #000; background: rgba(0, 0, 0, 0.3); display: block; float: left; height: 100%; position: fixed; top: 0; left: 0; width: 100%; z-index: 99; } #gform-notification { background: #fff; border-radius: 10px; display: block; margin: auto; max-height: 237px; max-width: 520px; padding: 61px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-align: center; width: 100%; z-index: 101; } #gform-notification .button { margin: 20px 0 0; padding: 12px 24px; }