:root{
    --dark-color: #141413;
    --black: #000000;
    --white: #ffffff;
    --login-bg: #292929;
    --theme-bg-color: #3d3d3d;
    --light-gray: #f8f8f8;
    --footer-text: #cacaca;
    --theme-orange: #000;
    --mfa-bg: #bcbcbc;
    --register-bg: #EDEBEB;
}
@font-face {
    font-family: 'Uber Move Text';
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/UberMove_English/webfonts/UberMoveText-Bold.woff) format('woff'),
    url(../fonts/UberMove_English/TTF/UberMoveText-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Uber Move Text';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/UberMove_English/webfonts/UberMoveText-Regular.woff) format('woff'),
    url(../fonts/UberMove_English/TTF/UberMoveText-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Uber Move Text';
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/UberMove_English/webfonts/UberMoveText-Medium.woff) format('woff'),
    url(../fonts/UberMove_English/TTF/UberMoveText-Medium.ttf) format('truetype');
}
@font-face {
    font-family: 'Uber Move';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/UberMove_English/webfonts/UberMove-Regular.woff) format('woff'),
    url(../fonts/UberMove_English/TTF/UberMove-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Uber Move';
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/UberMove_English/webfonts/UberMove-Medium.woff) format('woff'),
    url(../fonts/UberMove_English/TTF/UberMove-Medium.ttf) format('truetype');
}
@font-face {
    font-family: 'Uber Move';
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/UberMove_English/webfonts/UberMove-Bold.woff) format('woff'),
    url(../fonts/UberMove_English/TTF/UberMove-Bold.ttf) format('truetype');
}

body{
   font-weight:400;
    background-color: #3d3d3d;
}
label{
   font-weight:400;
    font-size: 13px;
    font-weight: 600;
}
.w-100{
    width: 100% !important;
    max-width: 100% !important;
}
.mt-0{
    margin-top: 0 !important;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
.d-flex{
    display: flex;
}
.mr-10px{
    margin-right: 10px;
}
.d-inline-block{
    display: inline-block !important;
}
#header{
    margin-bottom: 0px;
    height: 104px;
    background-color: #141413;
    display: flex;
    align-items: center;
    width: 100%;
}
#header .container-fluid{
    max-width: 1470px;
    width: 100%;
}
#header-logo .navbar-brand{
    display: block;
}
#header-logo .navbar-brand img{
    height: 36px;
}
#footer{
    height: 104px;
    background-color: #000000;
    display: flex;
    align-items: center;
}
.footerText{
    text-align: right;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #cacaca;
    /*font-weight:400; */
}
.footerText p{
    margin-bottom: 0;
}