body {
  font-family: "Roboto", sans-serif;
  background-color: #f4f5f7;
  font-size: 16px;
}

p {
  font-weight: 400;
}

i.fa-search {
  color: #0075cb;
}

form.search {
  margin-bottom: 20px;
}

.main-container {
  margin-top: 50px;
}

.left-column {
  margin-bottom: 30px;
  text-align: center;
}

.right-column > div > a {
  font-size: 14px;
  font-weight: 400;
}

.right-column-xs {
  text-align: center;
}

.right-column-md {
  text-align: right;
  margin-right: 20px;
  margin-top: 0;
}

.right-column > div.login-header {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 15px;
}

.right-column > div.link {
  line-height: 19px;
}

.right-column > div.link > a {
  line-height: 21px;
}

.links {
  margin: 20px 0;
}

.links > h4 {
  font-size: 14px;
  font-weight: 500;
}

.links > a {
  font-size: 14px;
  font-weight: 400;
}

.footer {
  margin: 30px 0;
  font-size: 12px;
  font-weight: 400;
}

.footer > a {
  margin: 0 5px;
}

h1.title {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 500;
}

.description {
  margin-bottom: 35px;
}

.box-img-text {
  width: 100%;
  margin-bottom: 20px;
}

.box-img {
  max-height: 100px;
  text-align: center;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 0 0;
}

.box-img > i {
  vertical-align: bottom;
  font-size: 40px;
  line-height: 100px;
}

.box-img > img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.box-text h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.box-text {
  height: 170px;
  background-color: #ffffff;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 4px 4px;
}

.form-control.input-search {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #ffffff;
  background-image: none;
  border: 0;
}

.btn.btn-search {
  border: 0;
}

hr {
  height: 2px;
  background-color: #cfd8dc;
  margin: 10px 0;
}

ul {
  list-style: decimal;
  padding: 0 0 0 15px;
  line-height: 18px;
}

@media (min-width: 992px) {
  .left-column {
    margin-left: 35px;
    margin-bottom: 30px;
    text-align: left;
  }
}

@media (max-width: 992px) {
  .main-container {
    margin-top: 30px;
  }
}
