.abcRioButtonContentWrapper {
    /*background-color: rgba(167,18,102,0.6);
    background-color: rgb(177,177,177);
    background-color: rgb(167,18,102);
    color: rgb(167,18,102);
    font-size: 15px !important;
    font-weight: bold;
    */
    background-color: rgb(210,214,222);
    color: rgb(167,18,102);
    font-weight: bold;
}
.abcRioButton, .abcRioButtonLightBlue {
    width: 100% !important;
}

.btn-login {
    color: white;
    background-color: rgb(110,0,60);
}

.btn-login:hover {
    color: white;
    background-color: rgb(99,0,67);
}

