/* Enter Your Custom CSS Here */

.res-form {
    background: url("http://www.pamotorcycleinsurance.org/wp-content/uploads/2015/04/Motorcycle-Insurance.jpg") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: inline-block;
    height: 100%;
    width: 100%;
}
.form-wrap {
    display: inline-block;
    float: right;
    padding: 29px 30px;
}
.res-form h3 {
    color: #a4fe00;
    font-family: impact;
    font-size: 46px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
    text-shadow: 5px 5px 7px rgba(0, 0, 0, 0.99);
    text-transform: uppercase;
}
.res-block {
    background-color: #f5f4f2;
    border-radius: 12px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.99);
    float: right;
    margin-bottom: 6px;
    margin-right: 10px;
    padding: 20px 25px;
    width: 100%;
}
.res-block h4 {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    text-align: center;
}
p.massive {
    color: #3170b5;
    font-family: impact;
    font-size: 36px;
    line-height: 1;
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase;
}
.res-block > form {
    display: block;
    height: 51px;
    margin: 0 auto;
}
.zipcode {
    margin: 14px 14px 14px 0;
    vertical-align: top;
    width: 110px;
}

@media only screen and (max-width: 500px) {
  .form-wrap {
    padding: 0;
}
.res-form {
    background-color: #fff;
    background-image: none;
    padding-bottom: 50px;
    padding-top: 30px;
}
.res-form h3 {
    font-size: 36px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}
.res-block {
    margin-left: 10px;
    width: auto;
}
.res-block h4 {
    line-height: 1.4;
}
p.massive {
    font-size: 26px;
    line-height: 1.2;
}
.res-block > form {
    text-align: center;
}
.zipcode {
    margin: 0 0 20px;
    width: 100%;
}
}