﻿
@import url('https://fonts.googleapis.com/css?display=swap&family=Lato:400,400i,700,700i');

:root {
	--primary: #09b89d;
	--priRGB: 9, 184, 157;
	--secondary: #000;
	--link: #000;
	--font: #fff;
	--fontfamily: 'Lato', sans-serif;
}

.content-wrapper {
    background-color: transparent !important;
}


#Register_ button, #InCommunity button {
	background-color: #09b89d !important;
	color: #fff;
	border: 1px solid #fff;
}

.btn-default {
	background-color: #09b89d !important;
	border-color: 1px solid #fff;
}

body {
	background-color: rgba(var(--priRGB), 0.35);
}