.fixedErrorMsg{
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    width:100% ;
    margin: 0px;
    border: 0px;
    padding: 20px 0px;
    background: #d9984e;
    z-index: 1001;
}

.fixedErrorMsg a {
    color: #110b04;
    padding-left: 5px;
}

.fixedErrorMsg a:hover{
    color: #fff;

}