.flashMessage{
    position:fixed;
    background:#758A79;
    padding:15px;
    left:0;
    right:0;
    margin:auto;
    top:0;
    bottom:0;
    z-index:300;
    border-radius:5px;
    display:-webkit-box;
    display:flex;-webkit-box-align:center;
    align-items:center;
    -webkit-box-pack:center;
    justify-content:center;
    width:25%;
    height:40px;
    font-family:Roboto,sans-serif;
    font-size:14px;
    color:#fff;
}@media (max-width:1024px){
    .flashMessage{
        width:40%
    }
}@media (max-width:576px){
    .flashMessage{
        width:65%
    }
}
label.error{
    color: red !important;
}
.hide{
    display: none;
}