body {
	
	background: url("bg.png"); 	
	background-repeat: repeat;
	text-align: center;
}


.head {


		background-color: #4682B4;
		height: 110px;

}
.head h4 {


		color: #fff;
		
}
.head a {

	display: block;
	height: 100%;
	width: 100%;	
}




.bez_vxod {

	background: #fff;
	border-radius: 10px;
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
	text-align: center;
	width: 300px;
	padding: 20px;
	padding-bottom: 30px;
	margin: auto;
	margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
	

}



.block_reg {

		background: #fff;
		border-radius: 10px;
    	box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
		width: 330px;
		padding: 20px;
		margin: auto;
		margin-left: auto;
    	margin-right: auto;
    	margin-top: 45px;    	
    	position: absolute;
    	top: 43%;
    	left: 50%;
    	margin-right: -50%;
    	transform: translate(-50%, -50%)

}


.data_form {

		background: #fff;
		width: 330px;
		padding: 20px;
		margin: auto;
		margin-left: auto;
    	margin-right: auto;
    	margin-bottom: 35px;
    	position: absolute;
    	top: 60%;
    	left: 50%;
    	margin-right: -50%;
    	transform: translate(-50%, -50%);
    	border-radius: 10px;
    	box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);

}







.btn {

		width: 200px;
		margin: 5px;

}



.search_form {


		width: 200px;
		height: 40px;
		margin-bottom: 10px;
		padding-left: 5px;

}


.data_search {

		background: #fff;
		width: 300px;
		padding: 20px;
		margin: auto;
		margin-left: auto;
    	margin-right: auto;
    	position: absolute;
    	top: 50%;
    	left: 50%;
    	margin-right: -50%;
    	transform: translate(-50%, -50%);
    	border-radius: 10px;
    	box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);

}

.data_search h4 {

			text-align: left;
			font-size: 20px;

}


.error a {

	text-align: center;
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 23px;
	font-family: arial;





}





.footer {

		background-color: #4682B4;
		position: fixed;
  		left: 0;
  		bottom: 0;
  		width: 100%;
  		height: 25px;

}


.footer a {
			font-size: 15px;
			color: white;
			margin-left: 15px;
			text-align: center;
			text-decoration: none;

}