main #content {
  padding: 0 15px;
}

#webmail-login-form input {
  display: block;
  width: 100%;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  line-height: 20px;
  height: 40px;
  background: #fff;
  border: 1px solid #666;
  border-radius: 5px;
  margin-bottom: 10px;
}

#webmail-login-form input[type="text"] {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.no-border {
  border: none !important;
}

.alert-danger {
  color: #a94442;
  background-color: #ffffff;
  border-color: #a94442;
  border: 1px solid;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
}

*, *:before, *:after {
  box-sizing: border-box;
}

#content-page {
  background-color: rgba(65, 141, 174, .05);
}

ul {
  list-style-image: url('images/arrow.png');
  padding: 10px 0 0 30px;
}

ul a {
  color: #0091b3;
  text-decoration: none;
}

#overlayWebmail {
  position: fixed;
  padding-top: 80px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.90;
  z-index: 10000;
}

@media (min-width: 1400px) {
  main #content {
    padding: 0 60px;
  }
}
