
.site {
    display: grid;
    height: 100%;
    grid-template-rows: auto 1fr auto;
}

a {
	background-color: transparent;
}
b,
strong,
.strong {
	font-weight: bolder;
}
small,
.small {
	font-size: 80%;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}


dfn,
cite,
em,
i {
	font-style: italic;
}


hr {
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul {
	list-style: disc;
	padding-inline-start: 25px;
}
ol {
	list-style: decimal;
	padding-inline-start: 25px;
}
li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 1em 0;
}


a,
a:visited, a:hover, footer a:hover {
	color: var(--btncolor);
}

a:hover,
a:focus,
a:active {
	filter: brightness(90%);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.password input {
	border:none;
}
textarea::placeholder,
span[contenteditable='true'][placeholder]:empty::before,
label[contenteditable='true'][placeholder]:empty::before,
input::placeholder {
	content: attr(placeholder);
    color: inherit;
    opacity: 0.35;
}


ul::marker {
	color:var(--btncolor);
}

button[disabled],
input[disabled] {
	color: #848484;
}

.close:hover,
.close:focus {
	text-decoration: none;
}
.error {
	color: var(--red);
	font-weight: 600;
}