html {
	font-size: 1rem;
}

body {
	display: grid;
	grid-template-columns: 30rem auto;
	font-size: 1rem;
	background: url(../images/login_back_drop.jpg) no-repeat center center fixed;
	background-size: cover;
	min-height: 100vh;
	margin: 0;
	position: relative;
}

main {
	background-color: #0D0D0D;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0;
	padding: 2.625rem 3.25rem;
}

header {
	align-items: center;
	display: flex;
	justify-content: flex-start;
}

header img {
	margin: 0;
	width: 10rem;
}

section {
	color: #fff;
}

section>a.btn {
	align-items: center;
	background-color: #00bfff;
	color: #0D0D0D;
	display: flex;
	font-family: "Overpass Regular", sans-serif;
	height: 2.375rem;
	justify-content: center;
	width: 100%;
	line-height: 1.2;
	font-size: .9375rem;
	margin: 1.875rem 0;
	padding-top: .5rem;
}

section>form {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	margin: 0;
	max-width: 16.5rem;
	padding-top: 1.775rem;
	width: 100%;
}

section label {
	font-family: "Overpass Regular", sans-serif;
	font-size: .85rem;
	margin-bottom: 1rem;
	width: 100%;
}

.label-span {
	display: inline-block;
	margin-bottom: .5rem;
}

section label em {
	color: #F03b63;
	font-size: .875rem;
	font-family: "Overpass Bold", sans-serif;
	font-style: normal;
	line-height: 2.14;
	margin-top: .25rem;
}

section .form-control {
	background-color: transparent;
	border: 1px solid #707070;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-family: "Overpass Regular", sans-serif;
	padding: 0.5rem 0;
	width: 100%;
}

section button.btn {
	background-color: #00bfff;
	color: #0D0D0D;
	display: block;
	font-family: "Overpass Regular", sans-serif;
	font-size: .9375rem;
	height: 2.375rem;
	margin-top: 1rem;
	max-width: 16.5rem;
	width: 100%;
}

button.btn, section>a.btn {
	border-radius: .5rem;
	max-width: 16.5rem;
}

.super-admin {
	margin: 1.875rem 0;
}

section > span {
	display: block;
	font-family: "Overpass Regular", sans-serif;
	margin: 0;
	max-width: 16.5rem;
	text-align: center;
}

p.error {
	margin: 0;
}

p.error.text-danger {
	color: #F03b63;
}

p.error>span {
	font-size: 2rem;
}

section h1 {
	font-family: "Overpass Bold", sans-serif;
	font-size: 2.5rem;
	padding-bottom: 2.98rem;
	margin: 0;
}

section h2 {
	font-family: "Overpass Regular", sans-serif;
	font-size: 1.25rem;
	font-weight: 300;
	margin: 0;
}

footer {
	display: flex;
	justify-content: flex-start;
	margin: 0;
}

footer span {
	color: #fff;
	font-family: "Overpass Regular", sans-serif;
	font-size: 1rem;
	font-weight: 300;
}

footer span a {
	color: #00bfff;
}


/**************** Small Screens *****************/


/* ipad + tables */

@media (max-width: 1024px) {
	body {
		padding: 1.5rem;
		min-height: calc(100vh - 3rem);
		grid-template-columns: auto;
	}
	main {
		padding: 1.375rem 1.5626rem;
		min-height: 50rem;
		min-width: 20rem;
		max-width: 24rem;
		margin: auto;
	}
	header img {
		margin: 0 auto;
	}
	section h1 {
		font-size: 1.875rem;
		padding-bottom: 2.45rem;
	}
	section h2 {
		font-size: .8125rem;
	}
	section > form {
		max-width: 100%;
	}
	section > a.btn, section button.btn {
		font-size: .75rem;
		margin: 1rem 0;
		max-width: 100%;
	}
	section label {
		margin-top: .75rem;
	}
	.label-span {
		font-size: .9375rem;
		font-weight: 500;
	}
	section > span {
		max-width: 100%;
	}
	footer span {
		font-size: .75rem;
		margin: 0 auto;
	}
}


/* iPhoneX - mobile devices */

@media (max-width: 425px) {
	body {
	}
	main {
		max-width: unset;
		min-width: unset;
		width: calc(100% - 3rem);
		min-height: calc(100% - 3rem)
	}
}

@font-face {
	font-family: 'Overpass Bold';
	src: local('Overpass Bold'), local('Overpass-Bold'), url('../fonts/Overpass-Bold.woff2') format('woff2'), url('../fonts/Overpass-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Overpass Regular';
	src: local('Overpass Regular'), local('Overpass-Regular'), url('../fonts/Overpass-Regular.woff2') format('woff2'), url('../fonts/Overpass-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Overpass Black';
	src: local('Overpass Black'), local('Overpass-Black'), url('../fonts/Overpass-Black.woff2') format('woff2'), url('../fonts/Overpass-Black.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
