/**
 * Login
 */

#login{
  width: 350px !important;
  height: auto;
  margin: 30px auto;
  padding: 30px;
  background: #fff;
  border-radius: 3px;
}
.login h1 a {
  background-image: url('https://www.aih-cl.cl/wp-content/uploads/2022/09/logo.jpg');
  background-size: 100%;
  width: 300px;
  height: 97px;
  pointer-events: none;
}
body.login {
  background: #1b93cb;
}
.login form {
  border: none;
  padding: 26px 24px 10px;
}
.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
  font-family: 'PT Sans Narrow', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.95em;
  font-weight: 400;
  background-color: #1b93cb;
  padding: 6px 18px;
  cursor: pointer;
  color: #fff;
  font-style: normal;
  border: 1px solid #1b93cb;
  border-radius: 3px;
  display: inline-table;
  min-height: auto;
  line-height: 1.6em;
}
.wp-core-ui .button-group.button-large .button:hover, .wp-core-ui .button.button-large:hover {
  font-family: 'PT Sans Narrow', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.95em;
  font-weight: 400;
  background-color: #fff;
  padding: 6px 18px;
  cursor: pointer;
  color: #1b93cb;
  transition: 0.2s;
  font-style: normal;
  border: 1px solid #1b93cb;
  border-radius: 3px;
  display: inline-table; 
  min-height: auto;
  line-height: 1.6em;
}
.login label {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 0.95em;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.language-switcher {
  display: none;
  visibility: hidden;
}