/* Template */

body{
    background: #1e1f34;
    color: #fff;
}
.link,
.link:hover{
    color: #eb6900;
}

/* Bootstrap */

.navbar.fixed-top {
    background-color: #0f112f;    
}
.dropdown-toggle,
.dropdown-toggle:hover{
    color: #fff;
}
.dropdown-menu .dropdown-item{
    color: #a2a2a2 !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important; 
    background-color: #1e1f34;
}
.nav-tabs{
    border-bottom-color: rgba(255, 255, 255, .1);
}   
.nav-tabs .nav-link {
    color: rgba(255, 255, 255, .7);
}
  
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    border-bottom-color: #eb6900;
    color: #eb6900;
    background: transparent;
}

.modal-content {
    background: #23254b;
    /* background: #16182a; */
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.08);
}

/* Custom */

.frm-auth{ 
    background: rgba(7, 8, 25, .4);    
    box-shadow: rgb(7 8 25) 0px 0px 3px;        
}
.frm-auth h6,
.frm-auth p{
    color:rgba(255, 255, 255, .7);
}
.frm-auth .form-control{
    background-color: rgb(30 31 52);
    border-color: rgba(76, 77, 105, .4);
    color: #fff;    
}
.frm-auth .input-group-text{
    background-color: rgb(30 31 52);
    border-color: rgba(76, 77, 105, .4);
}
.frm-auth hr{
    border-top-color: rgba(76, 77, 105, .4);
}
.frm-auth .error{
    color: #dc3545;    
}
.btn-main {
    background: #ed6900;
    background: -moz-linear-gradient(left, ,rgba(233, 0, 0, 1) 0%, rgba(237, 107, 0, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%,rgba(233, 0, 0, 1)), color-stop(100%, rgba(237, 107, 0, 1)));
    background: -webkit-linear-gradient(left, rgba(233, 0, 0, 1) 0%,  rgba(237, 107, 0, 1) 100%);
    background: -o-linear-gradient(left, rgba(233, 0, 0, 1) 0%,  rgba(237, 107, 0, 1) 100%);
    background: -ms-linear-gradient(left, rgba(233, 0, 0, 1) 0%,  rgba(237, 107, 0, 1) 100%);
    background: linear-gradient(to right, rgba(233, 0, 0, 1) 0%,  rgba(237, 107, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e90000', endColorstr='#ed6900', GradientType=1 );
    color: #fff;
}
.btn-main:hover{
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px 0px;
    color: #fff;
}
#modalCaution i {
    color: #ed6900;
}