#bws-popup-container{
    justify-content:center;
    align-items:center;
    background:rgba(0,0,0,0.9);
    display:flex;
    position:fixed;
    width:100%;
    height: 100%;
    top:0px;
    left:0px;
    z-index:10000;
}

#bws-msg{
    padding: 10px;
    background: #00BCD4;
    color: #000;
    border-radius: 6px;
    border: 5px solid #00BCD4;
    color: #fff;
    font-size: 16px;
}