/* Login */













*{
	margin: 0;
	padding: 0;
}

html{
	width: 100%;
	min-height: 100%;
	font-size: 100%;
}

body{
	width: 100%;
	min-height: 100%;
	font-size: 100%;
	background-color: #f9f9f9;
    color: #474747;
}

body div.maskexplorer{
	pointer-events: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	background-color: #000;
}

body div.popupexplorer{
	pointer-events: auto;
	width: 400px;
	background: #fff;
	color: #000;
	padding: 30px;
    max-width: 100%;
    margin: auto;
    margin-top: 60px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
body div#popup div.cautionexplorer p a{
	cursor: pointer;
}
body div#popup div.cautionexplorer h1{
	font-size: 130%;
    margin: 0;
    padding: 0 0 20px 0;
}

pre{
	display: block;
    padding: 0;
    margin: 0;
    font-size: 100%;
    line-height: normal;
    background-color: transparent;
    border: none;
    border-radius: none; 
    white-space: -moz-pre-wrap; 
    white-space: -pre-wrap; 
    white-space: -o-pre-wrap; 
    white-space: pre-wrap; 
    word-wrap: break-word; 
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

label{
	font-weight: 400;
}

.wrapper{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.box-container{
	width: 400px;
	max-width: 100%;
	margin: auto;
	display: block;
	padding-top: 60px;
	z-index: 2;
}

.language-selector {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 30;
	color: #474747;
	font-size: 80%;
}

.current-language {
	cursor: pointer;
	text-align: right;
}

.language-dropdown {
	display: none;
}

.language-dropdown-down {
	display: block;
}

.language-dropdown > div {
	display: block;
	cursor: pointer;
	font-size: 90%;
}

.language-dropdown > div:hover,
.language-dropdown > div:active {
	opacity: 0.8;
	text-decoration: underline;
}

.box{
	display: block;
	background-color: white;
    padding: 30px;
    color: #474747;
    z-index: 20;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(161,161,161,1);
	-moz-box-shadow: 0px 0px 15px 1px rgba(161,161,161,1);
	-o-box-shadow: 0px 0px 15px 1px rgba(161,161,161,1);
	-ms-box-shadow: 0px 0px 15px 1px rgba(161,161,161,1);
	box-shadow: 0px 0px 15px 1px rgba(161,161,161,1);
}

.box-header{
	margin-bottom: 30px;
}

.box-validate{
	margin-top: 30px;
}

.box-header-image,
.box-header-title{
	text-align: left;
	display: block;
}

.box-header-image{
	text-align: center;
}

.box-header-image img{
	max-width: 80%;
	max-height: 50px;
	margin-bottom: 20px;
	position: relative;
	left: 0;
}

.box-header-title > h1{
	font-weight: 400;
	font-size: 130%;
	margin: 0;
	padding: 20px 0 20px 0;
	line-height: normal;
	color: #151d45;
}

.box-header-title > p{
	font-weight: 400;
	font-size: 85%;
	margin: 0;
	padding: 0;
	line-height: normal;
}

.box-body{
	display: block;
}

.box-after{
	text-align: left;
	display: block;
	margin-top: 10px;
	font-size: 80%;
	color: #474747;
	line-height: normal;
}

.box-after > ul{
	list-style: none;
	width: 100%;
	margin: 0;
}

.box-after > ul > li{
	display: inline-block;
	margin: 10px;
}

.box-after a{
	color: #474747;
	text-decoration: none;
}

.box-after a:hover,
.box-after a:active{
	text-decoration: underline;
}

.honeypot-field {
	display: none;
	opacity: 0;
}

.directlogin-layer1,
.directlogin-layer2 {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0;
	margin: 0;
}

.directlogin-layer1 {
	z-index: 10;
	top: 0;
}

.directlogin-layer2 {
	z-index: 30;
	height: 60px;
	line-height: 60px;
}

.directlogin-layer1 span.spacer,
.directlogin-layer2 span.spacer {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	white-space: auto;
}

.directlogin-layer1 img{
	width: 200px;
	max-width: 50%;
	max-height: 60%;
	vertical-align: middle;
}

.directlogin-layer2 img {
	vertical-align: middle;
	max-height: 50px;
	margin-right: 5px;
}

.directlogin-layer2 span {
	color: white;
	font-size: 100%;
}

.hnp-field {
	display: none !important;
	opacity: 0 !important;
}

@media screen and (max-width : 600px) {
	body {
		background-color: white;
	}
	.box-container{
		padding-top: 0;
		position: absolute;
		width: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: white;
	}
	.box{
		-webkit-box-shadow: none;
	    box-shadow: none;
	}
	.box-after,
	.box-after a {
		color: #474747;
	}
	.language-selector {
		color: #474747;
	}
	.language-dropdown > div:hover,
	.language-dropdown > div:active {
		color: #474747;
	}
}










