* {
	margin: 0;
	padding: 0;
}

body {
	align-items: center;
	background-attachment: fixed;
	background-image: url("../img/bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

td { text-align: center; }
td button {
	font-size: 20px;
	width: 30px;
}

.strng { font-weight: 800; }
.alert-danger { background-color: rgb(186,161,163); } /* 248-215-218 */
.alert-error { background-color: rgb(169,170,172); } /* 226-227-229 */ 
.alert-info { background-color: rgb(153,172,191); } /* 204-229-255 */
.alert-success { background-color: rgb(159,178,163); } /* 212-237-218 */ 
.alert-warning { background-color: rgb(191,182,154); } /* 255-243-205 */ 


.content {
	backdrop-filter: blur(100px);
	border: 2px solid;
	border-radius: 10px;
	color: #ffffff;
	margin-top: 100px;
	padding: 40px;
}

.fpw-form,
.fun-form,
.login-form,
.registration-form,
.verification-form {
	backdrop-filter: blur(20px);
	border: 2px solid;
	border-radius: 10px;
	color: #ffffff;
	padding: 40px;
	width: 500px;
}

.invisible {
	background-color:#00000000;
	border:none;
}
.mini-switch-form-link {
	color: #a0a0a0;
	cursor: pointer;
	font-size: 85%;
	text-decoration: none;
}

.noa {
	cursor:pointer;
	text-decoration:none;
	color:black;
}
.noa hover {
	font-weight:bold;
	font-size:90%;
}
.smaller,smaller{font-size:.75em}

.switch-form-link {
	color: #ffffff;
	cursor: pointer;
	text-decoration: underline;
}

.table {
	color: rgb(255, 255, 255) !important;
}

.topleft {
	left: 0;
	position: absolute;
	top: 0 !important;
}
.rowclr0 { background-color:#f0f0f0; }
.rowclr1 { background-color:#e0e0e0; }
