.btn {
    border-radius: 5px !important;
    padding-left: 13px !important;
    padding-right: 13px !important;

}

.btn-flash-lime {
    color: white !important;
    background-color: #93c120 !important;
}

.btn-flash-lime:hover {
    color: white !important;
    background-color: #a5dd17 !important;
}

.btn-motor-blue {
    color: white !important;
    background-color: #0a5ca8 !important;
}

.btn-motor-blue:hover {
    color: white !important;
    background-color: #044582 !important;
}

.btn-cancel {
    color: white !important;
    background-color: #23313e !important;
}

.btn-cancel:hover {
    color: white !important;
    background-color: #12161a !important;
}