.background-foto {
	background: url("../images/vms_blau@1x.jpg") no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.login-background {
	background: #4e4e5a;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	border-left: 3px solid #9a1440;
}

.container {
	margin-top: 200px;
}

.logged-in-ext {
	margin-top: 70px;
	background: #f4f4f4;
}

.customer-logo {
	background: transparent url('../images/logo_supplier.png') no-repeat center;
	height: 83px;
	font: 11px arial, sans-serif;
	background-size: 200px;
}

a {
	text-decoration: underline;
	color: #00b5e1;
	font-weight: 200;
}

.footernav_button {
	color: #999;
	height: 18px;
	float: right;
	text-decoration: none;
}

.login-text-color {
	color: #009ab7;
}

.profile-img-card {
	width: 100px;
	height: 100px;
	margin: 0 auto 30px;
	display: none;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.logo-center {
	margin: 0 auto 0;
	display: block;
}


.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #5f5f5f;
    text-align: center;
    background-color: #dbdbdb;
    border: solid 1px #979797;
    border-radius: 3px;
}


.btn{
	width: 100%!important;
    height: 41px!important;
    background-image: linear-gradient(to bottom, #00b1dc, #007dc2)!important;
    font-size: 15px!important;
    font-style: normal!important;
    font-stretch: normal!important;
    line-height: 1.33!important;
    letter-spacing: normal!important;
    text-align: center!important;
    color: #ffffff!important;
	text-transform: uppercase!important;
	border-radius: 0!important;
    border-bottom: 2px solid white!important;
}


.panel{
	border:0!important;
	border-radius: 0!important;
}


.section-header-text{
	color: white;
    font-weight: 500;
	font-size: 15px;
	margin-bottom:3px!important;
}

.section-text{
	color:#dbdbdb;
	color: #dbdbdb;
    font-size: 12px;
    font-weight: 200;
    margin-bottom: 27px!important;
}

.panel{
	width: 320px!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.impressum{
	color:white;
	font-weight: 200;
	font-size:14px;
	margin-right:48px;
}


.support{
	color:white;
	font-weight: 200;
	font-size:14px;
	margin-right:50px;
}


.byfruuts{
	color:white;
	font-weight: 200;
	font-size:14px;
}

.section-support{
	background: #00b5e1;
    color: white;
    font-weight: 200;
    font-size: 13px;
    padding: 7px;
	border-radius: 5px;
	margin-bottom:10px;
}


.section-support:after{
	content: '';
    position: absolute;
    left: 130px;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    clear: both;
}