html {
  height: 100%;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
.bba_page{
	background-color:rgba(64,182,168,0.9);
	height:100%;
}
.message{
	background-color:rgba(255,255,255,0.5);
	position: absolute;
	top: 70%; left: 50%; 
	transform: translate(-50%, -50%);
	padding:30px;
	border-radius:50px;
text-align: center;
}

.logo{
        background-image:url("/img/bba.jpg");
	background-size: contain;
	background-repeat: no-repeat;
        position: absolute;
        top: 30%; left: 50%;
        transform: translate(-50%, -50%);
        width:300px;
	height:300px;
}
