.p-5-10 {
  color: black;
}
.button {
  color: #000000;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s, font-size 5000s ease-in-out 0s;
  /* Задержка изменения фона, текста и размера шрифта */
}

.leftimg {
  float: left; /* Р’С‹СЂР°РІРЅРёРІР°РЅРёРµ РїРѕ Р»РµРІРѕРјСѓ РєСЂР°СЋ */
  margin: 7px 7px 7px 0; /* РћС‚СЃС‚СѓРїС‹ РІРѕРєСЂСѓРі РєР°СЂС‚РёРЅРєРё */
}
select,
input,
textarea {
  font: 99% "Trebuchet MS", Arial, Verdana, sans-serif;
  background-color: #761c00;
  border: 1px solid #ff3d00;
  color: #e6ffe3;
  border-radius: 3px;
}

/* Кнопки нажатия */
.revolt-btn {
  /* Авто-размеры */
  display: inline-block;
  color: #fff;
  padding: 4px;
  background-image: linear-gradient(rgb(125 46 14 / 50%), rgb(125 46 14), rgb(125 46 14 / 50%));
  border: 1px solid rgb(96, 125, 139);
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  margin: 5px;
}
/* Состояние нажатия */
.revolt-btn:active {
  background-image: url("/images/game/button/butt_a.png");
  filter: brightness(0.9) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3));
}

/* Ховер-эффект */
.revolt-btn:hover {
  filter: brightness(1.1) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

/* Сброс дефолтного внешнего вида */
#rememberMe {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #5c3a21; /* тёмно-коричневый обвод */
  background-color: #8b5a2b; /* светло-коричневый фон */
  border-radius: 3px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 6px;
}

/* Состояние «отмечено» — рисуем галочку */
#rememberMe:checked::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 5px;
  width: 4px;
  height: 9px;
  border: solid #3dff00; /* жёлтая галочка */
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* hover/focus для интерактива */
#rememberMe:hover {
  border-color: #7a452a;
}
#rememberMe:focus {
  outline: none;
  box-shadow: 0 0 2px 2px rgba(255, 215, 0, 0.5);
}

/* Сдвигаем текст, чтобы ровно стоял рядом */
label[for="rememberMe"] {
  display: inline-flex;
  align-items: center;
}
