a  {
	color: #188ce5;
	text-decoration: none;
}

a:hover  {
	color: black;
	text-decoration: none;
}

a .glyphicon  {
	color: black;
}

body  {
	background-color: #f6f6fa;
	color: black;
	font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
	font-size: inherit;
	padding: 0px;
}

html  {
	font-size: 16px;
}

p  {
	margin-bottom: 15px;
}

body.error  {
	margin: 0;
}

.error  {
	background-color: white;
	position: relative;
}

.error .content  {
	margin: 0;
	position: absolute;
	width: 100%;
	padding-bottom: 50px;
	padding-top: 50px;
}

.error .content .main-content  {
	background: white;
	margin-left: auto;
	margin-right: auto;
	height: calc(100vh - 300px);
	max-width: 80%;
	max-height: 600px;
	min-height: 600px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-bottom: 75px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 60px;
	position: relative;
	text-align: center;
	vertical-align: center;
}

@media (max-width: 400px) {
	.error .content .main-content {
		padding-bottom: 30px;
		padding-top: 30px;
	}
}

.error .content .main-content .text  {
	box-sizing: border-box;
	position: absolute;
	bottom: 75;
	text-align: center;
	width: calc(100% - 60px);
}

@media (max-width: 400px) {
	.error .content .main-content .text {
		bottom: 30;
	}
}

.error .content .main-content .text p  {
	margin-left: auto;
	margin-right: auto;
	max-width: 420px;
}

.error .logo  {
	text-align: center;
}

.error-maintenance .content .main-content  {
	background: white url(/assets/background-maintenance.svg) no-repeat;
	background-position: 50% 50%;
	background-size: 50%;
}

@media (max-width: 300px) {
	.error-maintenance .content .main-content {
		background-position: 50% 45%;
	}
}

@media (max-width: 200px) {
	.error-maintenance .content .main-content {
		background-position: 50% 40%;
	}
}

@media (max-width: 180px) {
	.error-maintenance .content .main-content {
		background-position: 50% 30%;
	}
}

@media (min-width: 500px) {
	.error-maintenance .content .main-content {
		background-size: 250px;
	}
}