@font-face {
	font-family: AdiNewLight;
	src: local('adineuePRO-Light');
	src: url(adineuePRO-LightWeb.woff) format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: AdiNewBold;
	src: local('adineuePRO-Bold');
	src: url(adineuePRO-BoldWeb.woff) format('woff');
	font-weight: bold;
	font-style: normal;
}

html {
	box-sizing: border-box;
}

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

html,
body {
	width: 100%;
	height: 100%;
}

.login__container {
	width: 100%;
	height: 100%;
	min-height: 34rem;
	background-image: url(login-background.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.box-logo__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2.5rem;
}

.box-logo__container::after {
	content: '';
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: block;
}

.box-logo {
	font-size: 3rem;
	height: 1em;
	margin: 0;
}

.box-logo--big {
	font-size: 5rem;
}

.login__logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 2.5rem 0;
}

.login__logos__logo {
	-ms-flex-preferred-size: 12rem;
	flex-basis: 12rem;
	text-align: center;
	fill: #fff;
}

.login__error-message,
.login__error-message a {
	font-family: AdiNewLight;
	font-size: 1rem;
	color: #fff;
}

.login__error-message {
	text-align: center;
	background-color: rgba(215, 40, 64, .8);
	padding: .75rem 0;
	margin-bottom: 2rem;
}

b {
	font-family: AdiNewBold;
}
