@charset "utf-8";

/* CSS Document */

#loginBody {
    padding: 0px 50px 0 50px;
}

#header-login {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 140px;
    border: none;
    overflow: hidden;
}

#header-login #leftbox {
    /* 	background-size:contain; */
    position: relative;
    height: 140px;
    width: 40%;
    float: left;
    overflow: hidden;
}

#header-login #leftbox #logoKTB {
    display: block;
    position: relative;
    float: left;
    top: 0;
	height:77px;
	width:220px;
    float: left;
    background: url("../images/logo/ktblogo_login.jpg") top left no-repeat;
	background-size: contain;	
    overflow: hidden;
}

#header-login #rightbox {
    position: relative;
    height: 140px;
    width: 60%;
    float: right;
    top: 0px;
    border: none;
}

#header-login #rightbox #infoWelcome {
    position: absolute;
    bottom: 25%;
    left: 20%;
    height: 70px;
    width: 320px;
    background: url("../images/login/welcomeLogin.jpg") top left no-repeat;
}

#header-login #rightbox #content {
    position: absolute;
    bottom: 10%;
    left: 18%;
    font-size: 11px;
    font-family: sans-serif;
    width: 100%;
}

#header-login #rightbox a#logout {
    position: absolute;
    top: 40px;
    padding: 5px 10px;
    color: #00a4e4;
    background: #ffffff;
    border-radius: 6px;
    cursor: pointer;
}

#header-login #rightbox #logout:hover {
    /* background: url("../images/icons/logout.png") center center no-repeat; */
}

#header-login:after {
    clear: both;
}

#replacecontent #rightBg {
    position: relative;
    height: 375px;
    width: 535px;
    background: url("../images/login/loginRightbackground.jpg") top left no-repeat;
}

#replacecontent #contentLogin {
    border-bottom: #E0D4D4 solid 1px;
    position: relative;
}

#footerLogin {
    margin: -2em 0 0 0;
    padding: 0;
    width: 100%;
    border: none;
}

#footerLogin #content {
    position: relative;
    height: 85px;
    width: 50%;
    float: left;
    top: 10;
}

#footerLogin #leftbox {
    position: relative;
    width: 48%;
    float: left;
    top: 0;
    padding: 10px 10px 0 10px;
    border-right: #E0D4D4 solid 1px;
}

#footerLogin #rightbox {
    position: relative;
    width: 48%;
    border: none;
    float: right;
    top: 0;
    padding-top: 10px;
}

#footerLogin #rightbox label {
    margin: 0;
    font-weight: normal;
}

#loginTableUnderLine {
    border-bottom: #E0D4D4 solid 1px;
    width: 290px;
}

i.icon-circle-arrow-up {
    position: absolute;
    height: 20px;
    width: 20px;
    background: url("../images/login/2faup.jpg") top left no-repeat;
}

i.icon-circle-arrow-down {
    position: absolute;
    height: 20px;
    width: 20px;
    background: url("../images/login/2fadown.jpg") top left no-repeat;
}

.pzSignIn {
    position: absolute;
    top: -35px;
    /* left:35px; */
    height: 55px;
    width: 245px;
    background: url("../images/login/pleaseSignIn.jpg") top left no-repeat;
}

.pzSignIn:hover {
    /* background-position: 0 -55px; */
}

a.link-login {
    margin: 15px auto;
    display: table;
}

a.link-login:hover {
    font-weight: bold;
}

a.link-login.comAdmin {
    color: #ff7e00;
}

a.link-login.comUser {
    color: #00a4e4;
}

.icon-comAdmin {
    padding-left: 38px;
    background: url("../images/login/icon-comAdmin.png") no-repeat;
    height: 29px;
    line-height: 29px;
    color: #ff7e00;
}

.icon-comUser {
    padding-left: 38px;
    background: url("../images/login/icon-comUser.png") no-repeat;
    height: 11px;
    line-height: 11px;
    color: #00a4e4;
}

#header-login #leftbox .changepass {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 35px;
    width: 100%;
    background: url("../images/login/changepass.jpg") top left no-repeat;
}

label.tooltip {
    font-weight: normal;
    font-size: 11px;
    font-style: italic;
    text-decoration: none;
    float: left;
    padding-left: 0px;
    color: #909090;
}

#loginBody .btn {
    width: 100%;
    font-weight: bold;
}

#loginform {
	position: relative;
}

#switch-lang {
	position: absolute;
	top: -35px;
	left: 350px;
	color: #555;
}
#switch-lang > a {
	padding: 6px;
	border: solid 1px #00a4e4;
	border-radius: 5px;
	color: #00a4e4;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	display: -webkit-inline-box;
}
#switch-lang a:hover, #switch-lang a.active {
	background-color: #00a4e4;
	color: #fff;
}
#switch-lang > span {
	margin-left: 2px;
	margin-right: 2px;
}