@import '../../variables.less';
@import '../../mixins.less';
/**********************
activation-success.less
*************************/
.ecf-license-activation-success {
	background: @white;
	position: fixed;
	left: 160px;
	top: 32px;
	right: 0;
	bottom: 0;
	z-index: 1010101;

	> div {
		height: 80%;

		[class*="ecf-icon-"] {
			font-size: 30px;
			color: @text_success;
		}

		h4 {
			color: @text_success;
			font-size: 20px;
			margin-top: 8px;
			font-weight: 500 !important;
		}

		h1 {
			color: @text_3;
			margin: 30px 0 44px;
			font-size: 33px;
			font-weight: 600 !important;
			line-height: 1;
		}
	}
}
