/* inter-regular - latin */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	src: url('/inter-v3-latin-regular.c6fcbf55.eot'); /* IE9 Compat Modes */
	src: local(''), url('/inter-v3-latin-regular.c6fcbf55.eot?#iefix') format('embedded-opentype'),
		 url('/inter-v3-latin-regular.705edffd.woff2') format('woff2'),
		 url('/inter-v3-latin-regular.c8dbd8a8.woff') format('woff'),
		 url('/inter-v3-latin-regular.852e5985.ttf') format('truetype'),
		 url('/inter-v3-latin-regular.c4f0286e.svg#Inter') format('svg'); /* Legacy iOS */
}

html,
body {
	height: 100%;
}

html {
	overflow: hidden !important;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: Inter;
	background-color: white;
	line-height: 1.815;
	color: black;
}

.formulate-input {
	font-family: Inter !important;
}

.fill {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.fill img {
	flex-shrink: 0;
	min-width: 100%;
	min-height: 100%;
}

.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin .checkbox {
	font-weight: 400;
}
.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	/*height: auto;*/
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type='email'] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type='password'] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
