/*estilos login*/
html {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100% !important;
    background-image: url('../../Imagen/fondo_chart.jpg');
}
body{
    background-color: transparent !important;
}
.login {
    padding: 0px;
    box-shadow: 0px 3px 5px rgba(152, 151, 151, 0.53);
    padding-bottom: 30px;
    width: 400px;
    margin: 0px auto;
    margin-top: 110px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88ffffff,endColorstr=#88ffffff);
    zoom: 1;
    background: rgba(255,255,255,0.60);
}
.login .logo_login{
    text-align: center;
    padding:25px 0px 10px 0px;
    margin-bottom: 20px;
}
.login .logo_login img{
    width: 300px;
}
.login .form-group{
    padding: 0px 50px;
}
.login label{
    font-weight: 200;
    color: #1c4b81;
}
.login i{
    margin-right: 5px;
}
.login input{
    border-radius: 0px;
    height: 30px;
    box-shadow: 0px 0px #fff;
}
.login p{
    padding: 5px 0px;
}
.login p a{
    color: #568dbe;
}
.button-login{
    text-align: center;
}
.button-login input{
    border-radius: 0px;
    width: 60%;
    padding: 15px 0px;
    background-color: #1c4b81;
    color: #fff;
    text-transform: uppercase; 
    height:auto;
    border:none;
}
@media (max-width: 420px){
    .login{
        width:inherit;
        margin-top:70px;
    }
    .login figure img{
        width: 250px;
    }
    .login .form-group{
        padding: 0px 40px;
    }
}