html,
body,
header,
.view {
  height: 100%;
}

@media (max-width: 740px) {
  html,
  body,
  header,
  .view {
    height: 1000px;
  }
}

@media (min-width: 800px) and (max-width: 850px) {
  html,
  body,
  header,
  .view {
    height: 650px;
  }
}
@media (min-width: 800px) and (max-width: 850px) {
  .navbar:not(.top-nav-collapse) {
     background: #1C2331!important;
  }
}
/* Navbar animation */
.navbar {
  background-color: rgba(0, 0, 0, 0.5);
  /*background-color: rgba(0, 0, 0, 0.3);*/
  /*background-color: #c81506;*/

}

.top-nav-collapse {
  background-color: #1C2331; }

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #c81506;
    /*background-color: #1C2331;*/
   }
   }

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #c81506;
  color:#ffff;
  }


.ipadsaTitulo{
  color: #ffff !important;
}


#pruebita1{
  color: #ffff !important;
background-color: aqua !important;
}


#txt_uname{
  min-height: auto !important;
    padding: .99em .80em .1em !important;
}

#txt_pwd{
  min-height: auto !important;
  padding: .96em .80em .1em !important;
}

#lbl1{
  left: .75rem;
  padding-top: 1px;
}


.md-form1{
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  box-shadow: none;
}