* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html {
	min-height: 100%;
	position: relative;
}

body {
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	background: #f5f5f5;
}



.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 0px;
	font-size: 0px;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.landingArea {
    min-block-size: 100vh;
	background:url(../images/landing.jpg) center center no-repeat #39f;
	position:relative;
	z-index:1;
}
.landingArea:after {
	background:rgba(0,0,0,0.6);
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	}

.landingEnter {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50% , -50%);
	-webkit-transform: translate(-50% , -50%);
	transform: translate(-50% , -50%);
	z-index: 1;
}
.landingEnter img {
	max-width:100%;
	display:inline-block;
	margin-bottom:10px;
	}	
.landingEnter h3 {
    color: #fff;
    font-weight: 400;
    font-size: 21px;
    padding: 0 0 15px;
        padding-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}
.passwordArea {
    background: rgba(250,250,250,.5);
    padding: 10px;
}
.inpPassword {
    width: calc(100% - 80px);
    height: 48px;
    border: none;
    padding: 0 15px;
    font-size: 20px;
    background: rgba(255,255,255,.9);
	font-family: 'Montserrat', sans-serif;
}
.pwSubmit {
    height: 48px;
    line-height: 48px;
    background: #09f;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    width: 80px;
    text-align: center;
    border: none;
    cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}


