#registerModal .modal-header {
	background: #171717;
	border-bottom: 0px;
}

#registerModal .modal-dialog {
	max-width: 800px;
	height: 100vh;
	margin: 0 auto;
}

#registerModal .modal-content {
	width: 100%;
	height: 100%;
}

#registerModal .modal-body {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#registerModal .logo-cont {
	margin-bottom: 20px;
}

#registerModal .logo-img-wrapper {
	width: 100%;
	margin-bottom: 10px;
}

#registerModal .logo-img-wrapper img {
	width: 100%;
	object-fit: contain;
}

#registerModal .logo-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}
