/* custom.css */
.starter-template {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
h1 {
  font-size: 24px;
  color: #00a9ff;
  margin-top: 0;
  margin-bottom: 30px;
}
h2 {
  font-size: 20px;
  color: #00a9ff;
}
h3 {
  font-size: 16px;
}
.m-tb-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.m-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.m-tb-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.index-img-top {
  margin-bottom: 20px;
}

@media print {
  a[href]:after {
    content: none;
  }
}
.img-rounded {
  width: 100%;
}
.navbar-brand {
  padding: 6px 15px;
}
.navbar-brand > img {
  height: 100%;
}
.wh-100 {
  height: 100%;
  width: 100%;
}

/* devise.css */
#error_explanation {
  /*alert*/
  padding: 15px;
  margin-bottom: 20px;
  border: #ebccd1 1px solid;
  border-radius: 4px;

  /*alert-danger*/
  background-color: #f2dede;
  color: #a94442;
}

#error_explanation h2 {
  font-size: 18px;
}
