﻿body {
  font-family: 'Open Sans', sans-serif; }

.zeroBodybg {
  background-image: url(../../images/zerofood-bg.jpg);
  background-repeat: repeat;
  background-size: auto;
  margin: 0; }

#zeroHeader h4 {
  font-weight: 800; }

label {
  display: block; }

.imgLeft {
  position: absolute;
  left: 0;
  bottom: -300px;
  padding-left: 45px; }

.imgRight {
  position: absolute;
  bottom: -280px;
  vertical-align: bottom;
  right: 25px; }

.imgRight img {
  vertical-align: bottom; }

@media only screen and (max-width: 767px) {
  .imgRight {
    text-align: center;
    width: 100%;
    padding-left: 0px !important;
    right: 0px;
    padding-bottom: 20px; }
    .imgRight img {
      width: 80%; }
  .imgLeft {
    display: none; } }
