﻿@font-face {
	font-family: 'Share Tech Mono';
	src: url('/stylesheets/fonts/ShareTechMono-Regular.ttf');
}
html {
	background: url(/images/brick.png);
}
body {
	font-family: 'Share Tech Mono', cursive;
	background: transparent !important;
}
div {
	background: transparent !important;
}
h1 {
	color: #2196f3 !important;
}
.text-eterion {
	color: #4CFF00 !important;
}
.flash-message {
	margin-bottom: 1rem !important;
	margin-top: 1rem !important;
	border-bottom: 1px solid #dee2e6 !important;
	border-top: 1px solid #dee2e6 !important;
	padding: 1.5rem !important;
	color: #4caf50 !important;
}
.error-form-field label {
	color: #e51c23 !important;
}
.error-form-field input {
	border: 2px solid #e51c23 !important;
}
.error-message {
	margin-bottom: 1rem !important;
	margin-top: 1rem !important;
	border-bottom: 1px solid #dee2e6 !important;
	border-top: 1px solid #dee2e6 !important;
	padding: 1.5rem !important;
	color: #fa2b32 !important;
}