a.cus-bttn-call {
    font-size: 17px;
    border: 8px solid black;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    border-radius: 8px;
    margin: 4px;
    color: #000!important;
}

a.cus-bttn-call:hover {
    background-color: rgba(19,103,220, .4);
}

.navbar-default .navbar-nav > li > a {

    font-size: 14px;
}

select#CreditApp_AppType {
width: 125px !important;
}