#contactForm{
  opacity: 0;
}
input#website {
  display:none;
}
.space80 {
  margin-top:60px;
  margin-bottom:60px;
}
.underline {
  text-decoration: underline;
}
.margin-top-20 {
  margin-top: 20px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-40 {
  padding-top: 40px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-bottom-40 {
  padding-bottom: 40px;
}
.btn-new {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.4;
  display: inline-block;
  margin: 0;
  padding: 15px 20px;
  cursor: pointer;
  transition: background-color 0.25s, top 0.1s;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #999;
  border-radius: 5px;
  outline: none;
  background-color: #2e91fc;
}
.btn-new:hover {
  color:#ffffff;
  background-color:#0377f4; 
  text-decoration: none;
}
.btn-box {
  margin: 20px auto;
}
.black-bg {
  background-color: #f7f8f9;
}
.zip-welcome {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  background:  url(/pages/img/zipCRMbig-image-logo[1].jpg) no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.zip-btn
{
  width:14.63414634%;
  display: block; 
  float: right; 
  margin-top: 20px; 
  outline: none;
}
