.a {
    color: #f56104;
}

.btn-link {
    font-weight: 400;
    color: #f56104;
    text-decoration: none;
}

.btn-facebook {
    color: white;
    background-color: #1877f2;
}

.btn-onerpm {
    color: white;
    background-color: #f56104;
}

.btn:hover {
    color: white;
    opacity: 0.8;
}

.btn-link:hover {
    opacity: 0.8;
    color: #f56104;
}

/* Extra small (<330px) */
@media(max-width: 330px){
    .g-recaptcha iframe {
        max-width: 100%;
        transform:scale(0.82);
        -webkit-transform:scale(0.82);
        transform-origin: left center;
        -webkit-transform-origin: left center;
    }
    #rc-imageselect {
        transform:scale(0.82);
        -webkit-transform:scale(0.82);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}
/*
/* Medium small (>=480px) * /
@media(min-width: 480px){
    #rc-imageselect {
        transform: none;
        -webkit-transform: none;
    }

    .g-recaptcha iframe {
        max-width: none;
        transform: none;
        -webkit-transform: none;
    }
} */

/* Horizontally center the recaptcha - applied to all widths */
.g-recaptcha > div > div {
    margin: 4px auto !important;
    text-align: center;
    width: auto !important;
    height: auto !important;
}
