.btn-highlight {
    border-radius: 5px !important;
    background-color: #FDBE1F !important;
    height: 50px;
    color: black;
    font-weight: 700;
    border-color: #FDBE1F; 
    border-width: 3px;
    padding: 10px;
}
.btn-highlight:hover {
    background-color: white !important;
    color: black;
}

.btn-highlight:focus,
.btn-highlight:active:hover,
.btn-highlight:active:focus,
.btn-highlight.disabled:hover,
.btn-highlight.disabled:focus{
    background-color: white !important;
    color: black;
}

.btn-black {
    border-radius: 5px;
    background-color: #181f39;
    height: 50px;
    color: white;
    font-weight: 700;
    border-color: #181f39; 
    border-width: 3px;
    padding: 10px;
}
.btn-black:hover {
    background-color: white;
    color: black;
}
.btn-black:active {
    background-color: #868e96 !important;
    color: black !important;
    box-shadow: 0px !important
}
.btn-black:focus,
.btn-black:active:hover,
.btn-black:active:focus,
.btn-black.disabled:hover,
.btn-black.disabled:focus{
    background-color: white !important;
    color: black;
}

.btn-danger {
    border-radius: 5px !important;
    height: 50px;
    color: #fff;
    font-weight: 700;
    border-width: 3px;
    padding: 10px;
}
.btn-danger:hover {
    background-color: white !important;
    color: #181F39;
    border-color: #a94442;
}

.btn-danger:focus,
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus{
    background-color: white !important;
    color: #181F39;
}

.btn-success {
    border-radius: 5px !important;
    height: 50px;
    color: #fff;
    font-weight: 700;
    border-width: 3px;
    padding: 10px;
}
.btn-success:hover {
    background-color: white !important;
    color: #181F39;
    
}

.btn-success:focus,
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success.disabled:hover,
.btn-success.disabled:focus{
    background-color: white !important;
    color: #181F39;
}