@font-face {
  font-family: 'Flama-Basic';
  src: url('../fonts/Flama-Basic.otf') format('opentype');
}
@font-face {
  font-family: 'Flama-Bold';
  src: url('../fonts/Flama-Bold.otf') format('opentype');
}
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.login-layout .navbar-fixed-top {
  position: fixed;
  height: 60px;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .3);
  right: 0;
  left: 0;
  margin-bottom: 5px;
  z-index: 1030;
}
.login-layout .navbar-fixed-top a {
  color: white;
  /* float: left; */
  margin-left: calc(50% - 150px);
  display: block;
  /* margin-top: -10px; */
  position: absolute;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
}
.login-layout .navbar-fixed-top a img {
  height: 60px;
  margin-top: 0px;
  margin-left: 0px;
  background: #053654;
  padding: 5px;
}
.login-layout .navbar-fixed-top a h2 {
  float: left;
  display: block;
  padding: 23px 10px;
  height: 60px;
  background: #463f39;
  margin: 0px 0;
  font-size: 12px;
  line-height: 1.2em;
  border-right: 3px solid #ffffff;
  border-left: 1.5px solid #ffffff;
  font-family: 'Flama-Basic' !important;
  width: 165px;
  text-shadow: 0 0 2px rgba(0, 0, 0, .5);
}
.login-layout .navbar-fixed-top h1 {
  font-family: 'Flama-Bold' !important;
  color: white !important;
  /* padding: 10px; */
  font-weight: bold;
  font-size: 32px;
  background: #463f39;
  line-height: 1.5em;
  /* margin: 10px 10px; */
  line-height: 2.2em;
  margin: 0px 0;
  width: 162px;
  float: left;
  height: 60px;
  text-align: center;
  border-right: 1.5px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 0 2px 0 2px;
  text-shadow: 0 0 2px rgba(0, 0, 0, .5);
}
.login-layout .navbar-fixed-bottom {
  position: fixed;
  height: 60px;
  background: #1c0d54;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .2);
}
.login-layout .navbar-fixed-bottom a img {
  height: 55px;
  margin: 5px auto;
}
.login-layout .navbar-fixed-bottom a {
  color: white;
}
.light-login .widget-box.login-box, .light-login .widget-box.signup-box, .light-login .widget-box.forgot-box {
  background-color: #FFFFFF;
  background-color: #dedfe1;
  background-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(208, 245, 255, 0.52);
  background-color: transparent;
  padding: 0px 5px;
  border-radius: 4px;
  margin: 0;
  background: #29166f;
  background: rgba(39,12,150,1);
background: -moz-linear-gradient(top, rgba(39,12,150,1) 0%, rgba(41,22,111,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(39,12,150,1)), color-stop(100%, rgba(41,22,111,1)));
background: -webkit-linear-gradient(top, rgba(39,12,150,1) 0%, rgba(41,22,111,1) 100%);
background: -o-linear-gradient(top, rgba(39,12,150,1) 0%, rgba(41,22,111,1) 100%);
background: -ms-linear-gradient(top, rgba(39,12,150,1) 0%, rgba(41,22,111,1) 100%);
background: linear-gradient(to bottom, rgba(39,12,150,1) 0%, rgba(41,22,111,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#270c96', endColorstr='#29166f', GradientType=0 );
}
.login-container {
  min-width: 330px;
  max-width: 420px;
  margin: 0 auto;
  width: auto;
  /*  margin-top: calc(100% - 85%); */
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .login-container {
  }

  .title-automotive {
    display: block;
    width: 100%;
    height: 100px;
    text-align: center;
    margin-top: 80px !important;
  }
}

@media only screen and (max-width: 991px) {
  .login-layout .navbar-fixed-bottom a {
    color: rgba(255, 255, 255, 0.38) !important;
    line-height: 2.3em !important;
  }

}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .login-layout .navbar-fixed-bottom {
    position: absolute !important;
  }
  .main-container {
    height: 600px;
  }

}
@media only screen and (max-width: 540px) {
  .login-container {
    margin-top: -270px;
    top: 50%;
    position: absolute;
    left: 50%;
    margin-left: -165px;
  }
  .title-automotive {
    margin-top: 0px !important;
  }

  .login-layout .navbar-fixed-top a img {
    background: #ffffff !important;
    width: 360px !important;
    height: 50px !important;
    /* line-height: 8em; */
    margin-top: 5px !important;
  }
  .login-layout .navbar-fixed-top a {
    color: white;
    /* float: left; */
    margin-left: calc(50% - 180px) !important;
    display: block;
    /* margin-top: -10px; */
    position: absolute;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
  }
}
.login-layout hr {
  margin-top: 5px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #428bca;
}
.login-layout .input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  background-color: #d32f2f !important;
  border: 1px solid #053654;
  border-radius: 4px;
}
.login-layout input[type="text"], .login-layout input[type="password"] {
  color: #858585;
  background-color: #ffffff;
  border: 1px solid #053654;
  padding: 5px 4px 6px;
  font-size: 14px;
  font-family: inherit;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.login-layout .btn-primary, .btn-primary:focus {
  background-color: #d32f2f !important;
  border-color: #ffffff !important;
  border-radius: 4px;
}
.login-layout .widget-box label {
  color: white;
  margin-left: 15px;
}
.login-layout .widget-box h3 {
  color: white;
  text-align: center;
  font-size: 26px;
}
.login-layout .widget-box small {
  color: white;
  text-align: center;
  display: block;
}
.login-layout .panel {
  margin-bottom: 0px;
  background-color: #ffffff;
  background-color: transparent !important;
  border: 0px solid #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 0;
}
.light-login {
  background: #dfe0e2 url(../../img/background.jpg) repeat;
  background-size: 100% 100%;
}
.light-login .widget-box {
  padding: 1px 1px 0;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 2px 1px rgba(86, 52, 52, 0);
  border-bottom: 0px solid rgba(50, 50, 50, 0.33);
}
.sign-in, .sign-up, .forgot, .action-form .group .check {
  display: none;
}
.action-form .sign-in:checked+.tab, .action-form .sign-up:checked+.tab, .action-form .forgot:checked+.tab {
  color: #e6eef0;
  text-shadow: 0 0 2px rgba(0, 0, 0, .5);
  border-color: #053654;
  border-color: #e9680a;
}
.action-form .tab {
  color: #6fbffd;
  font-size: 20px;
  margin-right: 15px;
  padding-bottom: 0px;
  line-height: 2em;
  margin: 0 15px 10px 0;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.action-form .group .check:checked+label {
  color: #fff;
}
.action-form .group .check:checked+label .icon {
  background: #1161ee;
}
.hr {
  height: 2px;
  margin: 60px 0 50px 0;
  background: rgba(255, 255, 255, .2);
}
.foot-lnk {
  text-align: center;
}
.action-form {
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 10px;
  font-size: 16px;
  background: rgba(247, 239, 234, 0.1);
  background-color: rgba(255, 255, 255, 0.77);
  background: rgba(5, 54, 84, 0.75);
}
.action-form2 {
  margin-top: -20px !important;
  text-align: center;
}
.form-logo {
  background: #053654;
  padding: 10px;
}
.form-logo img {
  width: 150px;
  height: 70px;
}
.alert {
  font-size: 14px;
  border-radius: 0;
  text-shadow: 0 0 2px rgba(0, 0, 0, .5);
}
.alert-danger {
  background-color: #E57373;
  border-color: #E57373;
  color: #ffffff;
}
.title-siaa {
  background: rgba(7, 92, 135, 0.84);
  color: white;
  margin: -20px 0;
  /* font-size: 10px; */
}
.title-siaa h1 {
  font-size: 16px;
  padding: 2px;
}
.form-logo-footer {
  background: rgba(7, 92, 135, 0.84);
}
.form-logo-footer img {
  width: 75px;
  height: 35px;
}
.line-top {
  display: block;
  float: left;
  height: 12px;
  border-top: 1.5px solid #ffffff;
  border-bottom: 1.5px solid #ffffff;
  width: 100%;
}
.color-1 {
  background: #00e8ac;
}
.color-2 {
  background: #96a7ff;
}
.color-3 {
  background: #ffbaca;
}
.color-4 {
  background: #86f076;
}
.color-5 {
  background: #00e2f6;
}
.login-layout a {
  color: white !important;
}
.login-layout .navbar-fixed-bottom a {
  color: rgba(255, 255, 255, 0.38) !important;
  line-height: 5em;
}
.login-layout .navbar-fixed-bottom a {
  color: rgba(255, 255, 255, 0.38) !important;
  line-height: 5em;
}
.navbar-fixed-top span:first-child {
  border-top: 0px solid #ffffff !important;
}
.navbar-fixed-top span:last-child {
  border-bottom: 0px solid #ffffff !important;
}
.login-layout .main-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
  min-height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}
.track {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #ffffff;
}
.img-track {
  background-image: url(../../img/track.png);
  background-size: auto 40px;
  background-repeat: repeat-x;
  position: absolute;
  width: 100%;
  height: 60px;
  background-position: 10px;
}
.logo-montoya {
  box-shadow: none !important;
  margin-left: calc(50% - 285px) !important;
}
.logo-montoya img {
  width: 570px !important;
  height: 60px !important;
  background: #ffffff !important;
  padding: 0 10px 0 10px;
}
.logo-montoya a {
  background: #ffffff !important;
}
.title-automotive {
  display: block;
  width: 100%;
  height: 100px;
  text-align: center;
  margin-top: 100px;
}
.title-automotive h3 {
  color: #ffffff !important;
  font-size: 30px;
}
.title-automotive h4 {
  color: #d32f2f !important;
  font-size: 30px;
  margin-top: -10px;

}
.title-automotive h4::before {
  content: ' ';
  display: block;
  height: 2px;
  width: 120px;
  float: left;
  background: #d32f2f !important;
  margin-top: 20px;
}
.title-automotive h4::after {
  content: ' ';
  display: block;
  height: 2px;
  width: 120px;
  float: right;
  background: #d32f2f !important;
  margin-top: 20px;
}
