.btn-purple {
    background-color: #44276c;
    box-shadow: none;
    color: #fff;
    border-color: #44276c;
    font-weight: bold;
   border-radius: 50px;
    
}
.btn-purple:hover {
    color: #fff !important;
}

.btn-gray {
    background-color: #5a6268 !important;
    box-shadow: none !important;
    color: #fff !important;
    border-color: #5a6268 !important;
    font-weight: bold !important;
   border-radius: 50px !important;
    
}
.btn-purple:hover {
    color: #fff !important;
}


