    body {
        font-family: 'Roboto' sans-serif;
    }
    
    .help-block {
        display: block;
        margin-top: 5px;
        margin-bottom: 10px;
        color: #a94442;
    }
    
    input[type="submit"] {
        color: #b39406;
        border: 2px solid #b39406;
        box-shadow: none !important;
        height: 50px;
        font-weight: 600;
    }
    
    input[type="submit"]:hover,
    input[type="submit"]:focus {
        color: #fff;
        background-color: #b39406 !important;
    }
    
    .custom-btn {
        color: #fff;
        background-color: #b39406;
        border: 1px solid #b39406;
        box-shadow: none !important;
        border-radius: 0 !important;
    }
    
    .custom-btn:hover {
        color: #b39406;
        background-color: transparent;
    }
    
    .form-control {
        border-color: #b39406;
    }
    
    .form-control:focus {
        box-shadow: none;
    }
    
    input[type="radio"] {
        margin-left: 30px;
        margin-right: 3px;
    }
    
    .call-to-act {
        padding-top: 10px;
        display: none;
    }
    
    .card {
        border-color: #b393066e !important;
        margin: 10px 0;
    }
    
    .card a {
        color: #b39406;
        text-decoration: none;
        font-weight: 600;
    }
    
    label::before {
        content: "*";
        color: #a94442;
        padding-right: 5px;
    }
    
    span.btn,
    strong.btn {
        margin: 10px 5px 0 5px!important;
    }