/* ALERTS */
/* inspired by Twitter Bootstrap */

.alert {
    border: 0px;
    border-radius: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    clear: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    z-index: 9999;
    vertical-align: central;
}

.alert-success {
    background: #1abc9c;
    color: #FFFFFF;
}

.alert-error {
    background: #FE976E;
    color: #FFFFFF;
}

.alert-info {
    background: rgba(27,38,51,0.9);
    color: #FFFFFF;
}
