.certificate-error {
	border: 2px solid red;
	padding: 20px;
	color: red;
}

.check-certificate {
	margin-top: 30px;
}

.check-certificate .certificate-title h2 {
	margin: 0;
}

.check-certificate .certificate-logo img {
	max-height: 100px;
	width: auto;
	float: right;
}

.check-certificate .certificate-user {
	background: #f2f2f2;
	padding: 30px 50px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	margin: 30px 0px;
	font-size: 2.5rem;
}

.tx-certificate .padding-x-50 {
	padding: 0 40%;
	margin: 10px 0px 30px;
}

.tx-certificate .divider-line {
	height:1px;
	width: 100%;
	background-color: #111111;
}

@media(max-width:767px) {
	.check-certificate .certificate-title,
	.check-certificate .certificate-logo,
	.check-certificate .certificate-intro-name {
		text-align: center;
	}

	.check-certificate .certificate-logo {
		margin: 30px 0px;
	}

	.check-certificate .certificate-logo img {
		float: none;
		display: inline-block;
        max-width: 100%;
        height: auto;
	}
}
