/* gorga */
@font-face {
	font-family: 'Gorga Grotesque Bold';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Gorga Grotesque Bold'), url('GorgaGrotesque-Bold.otf') format('opentype');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
		U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Gorga Grotesque Light';
	font-style: normal;
	font-display: swap;
	src: local('Gorga Grotesque Light'), url('GorgaGrotesque-Light.otf') format('opentype');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
		U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
	background-color: #ff243aff !important;
	color: white !important;
}

h1,
h2,
p {
	color: white !important;
}

#form-login {
	max-width: 400px;
}

.main {
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	max-width: 500px;
	min-height: 100%;
}

.welcome {
	max-height: 70px;
	padding: 5px;
}

.top-logo {
	max-height: 270px;
}

.btn-register {
	max-height: 70px;
	padding: 5px;
}

.btn-registered {
	max-height: 70px;
	padding: 5px;
}

.bottom-logo {
	max-height: 150px;
}

.form-control {
	padding: 3px;
	border-radius: 32px;
	font-size: 20px;
	text-align: center;
}

label {
	color: white !important;
	font-weight: bold;
	opacity: 1 !important;
}

.btn-primary {
	background-color: white !important;
	color: #ff243aff !important;
	border-radius: 32px;
	font-size: 20px;
}
