.bg-primary {
    background-color: #D61111 !important;
}

.text-primary {
    color: #D61111 !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: unset !important;
}

.modal-header {
    border-bottom: 1px solid #717171;
}

.modal-footer {
    border-top: 1px solid #717171;
}

.bg-dark {
    background-color: #333333 !important;
}

.btn-primary:focus {
    color: #fff;
    background-color: #D61111;
    border-color: #D61111;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(246, 11, 14, 0.5);
    box-shadow: 0 0 0 0 rgba(246, 11, 14, 0.5);
}

@media only screen and (max-width: 700px) {
    .modal-dialog {
        margin-bottom: 100px;
    }
}
