html {
  width: 100%;
  height: 100%;
}
body {
  background-color: #FFFFFF;
  color: #333333;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}
a:hover {
  text-decoration: none;
}
h2 {
  font-size: 18px;
  line-height: 24px;
}
.wrapper {
  min-height: 100%;
}
.header {
  height: 88px;
  background-color: #fff;
}
.header .ion-logo {
  margin-top: 20px;
}
.banner {
  background: #000000 url("../images/header-bg.png") center no-repeat;
  min-height: 589px;
  background-size: cover;
}
.logo {
  margin-top: 90px;
}
.logo p {
  color: #999;
  font-size: 14px;
}
.logo .row {
  margin-bottom: 20px;
}
.logo .actions {
  margin-top: 20px;
}
.features {
  margin-top: 50px;
}
.features .span6 {
  background-color: #fff;
  border-radius: 4px;
  background: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0e0e0', GradientType=0);
  /* IE6-9 */

  height: 210px;
  margin-top: 10px;
  padding: 30px 70px 0;
  text-align: center;
}
.features .span6 hr {
  border: none;
  height: 1px;
  color: #ccc;
  background-color: #ccc;
  width: 50px;
  margin: 15px 0;
}
.features h5,
.features p {
  color: #0285df;
}
.features h5 {
  font-size: 14px;
}
.features p {
  font-size: 12px;
  line-height: 14px;
}
.marketing {
  margin-top: 60px;
}
.marketing p {
  color: #666;
  font-size: 14px;
}
.marketing .row {
  margin-left: -40px;
}
footer {
  background-color: #fff;
  border-top: 1px solid #D8D8D8;
  margin: 60px 0;
}
footer .row {
  margin-left: -30px;
}
footer .row div {
  padding-top: 20px;
}
footer ul {
  margin-bottom: 25px;
}
footer p {
  font-size: 12px;
  line-height: 12px;
  padding-left: 3px;
  color: #888;
}
footer a:link,
footer a:visited {
  padding: 0 3px;
  color: #888;
  font-size: 12px;
}
footer a:hover {
  color: #555;
}
.contentinfo-legal {
  clear: both;
  margin-left: 0;
}
.contentinfo-legal li {
  border-right: 1px solid #D8D8D8;
  float: left;
  line-height: 12px;
  list-style-type: none;
  margin-bottom: 5px;
  margin-right: 10px;
  padding-right: 10px;
}
.contentinfo-legal li.last-of-type {
  border-right: 0 none;
  padding-right: 0;
}
.login-container {
  background-color: #fff;
  border-radius: 4px;
  background: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0e0e0', GradientType=0);
  /* IE6-9 */

  margin-top: 60px;
  padding: 20px;
}
#customerLogin {
  padding-left: 120px;
}
#customerLogin input {
  width: 350px;
}
#customerLogin #forgotPassword {
  margin-top: 15px;
}
.supported-browsers {
  text-align: center;
  font-size: 11px;
  padding-top: 10px;
}
.supported-browsers .browser {
  font-size: 11px;
}
.text-small {
  font-size: 12px;
  font-weight: normal;
}
ul, ol {
    padding: 0;
    margin: 0 0 10px 25px;
}
