﻿
@import url('https://fonts.googleapis.com/css?display=swap&family=Lato:400,400i,700,700i');

:root {
    --primary: #37BC61;
	--priRGB: 55, 188, 97;
    --secondary: #7A7479;
    --link: #000;
    --font: #fff;
    --fontfamily: 'Lato', sans-serif;
}

.content-wrapper {
    background-color: transparent !important;
}

#Register_ button, #InCommunity button, .alert-warning {
	background-color: #FCAF17 !important;
	border: 1px solid #FCAF17;
	color: #383636 !important;
}

.alert-danger {
	background-color: #fddfdf !important;
	color: #ED174B !important;
	border: 1px solid #ED174B;
}

.btn-default {
	background-color: var(--secondary);
	border: 1px solid #7A7479;
}

.btn-default:hover {
	background-color: #ededed !important;
	border: 1px solid #ccc;
	color: #2b2b2b
}

body {
	background-color: rgba(var(--priRGB), 0.35);
}