#row_login{
    background-image: url("/static/project_theme1/images/imagen_inicio.svg");
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    margin: 0px 80px;
}
#inp_sub_login{
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
}
img#img_login_pl{
    width: 500px;
    margin: auto;
    display: block;
    margin-bottom: 30px;
}
#lnk_recovery:hover{
    color: #2492C1;
}


form#form_login{
    margin-top: 15px;
    margin-bottom: 15px;
    width: 240px;
    margin: auto;
}
#form_login label{
    width: 25%;
    display: block !important;
}
#form_login [type=text],
#form_login [type=password]{
    width: 100%;
}
a#btn_mod_login{
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Small and Medium screens */
/* max-width 640px, mobile-only, 641px - 1024px, tablet-only */
@media only screen and (max-width: 39.9375em), only screen and (min-width: 40em) and (max-width: 63.9375em){
    #row_login{
        background-image: none;
    }
}