.gform {
    border: none;
    width: 100%;
    height: calc(100% - 90px);
    position: relative;
    top: 20px;
}

.delete_form_blocker {
    width: 135px;
    position: absolute;
    left: 50%;
    height: 220px;
    bottom: 0px;
    margin-left: 177px;
    background: white;
    opacity: 0;
}
