h1{
    text-align: center;
	font-size: 26px;
	margin-top: 0;
}

body{
    width: 100%;
    margin: auto;
}

.header{
	background-color: white;
	width: 100%;
	height: 100px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}

.main {
	max-width: 500px;
	margin: auto;
	padding: 18px;
	background: #fff;
	margin-top: 36px;
	position: relative;
}

 .footer{
	 max-width: 500px;
	 margin-top: 12px;
	 margin-left: auto;
	 margin-right: auto;
	 text-align: center;
 }

 #logo{
  height: 80%;
  max-width: 80%;
}

#code {
    width: 100%;
    padding: 5px 5px;
    margin: 8px 0px;
    box-sizing: border-box;
  }

#btnLogin {
    width: 100%;
	background-color: #e43117 !important;
	border-color: #e43117 !important;
	border-radius: 0;
	margin: 0 !important;
}

#btnLogin:hover {
	background-color: #ffffff !important;
	color: #e43117;
}

.box_50_left{
	display: inline-block;
}

.box_50_right{
	display: inline-block;
}

.flex-container {
  clear: both;
  width: 500px;
  display: flex;
  margin: auto;
}
.flex-container-l {
  width: 50%;
  display: flex;
  justify-content: flex-start;
}

.flex-container-r {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

label {
	position: absolute;
    left: 29px;
    display: block;
    font-size: 11px;
    opacity: 1;
    color: #404040;
    background: #fff;
    padding: 0 6px;
    line-height: 1;
    font-weight: 400;
}

input:not(.btnLanguage) {
	border-radius: 2px;
    background-color: #ffffff !important;
    border: 1px solid #b2b2b2 !important;
    padding: 10px 15px 10px 15px !important;
	margin: 6px 0 0 0 !important;
}

input:focus {
	border-color: #e43117 !important;
}

input#btnLanguageDE {
	background-image: url(/img/de.png);
    background-repeat: no-repeat;
    object-fit: cover;
    height: 12px;
    width: 18px;
    border-radius: 0;
}

input#btnLanguageEN {
	background-image: url(/img/en.svg);
    background-repeat: no-repeat;
    object-fit: cover;
    height: 12px;
    width: 18px;
    border-radius: 0;
}