.edd-slg-login-error,
.edd-slg-login-loader {
    display: none;
}

.edd-slg-login-error {
    clear: both;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #F1ACAC;
    border: 1px solid #EE4B4B;
    margin-bottom: 1.650em;
    box-shadow: 0px 2px 2px 2px #ccc;
    padding: 8px 5px 8px 8px;
}

    .edd-slg-login-error span {
        display: block;
    }

.edd-slg-social-wrap img {
    outline: 0;
}

.edd-slg-social-container a {
    text-decoration: none !important;
}

.edd-slg-login-wrapper {
    float: left;
    margin-right: 5px;
}

    .edd-slg-login-wrapper a {
        outline: 0;
    }

.edd-slg-clear {
    clear: both;
}

.edd-slg-social-container {
    border: 1px solid #eee;
    padding: 1.387em;
    margin: 0 0 21px;
}

    .edd-slg-social-container legend {
        display: block;
        font-size: 120%;
        line-height: 1;
        font-weight: 700;
        width: 100%;
        margin: 0 0 21px;
        padding: 0;
    }

.edd-slg-widget-content .edd-slg-login-wrapper {
    margin-bottom: 5px;
}

.edd-slg-social-container.edd-slg-widget-content {
    border: none !important;
}

.edd_download_inner {
    /*background-color: #d1ab6f !important;*/
    border-radius: 5px;
}


.badge {
    position: relative;
}

    .badge[data-badge]:after {
        content: attr(data-badge);
        position: absolute;
        top: 20px;
        right: 3px;
        font-size: .7em;
        background: #d82731;
        color: white;
        width: 18px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        border-radius: 50%;
        box-shadow: 0 0 1px #333;
    }
