/* #B31827 */

body.hcmsLoginBody {
	background: #262626 !important;
	
}

.headerHCMSLoginContainer {
	background: #FFFFFF !important;
}

.footerHCMSLoginContainer {
	vertical-align: top;
	padding-top: 30px;
	padding-bottom: 10px;
	color: #FFFFFF;
	
}

.loginScreen {
	/*background: url("/images/df-background-new_1920.jpg") no-repeat ;*/ 
	background-repeat: no-repeat;
  	
}

.footerImpressum {
	text-align: right;
}

.footerImpressum a {
	color: #FFFFFF !important;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	.footerHCMSLoginContainer, .footerImpressum {
		text-align: center !important;
	}
}

/* Large and up */
@media screen and (min-width: 64em) {
	.loginScreen {
  		min-height: 750px;
	}
}

.loginScreenContainer {
	background: #FFFFFF;
	max-width: 500px;
	padding-left: 20px;
	padding-right: 20px; 
}

.loginText {
	color: #333333;
	font-size: 1.5rem !important;
	font-weight: bold;
}

.loginImg {
	float:right;
}

.loginButton {
	padding-top: 10px !important;
	font-size: 1.5rem !important;	
	height: 50px !important;
	width: 100% !important;
}

.loginButton i {
	font-size: 25px;
}


.input-icons i { 
    position: absolute; 
} 
    
.input-icons { 
    width: 100%; 
    margin-bottom: 10px;
} 
    
.icon { 
	padding: 15px;
    font-size: 25px; 
    background: #5B9BD5;
	color: #fff;
	width: 70px; 
	text-align: center; 
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
	height: 50px !important;
} 
    
.input-field { 
	width: 100%; 
	padding: 10px;
    padding-left: 80px !important;  
    text-align: left; 
    height: 50px !important;
    font-size: 1rem !important;
	border: 1px solid;
	
	box-shadow: none !important;
	background: #F0F0F0 !important;
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #495E6B !important;
    font-size: 1rem !important;


} 

.input-field::placeholder{ 
  color: #C0C0C0 !important;
}
