﻿.error-container {
	text-align: center;
	padding: 60px 20px;
}

.error-code {
	font-size: 5em;
	color: #c00;
}

.error-message {
	font-size: 1.5em;
	margin-top: 20px;
}

.error-actions a {
	margin-top: 30px;
	display: inline-block;
	padding: 10px 20px;
	background-color: #0078d4;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
}

.divErrorMsg {
	color: red;
	margin-bottom: 10px;
}

/* Nevypada to, ze by to fungovalo */
.mandatoryField {
	color: blue;
	font-weight: bold;
}