/* === PAGE-SPECIFIC STYLES === */

/* Styles for affilaite pages */
.page-id-5808 #brx-content,
.page-id-5807 #brx-content {
    margin: 15rem auto 10rem;
    width: 700px;
    background: #2d2f31;
    border-radius: 25px;
    padding: 5rem;
    max-width: 90%;
}


.affwp-form input[type=submit] {
    width: 100%;
    padding: 15px;
    text-align: center;
    font-weight: 700;
    background: #1aa0ee;
    border-radius: 5px;
    color: white;
    font-size: 18px;
}


.affwp-form textarea,
.affwp-form input {
    color: black !important;
}

/* Styles for screens up to 499px wide */
@media screen and (max-width: 499px) {

    .page-id-5808 #brx-content,
    .page-id-5807 #brx-content {
        padding: 3rem 2rem;
    }

}

.osp-3sc-payment-icons img[alt="Credit/Debit Cards"] {
  max-width: 100px;
}