*{
    box-sizing: border-box;
}

div.loginClass{
    position: relative;
    top: 1%;
    margin: 0 25% 5% 25%;
}

div.recoveryClass{
    position: relative;
    top: 1%;
    margin: 0 25% 5% 25%;
}

input:focus{
    border: none;
}
button.spracheDE{
    color: #000;
    font-size: 14px;
    cursor: pointer;
    border:none;
    background-color: transparent;
    float: right;
    right: 0;
    margin-right: 13%;
    margin-top: 1%;
    position: absolute;
}

button.spracheEN{
    color: #000;
    font-size: 14px;
    cursor: pointer;
    border:none;
    background-color: transparent;
    float: right;
    right: 0;
    margin-right: 17%;
    margin-top: 1%;
    position: absolute;
}

button.spracheIT{
    color: #000;
    font-size: 14px;
    cursor: pointer;
    border:none;
    background-color: transparent;
    float: right;
    right: 0;
    margin-right: 9%;
    margin-top: 1%;
    position: absolute;
}

button.spracheES{
    color: #000;
    font-size: 14px;
    cursor: pointer;
    border:none;
    background-color: transparent;
    float: right;
    right: 0;
    margin-right: 5%;
    margin-top: 1%;
    position: absolute;
}

button.spracheFR{
    color: #000;
    font-size: 14px;
    cursor: pointer;
    border:none;
    background-color: transparent;
    float: right;
    right: 0;
    margin-right: 1%;
    margin-top: 1%;
    position: absolute;
}

.headers {
    position: absolute;
    top: 30px;
    text-align: center;
    align-items: center;
    margin: 0 5px 30px 5px;
    padding-bottom: 25px;
}

#loginHeader{
    position: relative;
}
#headerPwRecovery{
    position: relative;
}

#Info{
    position: absolute;
    right: 0;
    left: 0;
    bottom:0;
    margin: auto;
}

body {
    background: #f6f5f7!important;/*removes the logo on Login page*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;;
    margin: -20px 0 50px;
    padding-top: 5px;
    font-weight: normal;
    font-family: 'Montserrat',"Segoe UI", "Helvetica", "Arial", "Verdana", "Sans-serif";
    font-size: 14px;
    overflow: auto;
}

h1 {
    margin: 0;
    font-size: 26px;
    text-align: center;
    vertical-align:middle;
    font-weight: normal;
}

button {
    border-radius: 10px;
    border: 1px solid  #315D5E;
    background-color:  #315D5E;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 10px;
    font-weight: normal;
}

button.ghost {
    border-color: white;
    color: white;
    cursor: pointer;
    align-items: center;
    padding: 10px 15px;
    position: absolute;
    bottom: 30px;
    width: 75%;
    right: 12.5%;
}

button.ghost:hover {
    background-color: #1d2737;
}

#loginBtn{
    align-items: center;
    width: 75%;
    margin-left: 12.5%;
    margin-right: 12.5%;
    margin-top: 5%;
    position: absolute;
    bottom: 30px;
}

#loginBtn:hover{
    background-color: #1d2737;
}

input {
    background-color: #eee;
    border: none ;
    padding: 12px 15px;
    width: 75%;
    border-radius: 10px;
    margin: 8px 12.5% 0;
}

#authCodeInput{
    background-color: #eee;
    border: none ;
    padding: 12px 15px;
    width: 35%;
    border-radius: 10px;
    margin: 8px 12.5% 0;
}

#sendAuthCodeButton{
    width: 30%;
    margin-left: -3%;
    margin-right: 12.5%;
    margin-top: 2%;
    position: absolute;
}

#sendAuthCodeButton:hover{
    background-color: #1d2737;
}

label {
    margin: 8px 14% 0;
    width: 100%;
    text-align: center;
    align-items: center;
}

.container{
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25),
    0 10px 10px rgba(0,0,0,0.22);
    position: relative;
    width: 50vw;
    height: 50vh;
    min-width: 600px;
    max-width: 100%;
    min-height: 460px;
    margin-bottom: 5%;
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
}

#loginError {
    color: red;
    margin-left: 12.5%;
    margin-right: 12.5%;
}

.login-container {
    left: 50%;
    width: 50%;
    z-index: 2;
    top: 0;
}

.recovery-container {
    left: 50%;
    width: 50%;
    z-index: 2;
    top: 0;
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden ;
    z-index: 0;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

.overlay {
    background-color: #315D5E;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: 0%;
    height: 100%;
    width: 200%;
    border-radius: 10px;
}

.overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
}

.overlay-right {
    left: 0;
}

img{
    width: 18%;
    height: 18%;
    margin: 1%;
    padding: 10px;
}

header{
    background-color: #f6f5f7;
    height: auto;
    min-height: 60px;
    margin-bottom: 2%;
    font-size: 13px;
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    display: flex;
    width: 100vw;
    overflow: hidden;
    box-sizing: border-box;
    list-style: none;
}

footer{
    background-color: transparent;
    font-size: 14px;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    width: 100vw;
    overflow: hidden;
    box-sizing: border-box;
    list-style: none;
    height: auto;
}

footer hr {
    color: #000;
    text-decoration: none;
    cursor:pointer;
    border: none;
    height: auto;
    margin: 1%;
}

#linkHomepage{
    padding: 10px;
}

#impressumLink{
    padding: 10px;
}

footer hr:hover{
    color: #1d2737;
}

#recoveryBtn{
    align-items: center;
    width: 75%;
    margin-left: 12.5%;
    margin-right: 12.5%;
    margin-top: 5%;
    position: absolute;
    bottom: 30px;
}

#recoveryBtn:hover{
    background-color: #1d2737;
}

#infotextDivRec{
    line-height: 20px;
    align-items: center;
    top: 0;
}

#infotextDiv{
    line-height: 20px;
    align-items: center;
    top: 0;
    width: 90%;
    margin: 0 auto;
}
#infotext{
    width: 90%;
}
#mainenanceDiv{
    line-height: 20px;
    align-items: center;
    top: 0;
    background-color: transparent;
    display: block;
    margin: 0;
}

.highlighted{
    border-bottom: 3px solid #1d2737 !important;
    border-radius: 0;
}

.icon{
    width: 33px;
    height: 33px;
    padding: 1px!important;
    margin: 1px!important;
    float: right;
    top: 115px;
    right: 15%;
    position: absolute;
}