
div.left {
	float: left;
}

div.right {
	float: right;
}

/* ===== Body ===== */
html {
	height: 100%;
}

body {
	height: 100%;
	background: gray;
	margin: 0;
	padding: 0;
}

#divKMKBody {
	width: 900px;
	height: 100%;
	margin: auto;
	background: white;
}

/* ===== Banner ===== */

#divKMKBanner {
	height: 65px;
	padding-top: 10px;
}

#divKMKBannerLeft {
	width:200px;
	height: 55px;
	margin-left: 10px;
	
    background-image: url('logo_kmkconnect_h53.png');
    background-repeat: no-repeat;
    background-position: topleft;
}

#divKMKBannerRight {
	float: right;

	height: 55px;
	margin-top: 5px;
	margin-right: 15px;
	
	text-align: right;
}

#divKMKBannerRight div {
	margin-bottom: 7px;
	color: rgb(31, 110, 130);
	font: bold 16px arial, sans-serif;
}

#divKMKBannerRight div a {
	color: rgb(50, 150, 170);
	font: bold 14px arial, sans-serif;
}

/* ===== Strip ===== */

#divKMKStrip {
	height: 40px;
	background: #dddddd;
	background: linear-gradient(to top,  rgb(33, 88, 104), rgb(49, 132, 155));
}

/* ===== Body ===== */

#divKMKContent {
	z-index: 2;
	text-align: center;
	padding-top: 10px;
}

/* ===== Footer ===== */
#divKMKFooter {
    position: fixed;
	bottom: 0;
	
	width: 900px;
	z-index: 1;
}

#divKMKFooter hr {
	width: 95%;
}
#divKMKFooter  div{
	text-align: right;
	margin-right: 20px;
	margin-bottom: 5px;
}

/* ===== Login Page ===== */
#divKMKLogin {
	width: 320px;
	margin: auto;
	text-align: center;
	padding-top: 10px;
}

#divKMKLogin form {
	text-align: right;
}

#divKMKLogin form span {
	color: #404040;
	display: inline-block;
	text-align: left;
	width: 100px;
	padding: 0px;
	font: bold 10pt arial;	
}





/* ===== Home Page ===== */
#divKMKHome {
	width: 300px;
	margin: auto;
	text-align: center;
	padding-top: 10px;
	z-index: 100;
}

#divKMKHome a {
	display: inline-block;
	width: 300px;

	padding-top: 15px;
	padding-bottom: 15px;

	background-color: #ffffff;	
	text-align: Middle;

	font: bold 13px arial, sans-serif;	
	color: rgb(31, 110, 130);
	
	font-size: 14px;
}
	
#divKMKHome a:hover {
	background-color: #eeeeee;	
}

/* New changes */

.leftside-logodiv{
	float:left;
	min-width:30%;
	height:100vh;
	background:url('../../images/loginbck.jpg');
	background-position:0px -160px;
	background-repeat:no-repeat;
	background-color:#2A3D4B;
	text-align:center;
}

INPUT.Login { width: 200px; }
#spnMsg {color: red; font-weight: bold;}

.Login{
	width:200px !important;
}

.loginformtable{
	margin-top:15px;
}

.btn-Submit {
    padding: 10px 20px 10px 20px;
    overflow: hidden;
    color: #FFFFFF;
    background: #2A3D4B;
    border-radius: 50px;
    border: 1px solid #2A3D4B;
    margin-top: 25px;
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
}

.btn-Cancel {
    padding: 10px 20px 10px 20px;
    overflow: hidden;
    color: #2A3D4B;
    background: #FFFFFF;
    border-radius: 50px;
    border: 1px solid #2A3D4B;
    margin-top: 25px;
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
	text-decoration:none;
}

.loginformtable input[type="text"]{ 
	border: 1px solid #2A3D4B;
	background: #FFF;
	height: 25px;
	padding:5px 5px 5px 5px;
	font-family: sans-serif;
	text-align:left;
	color:#333;
	border-radius:0 40px 40px 0;
	border-left:none;
}

.loginformtable input[type="password"]{ 
	border: 1px solid #2A3D4B;
	background: #FFF;
	height: 25px;
	padding:5px 5px 5px 5px;
	font-family: sans-serif;
	text-align:left;
	color:#333;
	border-radius:0 40px 40px 0;
	border-left:none;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: #e4e4e4;
	}
	::-moz-placeholder { /* Firefox 19+ */
	  color: #e4e4e4;
	}
	:-ms-input-placeholder { /* IE 10+ */
	  color: #e4e4e4;
	}
	:-moz-placeholder { /* Firefox 18- */
	  color: #e4e4e4;
	}
		
.loginformtable span{ 
	color:#333333;
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
}


.kmk-main{
	/*background:url('../ds3a/images/kmmk.jpg');*/
	background:#FFFFFF;
	background-position:2px -50px;
	background-size: 100%;
	
}

.link-portal{		
	text-decoration:none;
	font-family:sans-serif;
	font-size:12px;
	color:#2A3D4B;
	width:220px;
	float:right;
	padding-top:15px;
	padding-right:12px;
}

.link-logout{
	padding: 10px 20px 10px 20px;
    overflow: hidden;
    color: #FFFFFF;
    background: #2A3D4B;
    border-radius: 50px;
    border: 1px solid #2A3D4B;
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
	text-decoration:none;
}

input:-webkit-autofill{
	background-color: #FFF !important;
	background: #FFF !important;
}

.table-login{
	border: 1px solid #ffffff;
	padding:35px 0 35px 0;
	border-radius:15px;
	box-shadow:0px 0px 75px #c6c6c6;
}

#divKMKLogin {
	position:absolute;
	top:34%;
	left:calc(58%);
}

#formLogin {
   /* position: absolute;
    top: 28%;*/
    display: inline-block;
    /*left: 55%;*/
}

.chng-pwd h5 {
	margin-bottom:4px;
	color:#ca253c;
	font-family:sans-serif;
	font-weight:normal;
	font-size:14px;
	text-align:center;
}

#divKMKLogin h5 {
	font-size:24px;
	color:#2a3d4b;
	font-family:sans-serif;
	font-weight:normal;
}



.form-element-input{
	width:20px;
	height:10px;
	border: 1px solid #2A3D4B;
	border-radius: 0px 40px 40px 0px;
	padding: 11px 10px 10px 10px;
	margin-right: -5px;
	background-position:10px 7px;
	display:inline-block;
}

.form-element-div{
	width:20px;
	height:10px;
	padding: 10px;
	margin-right: -5px;
	display:inline-block;
}


.chng-pwd span{
	font-family:sans-serif;
	font-weight:normal;
	font-size:14px;
}

.main-div-center{
	position:absolute;
	top:30%;
	left:calc(50%);
}
