﻿


:root {
    --primary: #424242;
	--priRGB: 66, 66, 66;
    --secondary: #ece81a;
    --link: #000;
    --font: #fff;
    --fontfamily: 'Lato', sans-serif;
}

.content-wrapper {
    background-color: transparent !important;
}

#Register_ button, #InCommunity button, .btn-default:hover {
	background-color: var(--primary) !important;
	color: #fff !important;
	border: 1px solid #000;
}

.btn-default, .alert-warning, .alert-danger {
	background-color: var(--secondary) !important;
	color: #424242 !important;
	border-color: 1px solid var(--secondary) !important;
}

body {
	background-color: rgba(var(--priRGB), 0.35);
}