:root {
    --theme1-bg: #FEB90D;
    --theme1-bg90: #353535;
    --theme2-bg: #353535;
    --theme2-bg70: #353535;
    --theme2-bg85: #353535;
    --primary-color: #fff;
    --secondary-color: #fff;
}
.login {
    background: #000000 !important;
}
.btn-submit{
    background: #000;
    color: #FEB90D !important;
    border: none !important;
}
.header{
    background: #000;
}
.sports .nav-tabs{
    background-color: #000;
}
.header-bottom {
    background: linear-gradient(0deg,rgba(10,10,10,.5) 50%,#323232);
    border-bottom: 1px solid #333;
    border-top: 1px solid #4c4c4c;
    box-shadow: 0px -5px 5px -5px rgba(0, 0, 0, 0.5);
    background-color: #212121;
}
.rules-container p,
.rules-container {
    color: #ddd;
}