.auth_wrap{
	display: flex;
	flex-direction: column;
	width: 100vw;
	height: 100vh;
	background: var(--body-bg);
	overflow: hidden;
}

.auth_form_wrap{
	margin: auto 0 100px;
}

.auth_input{
	display: block;
	height: 60px;
	color: white;
	font-size: 24px;
	width: 76vw;
	border-bottom: 1px solid var(--pop_big_button);
	margin: auto;
}
