.signin{
    height: 100vh;
    min-height: 590px;
}
#school{
    height: 180px; width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 40px 0 45px 0;
}
#pnlAnuncio{
    margin-right: 0px!important;
    padding: 0px;
}
#pnlAnuncio img{
    width: 100%; height: 100vh;
}
#escolnet{
    position: absolute;
    width: 99px;
    height: 99px;
    z-index: 1;
    margin: 45px 45px;
    border: 2px solid white;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     transform: rotate(45deg);
}
#escol{
    width: 99px;
    height: 99px;
    transform: rotate(-45deg);
}
#footer{
    position: absolute;
    bottom: 0;
    padding-right: 30px;
    width: 100%;
    font-size: 15px;
}
#escoln{
    width: 39px;
    height: 39px;
    position: absolute;
    bottom: 28px;
}
#pnlLogin{
    -webkit-box-shadow: -1px 5px 20px 1px black;
    box-shadow: -1px 5px 20px 1px black;
    z-index: 2;
}
#pnlLogin i{
    color: blue;
}
#school:before{
    content:"";
    width: 100px; height: 100px;
    background-color: white;
    position: absolute;
    transform: rotate(50deg) skew(15deg);
    -webkit-box-shadow: -6px 8px 7px -5px black;
    box-shadow: -6px 8px 7px -5px black;
    margin: 13px -62px; 
    z-index: -1;
}
.fa-eye,.fa-eye-slash{
    position: absolute;
    right: 50px;
    font-size: 15px;
    top: 6px;
    color: black;
}
.fa-eye:hover,.fa-eye-slash:hover{
    color: gray;
}

#frmLogin{
    /* height: calc(100vh - 100px); width: 100%; */
    padding: 30px;
}
#frmSesion{
    margin-bottom: 15px;
    font-size: 10px;
    margin-right: 15px;
    margin-left: 15px;
}
#frmSesion .btn{
	/* padding: 0.1rem .5rem!important;
    font-size: 0.75rem!important; */
    margin-bottom: 5px;
    font-size: 15px;
}
#load{
    align-items: center!important;
    justify-content: center!important;
    height: 100vh;
    text-align: center;
    margin: 200px auto;
    font-size: 50px;
}
#modalmensaje{
    display: none;
    background-color: white;
    pointer-events: auto;
}
#statusLogin .modal-header{
    padding: 7px 15px 5px 10px;
}
#statusLogin .modal-footer {
    align-items: center;
    justify-content: center;
    padding: 5px;
}
#pnlolvide{
    width: 350px;
    height: auto;
    margin: auto;
    -webkit-box-shadow: -1px 5px 20px 1px black;
    box-shadow: -1px 5px 20px 1px black;
    z-index: 2;
    padding: 10px;  
}
#pnlolvide .logo{
    width: 150px;
}
.pnlcenter{
	width: 95%;	height: 90%;
	padding: 10px 10px 10px 10px;	
	position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.ctrl{
    font-size: 18px!important;
    padding-left: 40px!important;
    padding-right: 45px!important;
}
.iconctrl{
    color: rgba(0,0,0,0.75);
    position: absolute;
    z-index: 1;
    top: 7px;
    left: 22px;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
    #pnlLogin{
        margin: auto;
        height: 90%;
    }
    #school:before{
        content:"";
        width: 0px; height: 0px;
        background-color: white;
        position: absolute;
        margin: 13px -62px; 
        z-index: -1;
    }
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}
