 /*
 * Página de Login
 * 
*/
body {
  color: #4d4d4d;
  font-weight: 300;
  font-size: 1.02rem; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; color:#000 }
html, body {
  height: 100%;
}

.login-panel {
    margin-top: 25%;
}

.logo-f{
  margin-bottom:-65px;
}

.screen { 
 height: 100%;
  position:relative;
  width:100%;
  top: -48px; left: 0;
  bottom: 0; right: 0;
}

.screen-pattern-10 {
  background: url("../images/10.png");
}
.bg-solid-white{
  background:rgba(255, 255, 255, 0.10);
}

.bg-solid-black{
  background:rgba(0, 0, 0, 0.80);
}

.bg-solid-black-l{
  background:rgba(0, 0, 0, 0.50);
}

.header-fullscreen {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  overflow: hidden;  
}
.background-9 {
  background-image: url("../images/fondo-login.jpg");
}

.background-10 {
  background-image: url("../images/fondo-login-user.jpg");

}

.background-11 {
  background-image: url("../images/fondo-estudiante.jpg");

}
.background-12 {
  background-image: url("../images/fondo-planteles.jpg");

}

.background-13 {
  background-image: url("../images/fondo-invitados.jpg");

}

.h-parallax{
  background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*a{
  color:#09d3be;
}
a:hover{
  color:#ff2f8b;  
}*/
.btn-bitacora{
  background: #09d3be;
  color:#FFF;
  border:2px solid #09d3be;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 25px;
  transition: 0.5s;
  border-radius: 0px;
}
/*.btn-bitacora:hover{
  background: none;
  color:#09d3be;
  border:2px solid #09d3be;
  text-decoration:none;
}*/
.btn-bitacora:hover{
  background:#f57ac2;
  color:#fff;
  border:2px solid #f57ac2;
  text-decoration:none;
}
.form-control:active, .form-control:focus {
    border-color: #09d3be; }
 /*
 * Fin Página de Login
*/
.btn{
  border-radius: 0!important
}
.bg-blur {
  filter: blur(6px);
}
.logo-school img{
  max-width:40px;
  margin:0 0 160px
}
.icon-broken{
  font-size:80px!important;
  color:#CCC;
  margin-bottom: 20px
}

.overlay {
  position: relative;
  z-index: 0;
}
.overlay::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.891;
}
.card{
  border-radius: 0!important
}
.card-header{
  background: #FFF
}