*, *::before, *::after {
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body {
	scroll-behavior: smooth;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.woff2') format('woff2');
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Medium.woff2') format('woff2');
	font-weight: 500;
	font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSansCondensed-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;}

	@font-face {
		font-family: 'Montserrat';
		src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
		font-weight: 400;
		font-style: normal;
		font-display: swap;}
/* _____________________________________ */



body {
	font-family: 'Roboto';
}

.wrapper {
	position: relative;
	
	
}

.wrapper::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(22, 21, 21, 0.50);

}

.bg {
background: url("../image/bg.webp");
position: fixed;
top: 0;
left: 0;
min-width:100%;
min-height:100%;
background-size: cover;
z-index: -5;
}

.right-form {
	width: 500px;
	min-height: 100vh;
	margin-left: auto;
	background: rgba(233, 233, 233, 0.25);
backdrop-filter: blur(5px);
}

.container {
	max-width: 340px;
	margin: 0 auto;
}

.switch-top {
	padding-top: 60px;
	position: relative;
	margin-bottom: 75px;
}

.switch-top input {
	position: absolute;
	z-index: -6;
	opacity: 0;
}

.switch-top label {
	display: inline-block;
	width: 100%;
	height: 36px;
	border-radius: 30px;
    border: 1px solid #153416;
	cursor: pointer;
	transition: .4s linear;
	position: relative;
}

.switch-top label::before {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	width: 50%;
	height: 32px;
	border-radius: 30px;
    background: #153416;
	transition: .4s linear;

}

.switch-top input:checked + label::before {
	left: calc(100% - 1px);
	transform: translateX(-100%);
}

.switch-top label span {
		/*position: absolute;
	bottom: 0;
	right: 50%;
	transform: translate(-50%, -50%);
	color: white;
	z-index: 5;*/
}

.left-span {
display: block;
position: absolute;
bottom: 8%;
	left: 12%;
	transform: translate(100%, -50%);
	color: white;
	z-index: 5;
	color: #FFF;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.right-span {
	display: block;
	position: absolute;
	bottom: 15%;
		right: 50px;
		transform: translate(0, -50%);
		color: white;
		z-index: 5;
		color: #FFF;
font-size: 12px;
font-weight: 400;
}

.entrance {
	margin-bottom: 30px;
	color: #FFF;
text-align: center;
font-size: 30px;
font-weight: 400;
}

#mail {
	display: inline-block;
	width: 100%;
	height: 44px;
	border-radius: 30px;
	border: none;
    background: #929191;
	margin-bottom: 30px;
	padding-left: 20px;
	color: #FFF;
font-size: 12px;
font-weight: 400;
}

#password {
	display: inline-block;
	width: 100%;
	height: 44px;
	border-radius: 30px;
	border: none;
    background: #929191;
	margin-bottom: 20px;
	padding-left: 20px;
	color: #FFF;
font-size: 12px;
font-weight: 400;
}
input::placeholder {
	color: #FFF;
font-size: 12px;
font-weight: 400;
text-align: left;
}

.checkbox-middle {
margin-bottom: 30px;
}

.checkbox-middle a {
	color: #153416;
font-size: 12px;
padding-left: 120px;
}

.checkbox2 {
	display: none;
	z-index: -5;
	opacity: 0;
	
}

.checkbox2 + label {
	color: #FFF;
	font-size: 12px;
	padding-left: 25px;
	display: inline-block;
	position: relative;
}

.checkbox2 + label::before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 15px;
height: 15px;
border-radius: 2px;
border: 1px solid #D9D9D9;
}

.checkbox2:checked + label::before {
	background: #153416;
}

.checkbox2:checked + label::after {
	content: '';
	position: absolute;
	top: 0;
	left: 5px;
	width: 5px;
height: 11px;
border-bottom: 2px solid white;
border-right: 2px solid white;
transform: rotate(38deg);
}

#submit {
	width: 100%;
	height: 44px;
	border-radius: 30px;
background: #153416;
border: none;
color: #FFF;
font-size: 12px;
margin-bottom: 40px;
cursor: pointer;
}

.account {
	color: #153416;
text-align: center;
font-size: 12px;
margin-bottom: 30px;
}

.account a {
	color: #FFF;
text-align: center;
font-size: 12px;
padding-left: 15px;
}

.enter-social {
	color: #153416;
text-align: center;
font-size: 12px;
margin-bottom: 20px;
}

.social {
text-align: center;
}