/*********************
	FONTS & COLORS
**********************/
html,body{
	height:100vh; /*fix fuer IE 11 Layout */
	min-height:100%; /*fix fuer IE 11 Layout */
}

.title {
	width: 100%;
	font-weight: bold;
}

h1{
	font-size:24px;
}
h3{
	font-size: 14px;
	margin-bottom: 0;
}

body {
	color: #6a6b6a;
	font-size: 14px;
	/*background-image: url(../images/corporate/CPP-login-background.png);*/
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.logo-container{
	max-width: 450px;
	display: block;
	padding: 10px 10px 0 10px;
}

div.header{
	text-align:center;
	padding-bottom: 15px;
}

/*********************
	PAGE LAYOUT
**********************/
.flex-row {
	display: flex;
	height: 100%;
	flex-direction:column;
	overflow:auto;	
}

.flex-row .flexmargin{
	flex: 1;
}
.flex-row .flexbody{
	flex: 4;
}
@media screen and (max-width: 768px) and (orientation:portrait){
	.flex-row .flexmargin{
		flex: .5;
	}
}
@media screen and (max-width: 768px) and (orientation:landscape){
	.flex-row .flexmargin{
		flex: .2;
	}
}
/*********************
	FORMULAR LAYOUT
**********************/

.login-button {
	border-radius: 4px;
	margin-top: 6px;
	box-shadow: 5px 5px 3px grey;
	width: 100%;
	margin-bottom: 10px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tfa-button {
    border-radius: 4px;
    box-shadow: 5px 5px 3px grey;
    width: 100%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-button.primary-action {
	background-color: #5AAC44;
	color:#fff;
	box-shadow: 5px 5px 3px grey;
	border-color: #57963c;
}

.login-button.primary-action:hover {
	background-color: #61BD4F;
	color:#fff;
}

.forgot-button {
	width:50%;
	border-radius: 0px;
	box-shadow: 5px 5px 3px grey;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.form-horizontal {
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
}

.cs-barmenia .form-horizontal, 
.cs-barmenia2 .form-horizontal, 
.cs-barmenia3 .form-horizontal, 
.cs-barmenia4 .form-horizontal, 
.cs-barmenia-acct .form-horizontal, 
.cs-barmenia-test .form-horizontal {
    padding: 30px;
    background-color: white;
    border-radius: 20px;
    opacity: 0.8;	
}

@media screen and (min-width:767px){
	.cs-barmenia .form-horizontal, 
	.cs-barmenia2 .form-horizontal, 
	.cs-barmenia3 .form-horizontal, 
	.cs-barmenia4 .form-horizontal, 
	.cs-barmenia-acct .form-horizontal, 
	.cs-barmenia-test .form-horizontal{
	    min-width:400px;
	}
}

.form-horizontal .form-group{
	margin: 0px;
	margin-bottom: 10px;
}

.form-group {
	margin-bottom: 10px;
}

::-webkit-input-placeholder {
   text-align: center;
}
::placeholder { /* Firefox 18- */
   text-align: center;  
}
::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}
:-ms-input-placeholder {  
   text-align: center; 
}
input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}

.form-control {
  box-shadow: 5px 5px 3px grey;
}

.message {
	text-align: center;
	border-radius: 8px;
	padding: 10px;
	max-width: 400px;
	margin-left: auto;
	margin-right:  auto;
	margin-bottom: 15px;
}

.message > p{
	margin-bottom: 0px;
	color: #fff;
}

.error {
	color: red; /* #B3000C; */
	font-weight: bold;
	font-size: 14px;
    margin-bottom: 20px;
 	text-align:center;
}

a {
	font-size:14px;
	cursor:pointer;
	font-weight:bold;
}

@media screen and (max-width: 991px){
	h1 {
    	font-size: 24px;
    }
    h2, h3 {
    	font-size:16px;
    }
}

.abs-position {
	position:relative;
	margin: auto;
}

@media screen and (min-width: 599px) {
	.abs-position {
		position:absolute;
		margin:0;
	}
	
	/* LO/LU gleich behandeln, solange die noetige Hoehe nicht vorhanden ist */
	.content-main-LO, .content-main-LU {
	    top: 5%;
	    left: 5%;
	}
	
	/* RO/RU gleich behandeln, solange die noetige Hoehe nicht vorhanden ist */
	.content-main-RO {
	    top: 5%;
	    right: 5%;
	}
	
	.content-main-MM {
	    position:relative;
	    margin:auto;
	}
}

@media screen and (min-width: 599px) and (min-height: 700px) {

	.content-main-LU {
		top: unset;
	    bottom: 5%;
	    left: 5%;
	}
	
	.content-main-RU {
		top: unset;
	    bottom: 5%;
	    right: 5%;
	}	
}

.login-form {
    max-width: 400px;
    padding: 12px;
  } 
  
.form-splitter {
	display:flex;
	justify-content:center;
	flex-direction: row;
}
.form-splitter > .split-line {
    flex: 1;
    align-self: center;
    margin: 0 20px 1px;
    border-bottom: 2px solid #333;
}

.form-splitter > .split-text {
	color: #333;
	font-weight: bold;
} 

.login-button-icon {
	background-size: contain; 
	background-repeat: no-repeat; 
	height: 16px;
	width: 16px;
	display: inline-flex;
	margin-right: 4px;
}

.no-margin {
	margin:0;
}

.content-wrapper {
  z-index: 1;
  position:relative;
  padding-bottom: 30px;
  padding-top: 15px;
  margin-bottom: 15px;
}

/* form-background */
.content-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: -1;
  background-color: white;
  border-radius: 5px;
  box-shadow: rgba(0,0,0,0.3) 0 0 10px;
}

.unset-float {
	float:unset;
}
