.form-wrapper, form,*{

}

.entry-title{
    display: none;
}



/*hide most form labels and inputs*/
#spark-lease-registration-form label, #spark-lease-registration-form input, #spark-lease-registration-form select{
    display:none;
}


.disclaimer-div{
    margin: 25px 10px;
}

.lease-reg-form-wrapper{
    margin: 20px;
    margin-bottom: 60px;
    padding:20px 50px;
    background-color:#f6f2e7;
}

.lease-reg-form-wrapper h2{
    text-align: center;
    margin:auto;
}

.bottom-callout{
    margin-bottom:40px;
}

@media only screen and (max-width: 768px){
    .lease-reg-form-wrapper{
        margin: 0px;
        margin-bottom: 60px;
    }
}