.account-unblocked-page {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: linear-gradient(90deg, #142C50 0%, #255091 100%);
}

.auth0-lock {
	width: 328px;
	height: 400px;
	background: #FFFFFF;
	box-shadow: 0px 48px 70px rgba(0, 0, 0, 0.0785185), 0px 18px 22px rgba(0, 0, 0, 0.121481), 0px 4px 6px rgba(0, 0, 0, 0.2);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.auth0-lock-header {
	margin-bottom: 20px;
}

.auth0-lock-header md-icon {
	height: 68px;
	min-height: 68px;
	width: 100%;
}

.auth0-lock-icon {
	text-align: center;
	padding: 16px 0;
}

.auth0-lock-icon md-icon {
	width: 60px;
	height: 60px;
}

.auth0-lock-title {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 135%;
	letter-spacing: 0.01em;
	color: rgba(0, 0, 0, 0.8);
	flex: none;
	order: 0;
	flex-grow: 0;
	margin: 4px 0px;
}

.auth0-lock-description {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	letter-spacing: 0.02em;
	color: rgba(0, 0, 0, 0.6);
	margin: 4px 16px;
}

.auth0-lock-action button {
	font-family: Roboto;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 115%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #737373;
	margin-top: 16px;
}

.auth0-lock-action button md-icon {
	margin-top: -4px!important;
}
