
body {
    margin: 0;
    background-color: #242628;
    color: #dddddd;
    /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ; */
    /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
}

a {
    color: #ff5a4c;
    text-decoration: none;
}

@font-face {
    font-family: "BebasNeue";
    src: url("fonts/BebasNeue-Regular.otf") format("otf"), url("fonts/BebasNeue-Regular.otf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.arial {
    font-family: "Arial Narrow", sans-serif;
    font-size: 14px;
}

.font-10 {
    font-size: 10px;
}

.font-11 {
    font-size: 11px;
}

.font-12 {
    font-size: 12px;
}

.bebas {
    font-family: "BebasNeue", sans-serif;
    font-size: 22px;
    /*box-sizing: border-box;
    border-bottom: 5px solid #39498a;
    max-height: 80px;*/
}
  
.no-bebas {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-size: 18px;*/
    /*font-weight: bold; */
}

.navbar-height {
    height: 48px;
}

.disable-form-control-focus:focus {
    box-shadow: 0 0 0 0;
}

.cabecalho {
    /* border-bottom: 1px solid; */
    margin: 0;
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    color: #c0c0c0;
    font-family: "Khand", sans-serif;
    line-height: 1rem;
}    

.box {
    border: 1px solid #3f4346;
    border-radius: 4px;
    background-color: #2c3034;
    padding: 5px;
    margin-bottom: 10px;
}

.text-shadow {
    text-shadow: 1px 1px 5px black;
}

.bg-gray {
    background-color: #303030;
}

.bg-red {
    background-color: #ae313d;
}

.fs-24 {
    font-size: 24px;
}
/*****************************************************************************/
/* TELA DE LOGIN                                                             */
/*****************************************************************************/
.form-login-container {
    height: 100vh;
    color: #fff;
}

.form-login {
    max-width: 390px;
    padding: 15px;
    margin: auto;
}