.message {
    opacity:0.90;
    position:fixed;
    top:0;
    left:0%;
    right:0%;
    height:70px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    line-height:70px;
    font-size:20px;
    color:#000;
    z-index:999999999999;
    text-align:center;
}

.message.success {
    background-color: #0c9344;
    color:#000;
}

.message.error {
    background-color: #f00;
    color:#000;
    font-size:17px;
}