html, body{
    height: 100%!important;
}
.body{
    background-color: #fafafa;
}

.innerWrap{
    height: 100%;
}
.signup-page-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100%;
}

.signup-form-container{
    min-width: 50%;
    display: flex;
    justify-content: center;
}
.signup-page-background{
    max-width: 50%;
    flex-grow: 1;
    background-position: top right -200px;
    background-image: url(/public/images/laptop-on-fire-escape.webp);
    background-size: cover ;
    background-repeat: no-repeat;
}
.signup-form-container #main-signup-form{
    max-width: 650px;
    margin: 40px 50px;
}
