/*!
 * Site Style
 * Copyright 2011-2014 Apx SpA.
 */

.state-error+em {
    display: block;
    padding: 0 1px;
    font-style: normal;
    font-size: 12px;
    line-height: 25px;
    color: #A90329;
    margin-top: -15px;
}

.state-error input {
    background: #fff0f0;
    border-color: #A90329;
}

.state-error select {
    background: #fff0f0;
    border-color: #A90329;
}

.state-error textarea {
    background: #fff0f0;
    border-color: #A90329;
}

.invalid {
    color: #A90329;
}

.state-success input {
    background: #f0fff0;
    border-color: #7DC27D;
}

.state-success select {
    background: #f0fff0;
    border-color: #7DC27D;
}

.state-success textarea {
    background: #f0fff0;
    border-color: #7DC27D;
}

.alert-success {
    border-color: #3c763d;
}