/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* ログインフォーム */
.form-signin {
  max-width: 360px;
  margin-inline: auto;
  padding-block: 1rem;
}

.form-signin .form-control {
  margin-bottom: 0.5rem;
}

/* フォームテーブルのスマホ対応 */
@media (width < 576px) {
  table.table th,
  table.table td {
    display: block;
    width: 100% !important;
  }
}
