.section_separate {
	background-image: url(../img/fond_reserv.jpeg);
	background-position: 100%;
	background-size: cover;
	height: 800px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login {
	width: 500px;
	height: 450px;
	background-color: black;
	margin: 0px;
	color: white;
	padding: 20px;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid rgb(95, 95, 95);
	border-bottom: 1px solid rgb(118, 118, 118);
}

.login h1 {
	text-align: center;
	font-size: 34px;
}

.login .input_elment {
	width: 95%;
	height: 50px;
	margin: 30px 0;
}

.input_elment input {
	width: 100%;
	height: 100%;
	background: transparent;
	border: 1px solid white;
	padding-left: 15px;
	border-radius: 40px;
}

.input_elment input::placeholder {
	color: white;
}

.input_elment_choice {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

select {
	appearance: none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: white;

	width: 200px;
	padding: 10px;
	border: 1px solid white;
}

label {
	font-size: 22px;
}

.login button {
	padding: 20px;
	margin: 0px;
	margin-top: 20px;
}

.login button a {
	font-size: 20px;
}

@media (max-width: 452px) {
	.section_separate {
		background-image: url(../img/fond_reserv.jpeg);
		background-position: 50%;
		background-size: cover;
		height: 800px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.login h1 {
		text-align: center;
		font-size: 25px;
	}

	.login {
		background-color: transparent;
		backdrop-filter: blur(30px);
	}
}
