/* Generales
------------------------------------------------------------------------------------------------------------------------ */
body {
  font-size: 14px;
  background: #eef0f2;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
.btn-primary {
  background-color: #0b1e62 !important;
  border-color: #0b1e62 !important;
}
.btn-primary:hover {
  background-color: #c40007 !important;
  border-color: #c40007 !important;
}
.small-note {
  font-size: 12px;
}
.small-note a {
  color: #fff;
  text-decoration: none;
}
/* Clean Theme
------------------------------------------------------------------------------------------------------------------------ */
.moto-bg,
.moto-black {
  background: url(/public/img/hero.jpg) no-repeat center -25px;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.moto-black {
  background: #000;
  opacity: 0.4;
  z-index: 2;
}
.clean-content {
  z-index: 10;
}
/* Service Results
------------------------------------------------------------------------------------------------------------------------ */
#avance_form .avance-box {
  max-width: 600px;
}
#avance_form .avance-box .logo-block img {
  width: 100px;
  height: 95px;
  min-width: 100px;
}
/* Gobal Styles
------------------------------------------------------------------------------------------------------------------------ */
.alert {
  border: none;
  width: 250px;
  font-size: 12px;
}
/* Login Form
------------------------------------------------------------------------------------------------------------------------ */
#login_form .logo-block img {
  width: 200px;
  height: 190px;
}
#login_form .user-block {
  width: 250px;
}
@media (min-width: 768px) {
  /* Gobal Styles
    ------------------------------------------------------------------------------------------------------------------------ */
  .alert {
    width: 474px;
  }
}
