/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Styles for the user login block.
 */

.block-user-login-block input[type="text"],
.block-user-login-block input[type="password"] {
  width: 100%;
  max-width: 60ch;
}
