form.user-logout-confirm {
border: 1px solid black;
    background: #ffffff;
    padding: 4em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    color: white;
    z-index: 1000;
    box-shadow: 0px 0px 16px black;
	
}


form.user-logout-confirm .button--primary {
	margin-right: 1em;
}

/* 
.eurofidai-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
}
*/