body,html{
    background-size: 100% 100%;
    margin: 0;
    padding: 0;     
    background: url(/img/fundo/janela_login.jpg);
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
}
body{  
    height: 100vh;   
    background-color: #000; 
    color: #fff;
}
#div-login{   
    position: relative;
    padding: 20px 10px;
    width: 300px; 
    margin: auto;   
    overflow: hidden;    
}
input[type=text],input[type=password],input[type=text]:focus,input[type=password]:focus  {
    padding:  10px 5px; 
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    box-sizing: border-box;
    width: 100%;
    background: transparent;
    color: #fff;
}
.larg{
    margin-bottom: 4px;
    width: 100%;
}
button{
    color: #f5f5f4;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;    
    display: inline-block;    
    border: 1px solid #33a2cb;
    font-weight: bold;
    background: #33a2cb;
    outline: none;
    background: -webkit-linear-gradient(top,#32a0c2,#2ea2cc);
    background: linear-gradient(top,#32a0c2,#2ea2cc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#32a0c2,endColorstr=#2ea2cc,GradientType=0);
    border-radius: 2px; 
    width: 100%;
}
#div-logo{
    position: relative;    
    margin: 0px;
    width: 100%;
    text-align: center;
    color: white;  
    overflow: hidden;
    margin-bottom: 10px;
}
#div-logo h1{
    color: white;    
    height: 50px;
}
