body { margin: 0 auto; width: 100%; min-height: 100%; background: #f3f3f3; font-family: 'Arial'; }
a { text-decoration: none; color: rgb(57,197,230); transition: .4s ease; }
a:hover { text-decoration: none; color: #111; transition: .4s ease }
@font-face {
	font-family: 'PoiretOne';
	font-style: normal;
	font-weight: 400;
	src: url('/assets/fonts/PoiretOne.ttf') format('truetype');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Futura';
	font-style: normal;
	font-weight: 400;
	src: url('/assets/fonts/Futura.ttf') format('truetype');
}

.fp { font-family: 'PoiretOne'; }
.ff { font-family: 'Futura'; }
.centered { text-align: center; }
.pt10 { padding-top: 10px; }
.pb10 { padding-bottom: 10px; }
.pt15 { padding-top: 15px; }
.pb15 { padding-bottom: 15px; }
.pt20 { padding-top: 20px; }
.pb20 { padding-bottom: 20px; }
.pt30 { padding-top: 30px; }
.pb30 { padding-bottom: 30px; }
.pt40 { padding-top: 40px; }
.pb40 { padding-bottom: 40px; }
.pt50 { padding-top: 50px; }
.pb50 { padding-bottom: 50px; }
.pt60 { padding-top: 60px; }
.pb60 { padding-bottom: 60px; }
.pt70 { padding-top: 70px; }
.pb70 { padding-bottom: 70px; }
.pt80 { padding-top: 80px; }
.pb80 { padding-bottom: 80px; }
.pt100 { padding-top: 100px; }
.pb100 { padding-bottom: 100px; }
.pt120 { padding-top: 120px; }
.pb120 { padding-bottom: 120px; }
.pt150 { padding-top: 150px; }
.pb150 { padding-bottom: 150px; }

.fs10 { font-size: 10px; }
.fs11 { font-size: 11px; }
.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.fs20 { font-size: 20px; }
.fs22 { font-size: 22px; }
.fs24 { font-size: 24px; }
.fs28 { font-size: 28px; }
.fs32 { font-size: 32px; }
.fs36 { font-size: 36px; }
.fs38 { font-size: 38px; }
.fs40 { font-size: 40px; }
.fs42 { font-size: 42px; }
.fs44 { font-size: 44px; }
.fs45 { font-size: 45px; }
.fs46 { font-size: 46px; }
.fs48 { font-size: 48px; }
.fs50 { font-size: 50px; }
.fs52 { font-size: 52px; }
.fs55 { font-size: 55px; }
.fs60 { font-size: 60px; }
.fs70 { font-size: 70px; }





.loginwrap {
	display: flex; justify-content: center; align-items: center; flex-direction: column;
	height: 100%;
}


#login {
	height: 1px; width: 1px; border: none; position: absolute; left: 0; right: 0;
}


#password {
	width: 100%; height: 90px; border: none; text-align: center; font-size: 60px;
	color: #009ceb; background-color: rgba(255,255,255,0.7);
}



.ajaxloader {
	width: 80px; height: 80px;
}



.whitebar {
	height: 90px; width: 100%; background-color: rgba(255,255,255,0.7); display: flex;
	justify-content: center; align-items: center;
}


.whiteoverlay {
	position: absolute; top: 0; bottom: 0; left: 0; right: 0;
	width: 100%; height: 100%; background-color: rgba(230,230,230,0.8);
}


#logout {
	cursor: pointer;
}





































@media all and (max-width: 767px) {
	#password { font-size: 36px; }
}










