.window {
position: fixed;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0,0,0,0.4);
z-index: 6;
}
.window-box {
position: fixed;
width: 500px;
padding: 30px;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
background: #FFFFFF;
box-shadow: 0 5px 30px rgba(0,0,0,0.3), inset 0 3px #38B7EA;
}