.form-control {
   
    color:#999 !important;
    background-color: rgba(0,0,0,.5) !important;
    background-image: none;
    border: 1px solid #080808 !important;
    
}
.form-control:focus {
    border-color: rgb(240, 102, 22) !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px  rgb(240, 102, 22) !important;
    box-shadow: inset 0 1px 1px rgb(240, 102, 22), 0 0 8px rgb(240, 102, 22) !important;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.h1, h1 {
    font-size: 36px;
    color: rgb(240, 102, 22) !important;
}

.btn-danger {
    color: #1c1e20;
    background-color: rgb(28, 30, 32);
    border-color: #1c1e20;
}