/**
 * registration css - appended in all pages
 */

/**
 * style the thank you message
 */

.alert.alert-info.registration {
	background-color: #e0f5fe;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 24px;
	padding-right: 24px;
}

.alert.alert-info.registration button.close {
	top: 16px;
	right: -8px;
}

.registration-thankyou {
}

.registration-thankyou-image.span1 {
	margin-top: 9px;
	margin-bottom: 9px;
	width: 74px;
	height: 74px;
	float: left;
	background-image: url("../../img/rock-mobile.png");
}

.registration-thankyou-message {
	padding-top: 16px;
	float: left;
}

.registration-thankyou-title {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 6px;
	margin-top: 0;
	font-weight: bold;
	letter-spacing: 0.63px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #666666;
}

.registration-thankyou-text {
	line-height: 1.43;
	letter-spacing: 0.59px;
	text-shadow: none;
	color: #666666;
}

@media (min-width: 1025px) {
	.alert.alert-info.registration button.close {
		top: 24px;
	}
	.registration-thankyou-image.span1 {
		width: 200px;
		height: 118px;
		margin-top: 0;
		margin-bottom: 0;
		background-image: url("../../img/rock.png");
	}

	.registration-thankyou-message {
		padding-top: 24px;
	}

	.registration-thankyou-title {
		font-size: 20px;
		line-height: 24px;
	}
}
