html,body{
    font-family: Arial, Helvetica, sans-serif;
}
.no-border {
    border: 0 !important;
}
.main{
    
}
.left{
    display: none;
}
.right{
    background : #E6E6E6;
}
.control{
    display:flex;
    flex-direction: column;
    height: 100vh;
}
#systemlogo{

    max-width: 140px;
    margin: 50px auto;
}

.control h1 {
    align-self: center;
    color: #4D4D4D;
    }

.eingabe {
    display: flex;
    flex-direction: column;
    width: 80vw;
    margin: 0 auto;
}

.form-control {
    border-bottom: 1px solid #333333;
    margin-bottom: 10px;
}


.Password, .Benutzer {
    
}

input {
    background-color: transparent;
    border: none;
    padding-left: 10px;
    
}
input[type=text], input[type=password] {
    color: #666666;
    font-style: italic;
}

.input-icon {
    color: #666666;
}

#anmelden{
    background: #004F9F;
    border: none;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 18px;
    color: white;
    width: 120px;
    height: 50px;
    align-self: flex-end;
    margin: 10px 0 auto;
    cursor: pointer;
}


.eingabe p {
    align-self: flex-end;
}

#praxislogo {
    width: 140px;
    align-self: flex-end;
    margin-right: 3rem;
    margin-top: auto;
}

.px-page {
    font-size: 0.75rem;
    padding: 5px 1.5rem;
    margin: 10px;
}

/* Für Displays ab ca. 680px Breite */
@media screen and (min-width: 40em) {
    main {
        display: flex;
    }
    main > * {
        flex: 1;
    }
    .left {
        display: block;
        background: url('../images/GrafikMain.png') no-repeat;
        background-size: cover;
        height: 100vh;
    }
    .eingabe {
        width: auto; 
    }
}

/* Für Displays ab ca. 960px Breite */
@media screen and (min-width: 60em) {
    .left {
        flex: 2;
    }
    .right {
        flex: 1;
    }
}



@media screen and (max-height:650px){
	#systemlogo{
		margin: 10px auto;
	}
}

@media screen and (max-height:600px){
	h1{
		margin:0 0;
	}
}