.btn-primary{
    border-radius: 50px;
    font-weight: bold ;
    padding: 1px 15px ;
    border: 1px solid #0578F2 ;
    background-color: #0578F2 ;
}
/* .btn-primary:hover{
    background-color: #0019ff;
} */
.actionButton2{
    font-weight: bold;
    border: 1px solid #0578F2 ;
    color: #0578F2 ;
    background: #F5F8FA;
    border-radius: 50px;
    padding: 1px 13px;
}
.actionButton2:hover{
    background: white ;
    color: #0578F2 ;
    border: 1px solid #0578F2 ;
}
i.icon_size{
    font-size: 24px ;
}
.custom-d-none{
    display: none !important ;
}
.custom-d-block{
    display: block !important ;
}
.form-control {
    background: #F5F8FA;
    border: 1px solid #ced4da;
    /* border-top: 0px;
    border-right: 0px;
    border-left: 0px; */
}
.alert{
    border: 0px ;
    border-radius: 0px;
}
.h2, h2{
    font-size: 20px ;
    color: #333 ;
}
.jumbotron{
    background-color: #f7f7f7 ;
    background-color: rgba(5, 120, 242, 0.03);
}