* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body,
html {
	height: 100%;
}

/* Flexbox to center the div */
body {
	display: flex;
	justify-content: center;
	/* align-items: center; */
	height: 100vh;
	background-color: #00629d;
	font-family: "Segoe UI", "Helvetica Neue", "Lucida Grande", "Roboto", "Ebrima", "Nirmala UI", "Gadugi", "Segoe Xbox Symbol", "Segoe UI Symbol", "Meiryo UI", "Khmer UI", "Tunga", "Lao UI", "Raavi", "Iskoola Pota", "Latha", "Leelawadee", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Cambria Math";
}

.centered-div {
	text-align: center;
}

p, h1 {
	color: #000;
	font-family: "Segoe UI", "Helvetica Neue", "Lucida Grande", "Roboto", "Ebrima", "Nirmala UI", "Gadugi", "Segoe Xbox Symbol", "Segoe UI Symbol", "Meiryo UI", "Khmer UI", "Tunga", "Lao UI", "Raavi", "Iskoola Pota", "Latha", "Leelawadee", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Cambria Math";
	padding: 10px 25px;
	line-height: 150%;
	text-align: center;
}

.link {
	color: #9c3e1c;
	width: 250px;
	margin: 0 auto;
	text-align: left;
	font-size: 22px;
}

h1 {
	font-size: 32px;
	padding: 25px 25px 15px 25px;
	color:  #9c3e1c;
	font-weight: normal;
}

.obsah-login {
	background: #fff;
	border: 2px solid #fff;
	margin: 100px auto;
	padding: 0px 0px;
	width: 415px;
	text-align: center;
	border-radius: 15px;
}

.odkaz-web {
	text-align: right;
	line-height: 150%;
	padding: 15px 15px;
}

.logo {
	height: 60px;
	width: auto;
	vertical-align: middle;
}

.odkaz-obrazek {
	height: 40px;
	width: auto;
	padding: 0 10px;
	vertical-align: middle;
}

.zvyrazneni {
	color: #00629d;
	font-weight: bold;
}

a:link,
a:visited,
a:active {
	color: #9c3e1c;
	text-decoration: none
}

a:hover {
	color: #9c3e1c;
	text-decoration: underline
}