.form-simple-container img{
    width:100%;
    height:100%;
}

body{
    height: 100vh;
}
.form-simple-container{
    /* display:grid;
    grid-auto-flow: column; */
    margin-top:2rem;
}

.form-simple-content{
    max-width:1000px;
    margin:auto;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}


.form-simple-content form{
    margin-bottom:2rem;
}

.form-simple-form{
    padding:1rem;
    
}