/*
 * 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.
 */

body.signed-out form > div {
  margin-bottom: 1rem;
}

body.signed-out label {
  display: block;
  margin-bottom: 0.375rem;
  font-size: 0.95rem;
  font-weight: 600;
}

body.signed-out input[type="email"],
body.signed-out input[type="password"],
body.signed-out input[type="text"] {
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  padding: 0.6rem 0.75rem;
}

body.signed-out input[type="submit"] {
  width: 100%;
  border: 0;
  border-radius: 0.6rem;
  padding: 0.65rem 0.9rem;
  background: #212529;
  color: #fff;
  font-weight: 600;
}

body.signed-out em {
  color: #dc3545;
  font-size: 0.85rem;
}
