.auth_form{
	padding: 20px;
	border-radius: 20px;
	width: calc(100vw - 50px);
}

.auth_input_wrap{
	margin: 20px 0 0;
}

.auth_label{
	font-size: 16px;
	padding: 0 5px 1px;
}

.auth_input{
	display: block;
	width: 100%;
	height: 44px;
	color: white;
	font-size: 16px;
	font-family: 'Comfortaa';
	padding: 0 5px;
	background: #373737;
	border: 2px solid white;
}

.auth_button{
	width: 100%;
	height: 44px;
	border: 2px solid white;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 39px 0 0;
}
