.btn-primary-x {
    margin-left: 0;
    flex: auto;
    margin-right: 0;
    position: absolute; 
    top: 0;
    left: 0;
    display: inline-block;
    padding: 0.5555556em 0.8888889em;
    padding-right: 3em;
    font-size: 1.125em;
    line-height: 1.33333333;
    font-family: "Oswald", "Trebuchet MS", Geneva, Arial, sans-serif;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff !important;
    background-color: #0060a0;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    *display: inline;
    *zoom: 1;
}

.btn-primary-y {
    margin-left: 0;
    flex: auto;
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 0.5555556em 0.8888889em;
    padding-right: 3em;
    font-size: 1.125em;
    line-height: 1.33333333;
    font-family: "Oswald", "Trebuchet MS", Geneva, Arial, sans-serif;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff !important;
    background-color: #FCB816;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative; 
}

.btn-primary-x:after,
.btn-primary-y:after {
    display: block;
    content: "";
    margin-top: -1.375em;
    height: 2.75em;
    width: 2.75em;
    font-size: 16px;
    font-size: 1rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath fill='%23fff' d='M9 8.293L.707 0 0 .707 8.293 9 0 17.293.707 18 9 9.707 9.707 9z'/%3E%3C/svg%3E");
    background-position: 62.5% center;
    background-repeat: no-repeat;
    background-size: 1.125em auto;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transition: background-position 0.2s ease-in-out;
    -moz-transition: background-position 0.2s ease-in-out;
    -ms-transition: background-position 0.2s ease-in-out;
    -o-transition: background-position 0.2s ease-in-out;
    transition: background-position 0.2s ease-in-out;
}

input.form-checkbox,
input.form-radio,
[type="checkbox"],
[type="radio"] {
    display: inline-block;
    margin-right: 0.25em;
    width: 1em;
    height: 1em;
    font-size: 1em;
    line-height: 1.5;
    background: transparent; 
}

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0; 
    font-weight: normal;
    vertical-align: baseline;
}

.error,
table tr.error {
    background-color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0 13px;
}

.error {
    padding: 5px;
    color: #fff;
    font-size: 12px;
    margin-top: -7px;
}
/* Mobile view */
@media only screen and (max-width: 575px) {
    .text-danger {
        color: #ffffff !important; /* Change the color for mobile view */
    }
}