﻿.sign-up-agree {
    margin-top: 30px;
}

label.error {
    color: #d9534f;
}

.state-success {
    background-color: var(--color-green) !important;
    color: var(--color-white);
}

select.error {
    border: 1px solid #d9534f !important;
}

.msg {
    display: none;
}

.msg-error {
    display: block;
    padding: 6px 20px;
    margin: 20px 0 0 0;
    font-size: 13px;
    color: #721c24;
    background: #f5c6cb;
    border-radius: 4px;
}

    .msg-error:after {
        display: inline-block;
        vertical-align: middle;
        font-family: 'FontAwesome';
        content: "\f071";
        float: right;
    }

.msg-success {
    display: block;
    padding: 6px 20px;
    margin: 30px 0 0 0;
    font-size: 13px;
    color: #155724;
    background: #c3e6cb;
    border-radius: 4px;
}

    .msg-success:after {
        display: inline-block;
        vertical-align: middle;
        font-family: 'FontAwesome';
        content: "\f00c";
        float: right;
    }

.subscribed-status {
    height: 20px;
    margin-bottom: 5px;
}

    .subscribed-status.success {
        color: #155724
    }

    .subscribed-status.failed {
        color: #ff0000
    }