.required::after {
    content: '*';
    color: brown;
    position: absolute;
    top: 5px;
    right: 0;
}

.btn-enabled {
    background: rgb(72, 180, 227) !important;
    border: 1px solid rgb(37, 125, 163) !important; 
    color: white !important;
}