#backtoblog, .language-switcher {
  display: none;
}

#login {
  padding: 0 !important;
}
#login #nav {
  margin: 0 !important;
}

header.site-header .line-box {
  width: 100%;
  display: flex;
  flex-direction: column;
}
header.site-header .line-box .first-div {
  width: 99%;
  height: 50%;
  border-bottom: 1px solid lightgrey;
}
header.site-header .line-box .second-div {
  width: 100%;
  height: 50%;
}

body.login {
  background-color: #fff;
}
body.login .container-fluid {
  padding-top: 5px;
  background-color: white;
  z-index: 9999;
  position: relative;
}
body.login h1 a {
  background-size: contain;
  width: 200px;
  height: 80px;
  height: 60px;
  margin-bottom: 0px;
}
body.login form {
  border-radius: 0;
  box-shadow: none;
  border: 0px;
  margin-top: 0px;
}
body.login h2 {
  text-align: center;
}
body.login #loginform {
  margin-top: 0px;
}
body.login footer {
  position: absolute;
  bottom: 0px;
}

.wp-core-ui .button-primary {
  background: #DB322A;
  border-color: #DB322A;
  border-radius: 0;
  width: 100%;
  margin-top: 12px;
}

#custom-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
}

@media screen and (max-width: 480px) {
  #custom-wrapper {
    width: 100% !important;
  }
  .login-image-container {
    bottom: 0 !important;
    width: 100% !important;
    height: 50% !important;
    top: 50% !important;
  }
  .login h1 a {
    width: 150px;
    height: 60px;
  }
  .directori-title {
    font-size: 20px;
  }
  .login form {
    padding: 10px;
  }
  .login input[type=text],
  .login input[type=password] {
    font-size: 16px; /* Evita zoom en iOS */
  }
}

/*# sourceMappingURL=login-style.css.map */
