.btn-primary {
    color: #ffffff;
    background-color: rgb(216, 30, 5);
    border-color: rgb(216, 30, 5);
    border: 1px solid;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: rgb(216, 30, 5);
    border-color: rgb(216, 30, 5);
    border: 1px solid;
}

.btn-outline-primary {
    color: rgb(216, 30, 5);
    background-color: transparent;
    border-color: rgb(216, 30, 5) !important;
    border: 1px solid;
}

.btn-outline-primary:hover {
    color: rgb(216, 30, 5);
    background-color: transparent;
    border-color: rgb(216, 30, 5) !important;
    border: 1px solid;
}

.form-error {
    color: rgb(239, 83, 80);
}

.has-error>label {
    color: rgb(239, 83, 80);
}

.navbar-custom {
    background: rgb(216, 30, 5) !important;
}

.alert-error{
    color:#802b10;
    background-color:#fdddd2;
    border-color:#fdcfc0
}

.alert-error hr{
    border-top-color:#fcbca7
}

.alert-error .alert-link{
    color:#531c0a
}