﻿.nauticert-app {
	height: 100%;
	width: 100%;
}

.nauticert-logo {
	width: 400px;
	margin-right: 100px;
}

.nauticert-splashscreen {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #1c2847;
}

@keyframes rotate {
	to {
		transform: rotate(360deg);
	}
}

.nauticert-spinner {
	display: inline-block;
	width: 80px;
	height: 80px;
	animation: rotate 1.5s linear infinite;
	margin-bottom: 100px;
}
