/* bootstrap-custom */
body {
  font-family: Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* bootstrap-theme */
body {
  padding-top: 70px;
  padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

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

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

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