﻿/*body {
    display:none;
}*/
#form1 {
width:100%;
height:100%;
}
#frmlogin {
    background-color:rgba(256,256,256,0.9);
width:280px;
height:309px;
padding-top:25px;
padding-left: 10px;
padding-right:10px;
padding-bottom:5px;
margin:auto auto auto auto;
border:3.9px solid rgba(84,0,0,0.2);
border-radius:15px;
text-align:center;

}
body {
    background-color:white;
}
.btnIng {
border-style: none;
    border-color: inherit;
    border-width: medium;
    color:white;
    background-color:rgba(56,155,206,0.9);
    border-radius:5px;
    transition:all 450ms;
    background-image:url('');
    margin-left:auto;
    left:0%;
    width:60%;


}
.btnIng:hover {
    background-color:rgba(56,155,206,0.5);
    color:#bf002A;
}
header {
    height: 30px;
    width:100%;
    background-color: #2290c9;
    margin-bottom:10%;
 
    box-shadow:#540000 1.5px 1.5px;
}
.txtuser {
margin-left:auto;
margin-right:auto;
margin-bottom:2px;
color:white;
border-radius:4px;
box-sizing:border-box;
}
    .txtuser :hover {
      box-shadow:rgba(84,0,0,0.5) 0 0 3px;
   
    }
#titulo {
display:block;
margin:0;
padding:0;
position:fixed;
top:5px;
left:45px;
text-align:center;

transform:skew(-18deg);
color:white;
font-size:1.5em;
}
#titulo:first-letter {
    color:red;
}
footer {
margin-top:auto;

position:absolute;
bottom:0;
width:100%;
height:96px;
 border:1.9px solid rgba(84,0,0,0.6);
text-align:center;
}
@media screen and ( max-height:500px){
    footer{
        display:none;
    }
}
#txtUsuario:after {
    content: url('../iconos/114-user.png');
    z-index: 1;
    margin-top: -19px;
    margin-bottom: auto;
    width: 10px;
    height: 5px;
    margin-right: 7px;
    margin-left: 4px;
    float: right;
}
#txtpwsd:after {
   content: url('../iconos/144-lock.png');
     z-index:1000;
     margin-top: -19px;
    margin-bottom: auto;
     width: 10px;
    height: 5px;
    margin-right: 4px;
    margin-left: 4px;
    float:right ;
}
#frmlogin h3 {
margin-bottom:13%;
}
.logo {
background-color:black;
border-radius:0 0 45% 45%;
width:60px;
float:right;
padding:5px 10px 10px;

color:white;
font-size:10px;
line-height:5px;
letter-spacing:1.5px;
box-shadow:rgba(0,0,0,0.3) -5px 2px 1px;
position:fixed;
right:10px;
bottom:23px
}
.logo img {
  width:40px;
  margin-top:5px;
}

 .logo:hover {
    background-color:rgba(84,0,0,0.8);
    }
    footer span:last-of-type:after {
    content:" - ";
    }
      footer span:last-of-type:before {
    content:" - ";
    }