#content-wrapper {
    text-align: center;
    /* margin-top:20px; */
    max-width: 570px;
    margin-left:auto;
    margin-right:auto;
    /* padding:20px; */
}
#content-wrapper div {
    clear:both;
    /* margin:1em 0; */
}

#registration-form {
    height:1000px;
    background:url(background.jpg) center center no-repeat;
}

.typeform-widget {
    width: 100%;
    height: 800px;
    padding-left: 10px;
    padding-top: 140px;
}

.image-fit {
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
}