
.get_started {
    display: none;
}

.get_started_form {
    /* display: none !important; */
}

.get_started_form{
    width: 40%;
    left: 30%;
    position: relative;
    background: white;
    padding: 20px;
    border-radius: 5px;
}

.get_started_form table input{
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #707096;
}

/*various fixes (lvu)*/
/*fix app_box mobile*/
@media only screen and (max-width: 740px){
    .app_box {
        width: 98%;
    }
}
/*end fix app mobile*/

@media only screen and (max-width: 767px){
    .hero_info {
        padding-top: 120px;
        position: inherit;
        text-align: center;
    }
}

/*the rocket is under site header on some devices*/
@media only screen and (max-width: 480px){
    .feature_hero_pic figure img {
        display: block;
        max-height: 440px;
        width: 120%;
        margin-top: 80px;
    }
}
/*end rocket*/
/*end fixes lvu*/