/* STYLESHEET */
/* FONTS ADDENDUM */

 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');

/* ================================================================================================================== */
/* TYPO & OVERWRITES */
/* ================================================================================================================== */

html, body { 
    font-family: 'Montserrat',Helvetica,Arial,sans-serif; 
    color: #ffffff; 
    font-size: 18px; 
    line-height: 1.6em; 
    height: 100%;
    min-height: 100%;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
p { margin: 0; font-weight: 300; }
.lead { font-size: 1.2em; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { 
	letter-spacing: 1px;
	font-weight: 500;
	margin-top: 0;
}

a { color: #389c36; text-decoration: underline; }
a:hover, a:focus { color: #001629; }
a.btn { text-decoration: none; margin: 0 5px 10px 5px; }

img.logo { width: 190px; margin: 5px auto 30px; }
label { font-weight: 300; text-align: left; }

/* ================================================================================================================== */
/* BASICS */
/* ================================================================================================================== */

.centerwrapper {
    display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
    background-position: center center;
    background-image: url('../img/backdrop.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.centerinner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.wrapper { padding: 10px; }

.img-responsive {
    margin: 0 auto;
	width: 100%;
	max-width: 350px; 
    height: auto;
}

.make-center {
	display: table;
    vertical-align: middle;
    text-align: center;
	width: 100%;
	height: 100%;
}

.make-center-inner {
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.tclink {
	display: block;
	position: absolute;
	bottom: 12px;
	right: 12px;
	font-size: 13px;
	line-height: 1.1em;
	padding: 4px 9px;
	border-radius: 4px;
	background-color: white;
	text-decoration: none;
}

.card {
	color: black;
	display: inline-block;
	width: 90%;
	max-width: 500px;
	background: rgba(255,255,255,0.5);
	border: 1px solid rgba(255,255,255,0.5);
	backdrop-filter: blur(10px);
	padding: 24px;
	border-radius: 24px;
}

.card-info {
	font-size: 1.2em;
	line-height: 1.6em;
}

.card-error {
	color: #ffffff;
	background: rgba(224,52,52,0.5);
	border: 2px solid rgba(224,52,52,0.8);
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.6em;
}