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

.notificationAtInput {
    border: 1px solid #e50000
}
button{
    outline: none;
}