/* dominio.com/es/user/login */
body.path-user.has-glyphicons div.region.region-content{
  width: 100%;
  position: relative;
}

body.path-user.has-glyphicons form#user-login-form{
    padding: 2%;
    border: 1px solid #ddd;
    width: max-content;
    margin: 0 auto;
    margin-top: 10px;
}
body.path-user.has-glyphicons form#user-login-form div#edit-actions{
  display: table;
  width: 100%;
}
body.path-user.has-glyphicons form#user-login-form div.form-item label{
  min-width: 25% !important;
  
}
body.path-user.has-glyphicons form#user-login-form div.form-item input{
  width: 74% !important;
  display: inline-block !important;
}

body.path-user.has-glyphicons form#user-login-form div#edit-actions #edit-submit{
  display: block;
  position: relative;
  float: right;
  margin-right: 0 !important;
}


@media screen and (max-width: 967px) {
  body.path-user.has-glyphicons form#user-login-form{
    width: 100% !important;
  }
}

/*===================  domincion.com ==========================*/
/* PARA el principal, login en portada*/

body.path-frontpage.has-glyphicons div.region.region-content{
  width: 100%;
  position: relative;
}
body.path-frontpage.has-glyphicons div.region.region-content section#block-iniciodesesion ul{
 display: none !important;
}

body.path-frontpage.has-glyphicons div.region.region-content h2.block-title {
  text-align: center;
}

body.path-frontpage.has-glyphicons form#user-login-form{
    padding: 2%;
    border: 1px solid #ddd;
    width: 40%;
    margin: 0 auto;
    margin-top: 10px;
}
body.path-frontpage.has-glyphicons form#user-login-form div#edit-actions{
  display: table;
  width: 100%;
}
body.path-frontpage.has-glyphicons form#user-login-form div.form-item label{
  min-width: 25% !important;
  
}
body.path-frontpage.has-glyphicons form#user-login-form div.form-item input{
  width: 74% !important;
  display: inline-block !important;
}

body.path-frontpage.has-glyphicons form#user-login-form div#edit-actions #edit-submit{
  display: block;
  position: relative;
  float: right;
  margin-right: 0 !important;
}

body.path-frontpage.has-glyphicons h1.page-header{
  display: none;
} 

@media screen and (max-width: 967px) {
  body.path-frontpage.has-glyphicons form#user-login-form{
    width: 100% !important;
  }
}

@media screen and (max-width: 1153px) {
  body.path-frontpage.has-glyphicons form#user-login-form div.form-item input{
    width: 100% !important;
  }
}