
.content {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.d-lg-block {
    display: flex !important;
	align-items: center;
	width: 100%;
	justify-content: center;
	padding-top: 40px;
	padding-left: 50px;
}

.d-lg-block img {
    width: 80%;
}

.div-message-error {
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 13px;
}

@media (max-width: 768px){
	.d-lg-block {
		padding-left: 20px;
	}
}