@font-face {
	font-family: Comfortaa-Bold;
	src: url('../fonts/Comfortaa-Bold.ttf');
}

@font-face {
	font-family: Comfortaa-Light;
	src: url('../fonts/Comfortaa-Light.ttf');
}

@font-face {
	font-family: Comfortaa-Medium;
	src: url('../fonts/Comfortaa-Medium.ttf');
}

@font-face {
	font-family: Comfortaa-Regular;
	src: url('../fonts/Comfortaa-Regular.ttf');
}

@font-face {
	font-family: Comfortaa-SemiBold;
	src: url('../fonts/Comfortaa-SemiBold.ttf');
}

html {
	margin: 0!important;
	padding: 0!important;
	user-select: none!important;
	font-weight: normal!important;
	scroll-behavior: smooth!important;
	-webkit-user-select: none!important;
	-webkit-tap-highlight-color: transparent!important;
}

body {
	margin: 0!important;
	padding: 0!important;
	user-select: none!important;
	font-weight: normal!important;
	background-color: #FFF!important;
	scroll-behavior: smooth!important;
	-webkit-user-select: none!important;
	-webkit-tap-highlight-color: transparent!important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	background-color: #FFF!important;
	-webkit-text-fill-color: #0060AF!important;
	transition: background-color 5000s ease-in-out 0s!important;
}

.big_div {
	margin: 0;
	height: auto;
	padding: 40px 0;
	width: 100%!important;
	overflow: hidden!important;
	min-height: calc(100vh - 80px);
}

.big_inner_div {
	height: 100%;
	display: flex;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1400px;
	flex-direction: column;
	justify-content: center;
	overflow: hidden!important;
	min-height: calc(100vh - 161px);
}

.login_logo {
	padding: 0;
	width: 100%;
	margin: 0 auto;
	max-width: 240px;
}

.form_big_div {
	margin: 0;
	width: 100%;
	display: flex;
	padding: 20px 0 0 0;
	align-items: flex-start;
	justify-content: center;
}

.info_block {
	margin: 0;
	width: 100%;
	height: auto;
	display: flex;
	padding: 40px 0;
	list-style: none;
	max-width: 450px;
	align-items: center;
	border-radius: 50px;
	flex-direction: column;
	background-color: #F0ECE5;
	overflow: hidden!important;
	justify-content: space-between;
}

.info_block_i {
	padding: 0;
	width: 100%;
	display: flex;
	position: relative;
	margin: 0 0 30px 0;
	align-items: center;
	flex-direction: column;
	overflow: hidden!important;
	justify-content: flex-start;
}

.block_title {
	padding: 0;
	color: #D1CCC2;
	font-size: 18px;
	overflow: hidden;
	text-align: right;
	line-height: 26px;
	font-weight: normal;
	margin: 0 60px 4px 40px;
	width: calc(100% - 100px);
	text-align: -webkit-right;
	font-family: Comfortaa-Regular;
}

.block_title1 {
	padding: 0;
	color: #0060AF;
	font-size: 22px;
	overflow: hidden;
	line-height: 32px;
	text-align: center;
	font-weight: normal;
	margin: 0 40px 10px 40px;
	width: calc(100% - 80px);
	text-align: -webkit-center;
	font-family: Comfortaa-SemiBold;
}

.block_title1 i {
	padding: 0;
	color: #0060AF;
	font-size: 32px;
	line-height: 32px;
	margin: 0 10px 0 0;
}

.info_block_i input {
	outline: none;
	color: #0060AF;
	font-size: 18px;
	line-height: 26px;
	padding: 20px 10px;
	text-align: center;
	border-radius: 22px;
	font-weight: normal;
	margin: 0 40px 10px 40px;
	width: calc(100% - 104px);
	text-align: -webkit-center;
	font-family: Comfortaa-SemiBold;
	background-color: #FFF!important;
	border: 2px solid rgba(209, 204, 194, 0.6);
}

.info_block_button {
	padding: 0;
	display: flex;
	margin: 0 40px;
	align-items: flex-start;
	justify-content: center;
	width: calc(100% - 80px);
}

.info_block_button button {
	margin: 0;
	width: 100%;
	color: #FFF;
	border: none;
	display: flex;
	outline: none;
	font-size: 22px;
	cursor: pointer;
	overflow: hidden;
	max-width: 220px;
	line-height: 22px;
	text-align: center;
	padding: 16px 32px;
	font-weight: normal;
	align-items: center;
	border-radius: 60px;
	word-break: break-word;
	justify-content: center;
	background-color: #0060AF;
	text-align: -webkit-center;
	font-family: Comfortaa-Bold;
}

@media screen and (max-width: 320px) {
	.block_title {
		width: calc(100% - 60px);
		margin: 0 40px 4px 20px;
	}
	.block_title1 {
		width: calc(100% - 40px);
		margin: 0 20px 10px 20px;
	}
	.info_block_i input {
		width: calc(100% - 64px);
		margin: 0 20px 10px 20px;
	}
	.info_block_button {
		margin: 0 20px;
		width: calc(100% - 40px);
	}
}