div#popup-error {
    
	display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 2;
    opacity: 0;
    
    padding: 15px 40px;
    background: #ef382a;
    color: #fff;
    font-weight: bold;
    
}
