.signup-container{
max-height:100vh;
min-height:auto;
}

.signup-image{
background:url('/asking.jpg') center/cover no-repeat;
}

.signup-form{
display:flex;
align-items:center;
justify-content:center;
}

.form-box{
width:100%;
max-width:420px;
}

@media(max-width:992px){

.signup-image{
display:none;
}
