body {
    -webkit-font-smoothing: antialiased !important;
  	font-family: 'Roboto', sans-serif;
}

.demoEx {
    font-size: 20px;
    color: #fff;
    display: none;
    max-width: 600px;
    margin: auto;
    text-align: center
}

body {
    background-image: url(/images/oil-back-small.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.middleBox {
    font-weight: 300;
    color: #fff;
    background: #000000c9;
    font-family: 'Roboto', sans-serif;
    padding: 1rem;
    text-align: center;
    border-radius: 30px;
    z-index: 1;
    padding-top: 9rem;
    max-width: 400px;
    margin: auto;
    width: 100%;
    box-shadow: 0 0 6px #fff;
}

.imageHolder img {
    margin-top: -80px;
    clear: both;
    z-index: 99999
}

.imageHolder {
    margin: auto;
    text-align: center;
    margin-bottom: -8rem;
    margin-top: 8rem
}

.container.containerHelper {
    margin-top: 0vh
}

input#contact_fields_email {
    border-radius: 5px;
    border: 0px;
    min-width: 100%;
    height: 50px;
    padding: 5px 5px 5px 5px;
    clear: both;
    margin: auto;
}

@media screen and (max-width: 768px) {
    body {
        background-size:cover
    }

    div#holderBox p {
        font-size: 1.5rem;
        line-height: 27px
    }
  .container.containerHelper {
    margin-top: 1vh;
}
}

input#submitF {
    color: #fff;
    background-color: #ec4e4b;
    display: inline-block;
    font-weight: 400;
    width: 100%;
    font-family: roboto;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-shadow: 0 3px 2px #be1f2b;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px solid #256092d4;
    padding: 1rem;
    font-size: 1rem;
-webkit-appearance: none;
border-radius: 0;
    margin-top: 1rem;
    box-shadow: 0 3px 1px 0 #ce4541;
}

input#submitF:hover {    color: #fff;
    background-color: #e46361;
    border-color: #2271b38a;
    box-shadow: 0 3px 1px 0 #ce4541;
		-webkit-appearance: none;
		border-radius: 0;}
.freeReportText {
    font-size: 11px !important;
    line-height: 11px !important;
    margin-top: 1.8rem;
    }