:root {
    --primary: #EB1616;
    --secondary: rgba(25, 28, 36, 1);
    --light: #6C7293;
    --dark: #000000;
	
	--bg-member: #202020; 
	--bc-member: #9d1f1f; 
	--cl-member: #441b1b; 
	--tc-member: #fff; 
	--ct-member: #999;
}
.content {
	background: url(../../img/MZ-RG-Logo-removebg2.png) no-repeat bottom right; background-size: 300px; background-attachment: fixed;
}
input {
  color-scheme: dark;
}
.bg-primary {
    background-color: #eb1616 !important;
}
.bg-secondary {
    background-color: rgba(25, 28, 36, 1) !important;
}
.bg-success {
    background-color: #198754 !important;
}
.bg-info {
    background-color: #0dcaf0 !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
.bg-light {
    background-color: #6c7293 !important;
}
.bg-dark {
    background-color: #000 !important;
}
.bg-body {
    background-color: #000 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: rgba(0, 0, 0, 0) !important;
}
.bg-gradient {
    background-image: var(--bs-gradient) !important;
}	
.bg-secondary:not(.navbar) {
    background-color: rgba(25, 28, 36, 0.6) !important;
}
.navbar-nav:first-child {
	margin-top: 50px;
}
.btn-primary {
	
}