
body {
	background: url("../images/JLL/bg_customer_jll.jpg");	
	background-size: cover;
}

.welcome-title {
	color: black;   /*#bc141a; black;*/
	font-weight: bold;
}

.panel-transparent {
    width: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: white;
}

textarea:focus, input:focus{
    outline: none;
}

/*.contentZone{
	background:#ececec;
	width:39%;
	margin:0;
	padding;0;
	height:100%; 
	display: inline-block;
}*/

.loginForm,
.chgPwdForm {
	/* background:white; */
	/* border:solid 1px #d3d3d5; */
	/*width:330px;
	height:350px;*/
	margin : 0 auto;
	padding-top: 35px;
	/* box-shadow:0 1px 2px rgba(0,0,0,0.25); */
}

.loginForm label,
.chgPwdForm label {
    white-space: nowrap;
    color: black;
    font-weight: bold;
}

.loginForm input,
.chgPwdForm input {
    white-space: nowrap;
    color: white;
    font-weight: normal;
}

.bookeasyLogo {
	width:100%;
	text-align: left;
	margin:30px 0 30px 0; 
}
.bookeasyLogo img {

}
.inputBlock {
	margin: 20px 20px 30px 20px;
}
/*.labelWrapper{
	color: #ffffff;
	margin-bottom: 8px;
}*/

.inputWrapper{
	width:100%;
	padding:3px;
	padding-left: 10px;
    padding-right: 10px;
	border: solid 1px #ffffff;
}

.inputWrapper input {
	width:100%;
	height: 25px;
	border:0px solid;
	padding: 0;
	background:transparent;
}

input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill {
	background-color: rgb(250, 215, 189);
	background:transparent;	
}
	
.buttonBlock {
	margin: 20px 20px 10px 20px;
}
.buttonBlock input.button {
	/* width:100%; */
	-webkit-appearance: none;
	cursor:pointer;
	background: #1b81c4;
	transition: .25s ease-in-out;
	display: block;
	line-height: 25px;
	color:white;
	border: 0px;
	border-radius: 4px;
	padding-left: 15px;
	padding-right: 15px;
}
input.button:hover {
	background: #3498db !important;
}
.infoZone{
	width:60%;
	margin:0;
	padding;0;
	height:100%; 
	display: inline-block;
}
p.title {
	color: white;
	font-size: 50px;
	margin: 30px 30px 30px 30px;
}
p.subtitle {
	color: white;
	font-size: 30px;
	width:50%;
	margin: 30px 0px 30px 30px;	
}
.bookeasySmallLogo {
	width:100%;
	margin: 30px 0px 30px 30px;
}
.bookeasySmallLogo img {

}
.changePwd {
	/*text-align: right;*/
	margin-left: 200px;
	color: black;	
}

.footer{
	width:40%;
	text-align:center;
	bottom:0;
	position:absolute;
}
.footer p{
	color:black;	
}