﻿/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
.errtitle {
	padding: 40px 0px;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
}

/* Family SSO (Synology) login button */
.tngsso-login {
	text-align: left;
	margin-top: 1.5em;
}

.tngsso-label {
	display: block;
	margin-bottom: 0.25em;
	font-size: 0.85em;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

a.tngsso-button {
	display: inline-block;
	padding: 12px 18px;
	border-radius: 8px;
	background-color: #003366;
	border: 1px solid #001f3f;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.95em;
	text-decoration: none;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}

a.tngsso-button:hover,
a.tngsso-button:focus {
	background-color: #0050a0;
	text-decoration: none;
}