content{
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.auth_win{
	width: 100%;
	max-width: 350px;
	box-shadow: 0px 3px 5px #0000003d;
	padding: 30px 10px;
}

.auth_input_wrap{
	margin: 10px 0 0;
}

.auth_input_title{
	font-family: MontserratMedium;
}

.auth_input{
	display: block;
	width: 100%;
	height: 40px;
	background: #efefef;
	font-size: 16px;
	padding: 0 5px;
}

.auth_submit{
	display: block;
	height: 40px;
	width: 100%;
	margin: 10px 0 0;
	color: white;
	background: #0083cc;
	cursor: pointer;
	user-select: none;
	font-size: 16px;
}

.auth_submit:hover{
	background: #0097eb;
}

.auth_submit:active{
	background: #006ca8;
}
