html {
	font-family: Arial, Helvetica, sans-serif;
}
.kontaktni-formular {
	background-color: #0b5295;
	width: 1137px;
	margin-left: auto;
	margin-right: auto;
}
.kontaktni-formular .nadpis {
	padding-top: 10px;
	font-size: 18px;
	color: #d4d3d3;
	font-weight: 700;
	width: 477px;
	margin: 0 auto;
}
.kontaktni-formular .nadpis p {
	margin-bottom: 10px;
	margin-top: 10px;
}
.kontaktni-formular .formular {
	width: 270px;
	margin: 0 auto;
}
.kontaktni-formular .souhlas {
	font-size: 14px;
	color: white;
}
.kontaktni-formular .souhlas p {
	margin-top: 0px;
}
.kontaktni-formular .odeslat {
	height: 42px;
	width: 180px;
	background-color: #ff9600;
	border: 0px;
	color: black;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
.formular span {
	font-weight: 700;
	color: #ffffff;
	font-size: 18px;
	padding-bottom: 5px;
}
.formular label {
	padding-bottom: 12px;
}
.formular input {
	height: 37px;
	background-color: #ffffff;
	font-size: 18px;
	border: 0px;
	padding-left: 15px;
}
label {
	width: 100%;
	display: block;
}
form label span {
    display: block;
    text-align: left;
}
form span {
	display: block;
    text-align: left;
}
form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}
form input:hover, form input:active, form input:focus, form button:hover, form button:active, form button:focus {
	outline: 0;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #d4d3d3;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #d4d3d3;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #d4d3d3;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #d4d3d3;
}