[CssCustom="cstmButton1"] {
    border-color: #afcb08;
    background-color: #afcb08;
    color: #FFF;
}

    [CssCustom="cstmButton1"]:hover, div [CssCustom="cstmButton"]:focus {
        background-color: #afcb08;
        color: #FFF;
    }
    [CssCustom="cstmTopGradient"]{
        background-color: #4e73df;
        background-image: linear-gradient(to bottom, #023382 0%, #14479A 100%);
        background-size: cover
    }