﻿
@import url('https://fonts.googleapis.com/css?display=swap&family=Lato:400,400i,700,700i');

:root {
    --primary: #EF509C;
	--priRGB: 239, 80, 156;
    --secondary: #F6871F;
    --link: #000;
    --font: #fff;
    --fontfamily: 'Lato', sans-serif;
}

.content-wrapper {
    background-color: transparent !important;
}

#Register_ button, #InCommunity button, .alert-warning {
	background-color: #fafa80 !important;
	color: #000 !important;
	border: 1px solid #fafa80 !important;
}

.btn-default {
	background-color: var(--primary) !important;
	color: #fff !important;
	border-color: 1px solid var(--primary) !important;
}

.btn-default:hover {
	background-color: var(--secondary) !important;
	color: #fff !important;
	border-color: 1px solid var(--secondary) !important;
}

body {
	background-color: #fff;
}