.main-content { 
	width: 100%;
	text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	box-shadow:0 0 20px #20614d;
}

.img-logo {
	height:80%
}