@charset "utf-8";
/* CSS Document */

.public_organizations #donate, .public_chapters #donate {
    width: 100%;
    height: 50px;
    -webkit-appearance: none;
    text-transform: uppercase;
    margin: 10px auto;
    background: #ae0303;
}

body .btn-info {
    background: #ac0000 !important;
    border-color: #8b0000 !important;
}

.public_organizations #donate-form .input-prepend .add-on, .public_chapters #donate-form .input-prepend .add-on {
    background: transparent;
    border: none;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 20px;
    line-height: 1.5em;
    color: #000000;
}

.public_organizations #donate:hover, .public_chapters #donate:hover {
    background: #df0000 !important;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.35);
}

.btn-info:active, .btn-info.active, .open .btn-info.dropdown-toggle {
    background: none;
    background: #e80606 !important;
}

body .btn-info:hover, body .btn-info:focus, body .btn-info:active {
    background: #cb0303 !important;
    border-color: #b80000 !important;
}