.card {
  background-color: rgba(128, 29, 32, 0.05) !important;
  color: whitesmoke;
}

.border-lines {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.btn-group {
    width: 100%;
}

.link {
    color: #801d20;
}

.btn-sec {
    color: #fff !important;
    background-color: #801d20 !important;
    border-color: #801d20 !important;
}

.btn-sec.raised,
.btn-sec.raised:focus {
    box-shadow: 0 3px 0 0 #441d20 !important;
    outline:0px !important;
}

.btn-sec.raised:active,
.btn-sec.raised.active {
    background: #801d20;
    box-shadow: none !important;
    outline:0px !important;
    margin-bottom: -3px;
    margin-top: 3px;
}