@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
	font-family: 'Roboto', sans-serif;
	background-image: url(/images/stad.jpeg);
	background-size: cover;
	background-position: center center;
	min-height: 100vh;
}

.contain {
	position: relative;
	min-width: 100%;
	min-height: 100vh;
}

.content {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 400px;
	min-width: 350px;
}

.content2 {
	padding-top: 90px;
}

.registration_logo {
	height: 140px;
	margin-bottom: 30px;
}

.content h3 {
	color: white;
	margin-bottom: 0px;
}

.content h1 {
	color: red;
	font-weight:900;
	font-size: 3rem;
	margin-bottom: 0px;
}

.btn-primary {
	background-color: #0f2846;
	text-transform: uppercase;
	border: none;
	width: 80%;
	margin: 30px 0px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	font-weight: 600;
}

.terms {
	color: white;
	font-size: 0.8rem;
}

.contains {
	position: relative;
}

.justishumi_logo {
	width: 50%;
}
