.bg-img {
    background-image : url('/assets/img/bg.png');
    background-size  : cover;
    background-repeat: no-repeat;
    border-bottom    : 15px solid red;
}

.text-yellow {
    color      : #F08221;
    font-weight: 300;
    font-size  : 20px;
}

.brand-btn {
    background: #F08221;
}

.text-red {
    color      : red;
    font-weight: 600;
}

.bg-card {
    background: #01773E;
    padding   : 20px;
}

.bg-form {
    background: #F08221;
    padding   : 40px;
}

.green-text {
    color: #004519;
}

ul li {
    list-style-type: none;
}

.border {
    border: 1px solid #000 !important;
}

.bg-green {
    background: #01773E;
}