[data-component-id="amtega_user:login"] {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}
[data-component-id="amtega_user:login"] h1 {
  color: var(--xunta-blue);
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
[data-component-id="amtega_user:login"].without-login-form .login--button-wrapper a {
  --background-color: var(--xunta-blue-secondary);
  --color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3rem;
  text-transform: uppercase;
}
[data-component-id="amtega_user:login"] .user-login-form .captcha,
[data-component-id="amtega_user:login"] .user-login-form .form-actions {
  width: 100%;
}
