#notificationEmail {
    height: auto;
    padding: 10px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    display: none;
    z-index: 9999;
    top: 0;
}

.notificationAtInput {
    border: 1px solid #e50000 !important;
}
button{
    outline: none;
}
.form_contact [class*=col-xs-] {
    position: relative !important;
}
.form_contact input + label {
    font-weight: lighter;
    margin-top: 8px;
    color: #c30f0f;
    display: none;
    text-align: left;
}

.notificationAtInput + label {
    display: block !important;
}