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;
}

#ctl00_ContentPlaceHolder1_UpdatePanelReg {
    background-color: transparent !important;
}
.RegisterPopup {
    background-color: #FFF;
    width: 700px;
    height: 550px;
}

.modalBackground {
    background-color: #FFF;
    opacity: 0.7;
}
.modalHeader {
    background-color: #7C7E78;
    color: #fff;
    height: 48px;
    line-height: 45px;
    box-sizing: border-box;
    padding-top: 14px;
    padding-left: 15px;
    font: normal normal normal 18px/22px Arial;
}

.modalRegHeadline {
    font: normal normal normal 21px/24px Arial;
    
}
.modalRegDivHeader {
    margin-top: 20px;
    margin-left: 110px;
    margin-bottom: 20px;
    background-color: transparent;
}

.modaldivRegInput {
    background-color: transparent;
    margin-left: 110px;
    display: flex;
}

.modalRegInput {
    width: 280px !important;
    margin-left: 100px;
    border: 1px solid #DDDDDD !important;
    padding: 0.5rem !important;
    font-size: 12px !important;
    font-family: tahoma, arial, verdana, sans-serif !important;
    font-style:unset !important;
}

.modalRegCb input {
    width: auto !important;
    margin-left: 200px;
    margin-right: 10px;
}

.modalRegInput:focus {
    border: 1px solid #DDDDDD !important;
    background-color: #FFFF96 !important;
    
}

.modalinputmissing {
    border: 1px solid #ff0000 !important;
    
}


.modalRegLab {
    order: 2;
    margin: auto 0;
}

.modalbtnfooterReg {
    background: url('../images/Haken128x128.png') no-repeat;
    background-color: #F8F8F8 !important;
    background-size: 20px;
    background-position-x: 10px;
    background-position-y: 5px;
    width: 180px !important;
    height: 36px;
    border: 1px solid #DDDDDD !important;
    padding-left: 35px !important;
}

.modalbtnfooterEnd {
    background: url('../images/Verlassen128x128.png') no-repeat;
    background-color: #F8F8F8 !important;
    background-size: 20px;
    background-position-x: 10px;
    background-position-y: 7px;
    width: 180px !important;
    height: 36px;
    border: 1px solid #DDDDDD !important;
}

#ctl00_ContentPlaceHolder1_Login1_LoginButton {
    background: url('../images/Anmelden.png') no-repeat;
    background-size: 20px;
    background-position-x: 10px;
    background-position-y: 5px;
}
#ctl00_ContentPlaceHolder1_ButtonRegister {
    background: url('../images/Personenkonten_W128x128.png') no-repeat;
    background-size: 20px;
    background-position-x: 10px;
    background-position-y: 5px;
}

/* 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;
	}
}