html,
body {

	/* background: url('../img/background.jpg'); */
	background: url('../img/KV_Agenci.jpg');
	background-attachment: fixed;
	background-size: cover;
    /* width:100%; */
    border:0px;
    margin:0;
	padding:0;
}
.container{
	/* margin:0 auto; */
	float: left;
	max-width: 1000px;
	width: 100%;
}
.header{
	text-align: center;
	/* position: relative; */
	/* height: 340px; */
}
.header img{
	/* position: absolute; */
	margin:0 auto;
	max-width: 100%;
}
/* .header > img:nth-child(1){
	top:30px;
	left: 50%;
	width:12%;
	margin-left:-6%;
}
.header > img:nth-child(2){
	top:50px;
	left: 50%;
	width:60%;
	margin-left:-30%;
}
.header > img:nth-child(3){
	top:30px;
	left: 50%;
	width:70%;
	margin-left:-35%;
} */
.content{
	background: rgba(255,255,255,0);
	/* -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); */

	min-height: 300px;
	color:white;
}

label{
	font-size:22px;
	line-height: 20px;
	color:white;
	text-shadow: 2px 2px 0px #000000;
	display: block;
    text-align: center;
}
#registration-form select,#registration-form input{
	color:rgb(36, 36, 36);
	background: rgba(255,255,255,0.5);
	width: 100%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:  rgb(76, 76, 76);;
}
::-moz-placeholder { /* Firefox 19+ */
	color:  rgb(76, 76, 76);;
}
:-ms-input-placeholder { /* IE 10+ */
	color:  rgb(76, 76, 76);;
}
:-moz-placeholder { /* Firefox 18- */
	color:  rgb(76, 76, 76);;
}
.button{
	width:100%;
	border:0;
	padding:10px;
	background-color: rgba(255,255,255,0.8);
	display: block;
	margin-top:15px !important;
	color: #4a4a4a !important;
	font-size: 17px !important;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	text-align: center;
}

.select2{
	width:100% !important;
}
.select2-container--default .select2-selection--single{
	color: rgb(36, 36, 36);
    margin-top: 10px;
	background: rgba(255,255,255,0.5);
	height: 39px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	padding: 5px 13px;
	color: rgb(36, 36, 36);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 16px;
    right: 1px;
    color: black;
    width: 15px;
}
.error{
	display: block;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.help{
	font-size:20px;
	width:50%;
	margin:30px auto;
	text-align: center;
	background: #00000066;
	padding: 10px;
}