@font-face { 
	font-family: 'GraphikSemibold';
	src: url('Images/GraphikSemibold.otf');
}

@font-face { 
	font-family: 'GraphikRegular';
	src: url('Images/GraphikRegular.otf');
}

body {
	background-color: #FFFC00!important;
	font-family: 'GraphikSemibold'!important;
	color: black!important;
}

h6 {
	font-family: 'GraphikRegular'!important;
}

p {
	font-family: 'GraphikRegular'!important;
	font-size: 9pt;
}

p span {
	font-family: 'GraphikSemibold';
}

#input {
	padding: 50px 0;
}

.logo {
	text-align: center;
}

.logo img {
	height: 40px;
}

button {
	background-color: black;
	color: white;
	border-radius: 30px!important;
	border: 0px solid;
	box-shadow: rgb(0 0 0 / 5%) 0px 0px 32px;
	padding: 12px 12px;
	width: 70%;
	margin: 10px 0!important;
}

.buttons {
	text-align: center;
	margin-top: 60px;
}












