
body{
    background-color: #f8f7f2;
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
    color: #1f172a;
}

input{
    min-height: 24px;
    min-width: 240px;
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 8px;
}

label{
    color:#121212;
    font-size: 16px;
}

button{
    min-height: 24px;
    min-width: 280px;
    padding: 8px 16px;
    background-color:#ff7733;
    color:#f8f8f8;
    border-radius: 8px;
}


.logomarca{
    width: 10%;
    height: 10%;
    background-repeat: no-repeat;
    background: url('../img/logodemarco.png');
}

.form{
    max-width: 200px;
    padding: 8px 12px;
}


/* Bordas vermelhas quando inválido e sem foco */
input:invalid {
border-color: #dc2626; /* red-600 */
}

/* Opcional: aumentar a área clicável do checkbox sem alterar layout */
.chkbox input[type="checkbox"] {
  margin: 0;                /* remove deslocamentos nativos */
  inline-size: 16px;
  block-size: 16px;
}

input[type="checkbox" i] {
  width: 1.3rem;
  border: none;
  accent-color: #ff7733;
  color: #f0f0f0;
}

input[type="checkbox"]:hover,
input[type="checkbox"]:focus,
input[type="checkbox"]:focus-visible,
input[type="checkbox"]:active {
    box-shadow: none !important;
    outline: none !important;
}

.fs-center { text-align: center }
.fs-important { font-size: larger; font-weight: bold }
.fs-gap { margin-top: 20px; }
.fs-div { margin: 4px; }
.fs-error-msg { color: #f01212; }