/*
body{
    background: #373736 url('../img/Fondo-01.png') no-repeat center center fixed;
    background-size: cover;
}*/
body{
    background:url(../img/fondos/fondov4.jpg) no-repeat center center fixed;
    background-size: cover;
}
.btn-login{
    width: 100%;
    margin-top: 5px;
    background: transparent !important;
    border: 1px solid #aaaaaa;
    padding: 2% 9%;
    color: #8A8A8A;
    transition: 0.5s ease-out !important;
}
.btn-login:hover {  
    color: #8A8A8A;
    background-color: #FFF !important; 
    text-decoration: none;
    border-color: #cccccc;
}
 

    .container{
        margin: 7.8em auto; 
		max-width: 300px; 
        background-color: rgba(224,224,224,0.6);/*#e0e0e0;/* #DBDBDB;*/
        border: 1px solid #ccc; 
        border-radius: 5px;
        -webkit-box-shadow: 2px 2px 3px 0px #a9a9a9; //3px 3px 3px 2px #999999;
                box-shadow: 2px 2px 3px 0px #a9a9a9; //3px 3px 3px 2px #999999;
        padding: 1%;
    }
    .form-signin {
        padding: 15px;
    }
 
    .fa-user, .fa-lock{
        font-size: 20px !important;
        top: 2px;
        position: relative;
    }
    .add-on{
        padding:  4px 10px !important;
        height: 26px !important;
        cursor: pointer;/********************************************************/
    }
    .input-prepend{
        width: 100%;
        height: 30px;
    }
    .controls{
        bottom:20px; 
    }
    
    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }
    .form-signin input[type="text"],
    .form-signin input[type="password"] {
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
        padding: 7px 9px;
        width: 80%;
    }
 
 
@media (max-width: 767px){
	.container {
		margin:3.5em auto;
    	width: auto;
	}
}