
html,
body {
    height: 100%;
}

.container-box
{
	display:inline-block; 
	padding:10px; 
	background: rgba(255, 255, 255, .8);
	border: 1px solid #fff;	
	position: fixed;
  	top: 55%;
  	left: 0;

}

.modal-content
{
	background: rgba(255, 255, 255, 0.76);
	}

.modal-body, .modal-title {
color: #656a64;

}