html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}

@font-face {
	font-family: "icomoon";
	src: url("/css/vendor/fonts/icomoon/login/icomoon.eot?uj9cbs");
	src: url("/css/vendor/fonts/icomoon/login/icomoon.eot?uj9cbs#iefix") format("embedded-opentype"),
		url("/css/vendor/fonts/icomoon/login/icomoon.ttf?uj9cbs") format("truetype"),
		url("/css/vendor/fonts/icomoon/login/icomoon.woff?uj9cbs") format("woff"),
		url("/css/vendor/fonts/icomoon/login/icomoon.svg?uj9cbs#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
	content: "\f007";
}
.icon-lock:before {
	content: "\f023";
}
.icon-sign-in:before {
	content: "\f090";
}
.icon-angle-left:before {
	content: "\f104";
}
.icon-unlock-alt:before {
	content: "\f13e";
}
