body {
  font-family:'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  background:url("../images/login/loginBg.jpg") no-repeat center top;
  font-weight:300;
}
.ckflogo {
  margin: 20px auto 0 auto;
  display: block;
}
.loginmaindiv {
  height: 380px;
  margin-top: 150px;
  background-image: url('../images/login/loginCenterBg.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}
.loginfooter {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  clear: none;
}
.loginfooter1 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  clear: none;
}
.loginfooterdiv {
  margin-bottom: 15px;
  color: #006582;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.footerlink {
  display: inline-block;
  color: #006582;
  font-size: 12px;
  text-decoration: none;
}
.footerlink:hover {
  text-decoration: underline;
}
.logincontent {
  display: block;
  width: 333px;
  height: 333px;
  margin-right: auto;
  margin-left: auto;
  /*color: white;*/
}
.logintitle {
  padding-top: 40px;
  padding-bottom: 50px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  font-weight:300;
  color: #006582;
}
.loginforminput {
font-weight:300;
  width: 300px;
  margin-left: 15px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  background-color: transparent !important;
  opacity: 1;
  font-size:18px;
  color: #006582;
  margin-top:5px;
  padding-left:3px 3px 3px 3px;
}

.loginforminput.password {
  margin-top:20px;
}

.loginforminput:focus {
  border-top-style: none;
  border-right-style: none;
  border-bottom-color: #624c01;
  border-left-style: none;
  outline:none;
  color: #006582;
  
}
.loginSubmitDiv{
	margin-top:50px;
	font-size:22px;
	font-weight:300;
	text-align:center;
}
.loginformsubmitText {
  background-color: transparent;
  border:none;
  color: #ffffff;
}

.loginformsubmitbtt {
  position: relative;
  left: 0;
  top: -6px;
  width: 26px;
  height: 26px;
  background-color: transparent;
  background-image: url('../images/login/submitBtt.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border:none;
}

.loginTextUnder{
	color:#ffffff;
	width:auto;
	text-align:center;
	margin:0px auto;
	margin-top:50px;
}

