body{
   
    height: 100%;
}

.bg{
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url('../img/login.png'); 
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
   

}


.formulario-form .logo {

    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    width: 100px;
    height: 100px;
    top: -10px;

}

.formulario-form .logo img{
    width: 100%;

}


.formulario-form{
    width: 700px;
    margin: 0 auto;
    padding: 100px 0 30px;
}

.formulario-form form {

    color: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 13px;
    background: #5f5f5f;
    padding: 30px;
    box-shadow: 0px 1px 8px 4px rgba(0, 0, 0, 0.1);
    position: relative;	
    opacity: 0.9;
    
}


.formulario-form h2{
    font-size: 18px;
    margin: 25px 0 25px;
}
