.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.5);
}

.bg-custom {
    opacity: 1;
    background-color: hsl(349, 87%, 18%) !important;
}

.btn-outline-custom {
    color: #5b0214;
    border-color: #5b0214;
}

.btn-outline-custom:hover {
    color: #fff;
    background-color: #5b0214;
    border-color: #5b0214;
}

.btn-outline-custom:focus {
    box-shadow: 0 0 0 0.1rem #5b0214
}

.btn-custom {
    color: #fff;
    background-color: #5b0214;
    border-color: #5b0214;
}

.btn-custom:hover {
    color: #fff;
    background-color: #5b0214;
    border-color: #5b0214;
}

.btn-custom:focus {
    color: #fff;
    background-color: #5b0214;
    border-color: #46020f;
    outline: none;
    box-shadow: 0 0 0 0.25rem #46020f;
}

.form-control:focus {
    color: black;
    background-color: white;
    border-color: #46020f;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #5b0214;
}