html,
body {
  min-height: 100%;
}
body {
  padding: 80px 0 0;
  font-family: Lato, Arial;
  font-weight: 300;
  background: url(../bg.jpg) no-repeat center center;
  background-size: cover;
}
form {
  margin-top: 0px;
}
form .form-control {
  box-shadow: none;
  border-color: #ddd;
}
form .control-label {
  font-weight: 300;
}
form .btn-primary {
  text-transform: uppercase;
  border-color: #1a9bff !important;
  background-color: #1a9bff !important;
  width: 100%;
  padding: 14px 10px;
}
.company-info {
  margin-bottom: 30px;
}
.company-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.company-info ul li {
  position: relative;
  margin: 0;
  padding: 10px 60px 10px 60px;
  font-size: 16px;
}
.company-info ul li.with-border {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 20px;
}
.company-info ul li > i.glyphicon {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 25px;
  color: #ccc;
  transition: color 0.4s;
}
.company-info ul li.with-border > i.glyphicon {
  top: 20px;
}
.company-info ul li.logo-container {
  border: 0;
}
.company-info ul li.logo-container img {
  width: 250px;
  max-width: 100%;
  margin: 5px 0 10px 0;
}
.company-info ul li:hover i {
  color: #1a9bff;
}
a {
  color: #1a9bff;
}
@media screen and (min-width: 992px) and (min-height: 500px) {
  .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}
.modal .modal-content {
  border-radius: 0;
  box-shadow: none;
}
.modal .modal-content .modal-header {
  text-align: center;
  border: 0;
}
.modal .modal-content .modal-footer {
  text-align: center;
  border: 0;
}
