﻿
@import url('https://fonts.googleapis.com/css?display=swap&family=Lato:400,400i,700,700i');

:root {
    --primary: #146ccd;
	--priRGB: 20, 108, 205;
    --secondary: #000;
    --link: #000;
    --font: #fff;
    --fontfamily: 'Lato', sans-serif;
}

.content-wrapper {
    background-color: transparent !important;
}

#Register_ button, #InCommunity button, .alert-warning {
	background-color: #fff !important;
	color: #2196da !important;
	border: 1px solid #001f4e;
}

.alert-danger {
	background-color: #0f2bff !important;
	border: 1px solid #0f2bff;
}

.btn-default {
	background-color: var(--secondary);
	border: 1px solid #c5c5c5;
}

.btn-default:hover {
	background-color: #2196da !important;
	border: 1px solid #2196da ;
}

body {
	background-color: rgba(var(--priRGB), 0.35);
}