.h-40px {
    height: 40px !important;
}

.h-50px {
    height: 50px !important;
}

.h-60px {
    height: 60px !important;
}

.h-80px {
    height: 80px !important;
}

.btn.btn-orange {
    color: #fff;
    border-color: #ea730d;
    background-color: #ea7808;
}

.btn.btn-orange:hover {
    color: #fff;
    border-color: #e06f0c;
    background-color: #e06f0c;
}

.btn.btn-orange:active {
    color: #fff;
    border-color: #e06f0c;
    background-color: #e06f0c;
}

.bg-orange{
    border-color: #e06f0c !important;
    background-color: #e06f0c !important;
}
