/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018.03.12., 22:44:36
    Author     : lohner
*/

html {
	/*		height: 100%;*/
}
body {
	padding-left: 15px;
	padding-right: 15px;
	background: rgb(53,106,160); /* Old browsers */
	background: url(../images/bg1.jpeg) no-repeat center center fixed;
	-webkit-background-size: cover; /*Used by Safari &amp; Chrome*/
	-moz-background-size: cover; /* Used by Firefox */
	-o-background-size: cover; /* Used by Opera */
	background-size: cover; /* All Modern Browsers */
}

.vertical-center {
	min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 100vh; /* These two lines are counted as one :-)       */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#loginbox {
	margin-top: 50px;
	border-radius: 10px;
}

#loginbox > div:first-child {        
    padding-bottom: 10px;    
	background: #fff;
}

.iconmelon {
    display: block;
    margin: auto;
}

#form > div {
    margin-bottom: 25px;
}

#form > div:last-child {
    margin-top: 10px;
    margin-bottom: 10px;
}

.panel {    
    background-color: transparent;
}

.panel-body {
    padding-top: 30px;
    background-color: rgba(255,255,255,.3);
}

.portal_version {
/*	font-weight: bold;*/
	font-style: italic;
	color: #4666ff;
	text-shadow: 2px 2px 4px #4666ff;
}
.portal_version_number {
	color: #666;
	font-size: 0.8em;
}

.iconmelon,
.im {
	position: relative;
	width: 150px;
	height: 150px;
	display: block;
	fill: #525151;
}

.iconmelon:after,
.im:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
