
#auth .container{
	display: flex;
	justify-content:  flex-end;
}

h1{
	font-size: 72px;
	line-height: 93.19%;
	text-transform: uppercase;
	margin-bottom: 120px;
}

.form_title{
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 12px;
}

.input_title{
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#auth{
	width:100%;
	height: 100vh;
	background-image: url(/img/login_bg.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
}

.fogot_pass{
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	text-decoration: underline;
	display: inline-block;
	margin-bottom: 15px;
}