@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: 105px;
  /* 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-top: 50px; */
  z-index: 1030;
  background: url(../../sisgob2/img/top.png) no-repeat center;
  background-size: cover;
}

.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: transparent;
  margin: 0px 0;
  font-size: 12px;
  line-height: 1.2em;
  border-right: 0px solid #ffffff;
  border-left: 0px 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: transparent;
  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: 0px solid #ffffff;
  border-left: 0px 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: #075c87;
  background: #e8e6e6;
  /* box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .2); */
  /* color: white; */
}

.login-layout .input-group img {
    position: absolute;
    left: 0px;
    color: white;
    /* top: 5px; */
    font-size: 20px;
    height: 25px;
    left: -10px;
    margin: 5px;
}

.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: transparent;
  padding: 0px 5px;
  border-radius: 4px;
  margin: 0;
}

.light-login .background-color-input {
    background: #27326dde;
    border-radius: 13px;
}
.light-login input {
  background: transparent !important;
  border: none !important;
  color: #01acd8 !important;
  /* padding-left: 30px !important; */
  left: 30px;
  width: calc(100% - 30px) !important;
  display: block !important;
}

.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 {
    margin-top: calc(100% - 75%);
  }
}

@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;
  }
  .login-layout .navbar-fixed-top {
    position: fixed;
    height: 105px;
    /* 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-top: 50px; */
    z-index: 1030;
    background: url(../../sisgob2/img/top.png) no-repeat center;
    background-size: 400%;
    background-position: top;
}
}

@media only screen and (max-width: 540px) {
  .login-container {
    margin-top: -250px;
    top: 50%;
    position: absolute;
    left: 50%;
    margin-left: -175px;
  }

  .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 {
    color: white;
    /* float: left; */
    margin-left: calc(50% - 165px);
    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: #053654;
  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: #01acd8 !important;
  border-color: #01acd8 !important;
  border-radius: 20px;
}

.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: #001275 !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;
  padding: 20px;
  border-radius: 4px;
  margin-top: -80px;
}

._logosigob {}

.light-login {
  background: linear-gradient(#ffffff, #ececec), #ffffff url(../../sisgob2/img/background-sisgob2.png) no-repeat center;
  background-size: cover;
  background: linear-gradient(#ffffff21, #ececec), #ffffff url(../../sisgob2/img/background-sisgob2.png) no-repeat center;
  background-size: cover;
      background: linear-gradient(#ff8f1599, #e8e6e6), #ffffff url(../../sisgob2/img/background-sisgob2.png) no-repeat center;
}

.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: rgb(76, 175, 79) !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;
}

.login-layout .navbar-fixed-top a {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, .5) !important;
}

.input-group input {
  width: 250px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
