.customSubmitBtn{
    border: 0px solid black !important;
    background-color: #AD2124FF !important;
    border-radius: 15px !important;
    width: 100%;
    font-weight: bold !important;
    font-size: 17px !important;
    padding: 12px !important;
}

.customSubmitBtnBrdr{
    border: 1px solid #AD2124FF !important;
    background-color: #fff !important;
    border-radius: 15px !important;
    width: 100%;
    color: #AD2124FF !important;
    font-weight: bold !important;
    font-size: 17px !important;
    padding: 12px !important;
}


.customSubmitBtnBrdrGreen{
    border: 1px solid rgb(84, 158, 31) !important;
    background-color: #fff !important;
    border-radius: 15px !important;
    width: 100%;
    color: rgb(35, 177, 19) !important;
    font-weight: bold !important;
    font-size: 17px !important;
    padding: 12px !important;
}