body{

margin:0;
padding:0;
font-family: sans-serif;


}

section{
background: url(../img/login-bg1.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
height: 100vh;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}


.box{

border-radius: 10px;
width: 300px;
padding: 50px;
background: rgba(255,255,255,.35);
box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.box h2{

    /* font-family: sans-serif; */
    margin: 0 0 20px;
    padding: 0;
    font-size: 28px;
    text-transform: uppercase;
    color:#022c41;
    margin-left: 80px;

 
}

label{


font-size: 18px;

}
#fusuario, #fpw{
font-size: 15px;
height: 30px;
border-radius: 5px;
background: rgba(255,255,255,.6);
box-shadow: 0 2px 8px rgba(0,0,0,.5);

}


#button{
    margin-left: 100px;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 5px 9px rgba(0,0,0,.5);
    
}

#errorPassword{
    color: red !important;
    font-family: cursive;
    font-style: italic;
    margin-left: 70px;

}
