@import url('https://fonts.googleapis.com/css?display=swap&family=Lato:400,400i,700,700i');

:root {
    --primary: #112b5b;
    --priRGB: 17, 43, 91; /* This is the above line converted to RGB */
    --secondary: #4284b5;
    --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 #000;
}

.btn-default {
    background-color: var(--secondary) !important;
    color: #fff;
    border: 1px solid var(--secondary) !important;
}

body {
    background-color: rgba(var(--priRGB), 0.35);
}
