/* ~/.local/caddy/ui/custom/styles.css */

/* Change background color */
body {
	font-family: Arial, Helvetica, sans-serif !important;
	background-color: white !important;
}

.app-container {
	background-color: white !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.logo-img {
	content: url('https://cms.vahterus.cloud/api/media/file/vahterus-logo.png');
	height: auto !important;
	margin-bottom: 10px !important;
}

.app-page {
	flex-direction: row !important;
	justify-content: center !important;
	align-items: center !important;
	height: 100vh !important;
}

.la-code-pen {
	display: none !important;
}

.logo-txt {
	display: none !important;
}

.app-login-btn-box {
	border-radius: 0 !important;
	border: black 2px solid !important;
}

.app-login-btn-box > div:first-child {
	display: none !important;
}

#authenticators {
	padding-top: 8px !important;
}

.app-login-btn-txt {
	border-radius: 0 !important;
	color: black;
	padding: 0 6px !important;
	font-size: 14px !important;
	background-color: white;
}

.app-login-btn-txt > span::before {
	content: 'LOG IN VAHTERUS WIKI FOR ';
}

.app-login-btn-txt:hover {
	color: white;
	background-color: black;
	font-weight: 700;
}

/* Customize the logo text */
.logo-txt {
	font-size: 2rem;
	color: #1a73e8;
	font-weight: bold;
}

#bookmarks {
	display: none !important;
}
