﻿@charset "utf-8";
/* CSS Document */

html, body {
	min-height: 100%;
	margin: 0;
	padding: 0;
}
html {
    background: url(/Content/images/b2.jpg);
	background-size: cover;
}

.branding {
    background: #2a2742;
    padding: 15px;
    border-bottom: 3px solid #c3975a;
}

.branding img {
    width: 100%;
    max-width: 160px;
    max-height:50px;
}

body {
	font-family: 'Arial';
	font-size: 14px;
}
.wrapper {
	background: white;
	width: 300px;
	margin: auto;
	margin-top: 100px;
}
.header {
	margin-bottom: 20px;
	font-size: 24px;
	color: #bb6f0c;
	line-height: 50px;
	clear: both;
	text-align: center;
}
.inputContainer {
	border-radius: 4px;
	position: relative;
}
.inputContainer>table {
	width: 80%;
	margin: auto;
	padding: 10px 0 0;
}
.inputContainer>table .row {
	padding-bottom: 15px;
}
.inputContainer>table .row.extra-row {
	position: relative;
}
.inputContainer .language-select {
	cursor: pointer;
	height: 24px;
	font-size: 14px;
	width: 110px;
}
.inputContainer .language-select .en {
	background: url(Images/flags.jpg) no-repeat;
}
.inputContainer .language-select.ddSelect {
	position: relative;
	z-index: 100;
}
.inputContainer .language-select.ddSelect .caret {
	background: url(Images/caret.png) no-repeat;
	position: absolute;
	right: -6px;
	top: 8px;
}
.inputContainer .language-select.ddSelect #divItemList {
	z-index: 200;
	background: white;
}
.inputContainer .language-select.ddSelect #divItemList #lbLanguage {
	color: #888888;
}
.inputContainer .language-select.ddSelect #divSelectedItem {
	background-color: transparent!important;
}
.inputContainer .language-select.ddSelect #divSelectedItem .flag i {
	position: absolute;
	top: 2px;
	left: 0;
}
.inputContainer .language-select.ddSelect #divSelectedItem #lbLanguage {
	margin-left: 5px;
	position: relative;
	top: -1px;
	color: #444444;
}
.inputContainer .language-select.ddSelect .ddItem .flag i {
	height: 19px;
}
.inputContainer .language-select.ddSelect .ddItem {
	line-height: 21px;
}
.inputContainer .language-select.ddSelect .ddItem:hover {
	background-color: #f2f2f2!important;
}
.inputContainer .language-select #divItemList {
	border-color: #c6c7c8;
}
.inputContainer .language-select #lbLanguage {
	font-size: 15px;
}
.inputContainer .icon-txt {
	position: absolute;
	top: 10px;
	left: 2px;
	color: #c9c9c9;
	font-size: 16px;
}
.inputContainer .custom-textbox {
	padding: 0 5px;
	font-size: 16px;
	padding: 0 0 0 15px;
	height: 38px;
	line-height: 38px;
	border: none;
	color: #536270;
	border: 1px solid #c6c7c8;
	border-radius: 8px;
	font-family: 'Arial';
	background: white;
	width: 100%; 
     box-sizing: border-box;
     -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;
}
.inputContainer .custom-textbox:focus {
	font-style: normal;
	border: none;
	outline: none;
	border: 1px solid #67151b;
}
.inputContainer .custom-textbox:focus+[class^="icon"] {
	color: #67151b;
}
.inputContainer .showPass {
	height: 14px;
	float: left;
	display: block;
	color: #333333;
	margin-left: -2px;
	font-size: 14px;
	text-align: left;
}
.inputContainer .showPass .checkShowPass {
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 0 0 2px 0;
}
.inputContainer .showPass span {
	margin-left: 2px;
	vertical-align: top;
	position: relative;
	top: 0px;
}
.inputContainer .inputCaptcha {
	width: 127px;
	float: left;
	text-align: center;
	margin: 2px 0 6px 2px;
	color: #536270;
	border: none;
	padding: 0;
	position: relative;
	border-radius: 3px;
	border: 1px solid #c6c7c8;
	height: 32px;
}
.inputContainer .inputCaptcha:focus {
	background-position: -8px -43px;
	outline: none;
	font-style: normal;
}
.inputContainer .codeCaptcha {
	float: left;
	width: 75px;
	height: 27px;
	margin: 2px 2px 6px 0px;
}
.inputContainer .btnLogin {
	background-color: #c3975a;
	width: 100%;
	border: none;
	border-radius: 8px;
	padding: 12px 0;
	cursor: pointer;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial;
}
.inputContainer .btnLogin:hover {
	background-color: #C08B2C;
}

.inputContainer .btnLoginDisable {
	background-color: #67151b;
	width: 100%;
	border: none;
	padding: 12px 0;
	cursor: pointer;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial;
	background-color: #cccccc;
}
.inputContainer .btnLoginDisable:hover {
	background-color: #921f27;
}
.inputContainer .refreshCont {
	float: left;
	padding-bottom: 6px;
}
.inputContainer .refreshCode {
	margin: 5px 2px 2px 3px;
	background: url(images/refresh.png) no-repeat;
	background-position: 0 0;
	width: 22px;
	float: left;
	height: 19px!important;
	cursor: pointer;
	padding: 0;
	position: relative;
	top: 4px;
}
.inputContainer .refreshCode:hover {
	background-position: 0 -19px;
}
.errorMessage {
	font-size: 13px;
	color: #cc0000;
	text-align: center;
	width: 100%;
}
.eq-ie7 .checkShowPass {
	position: relative;
	top: -2px;
}
.ie9 [type="checkbox"]:not(:checked)+span:after, .ie9 [type="checkbox"]:checked+span:after {
	left: 2px;
}
.ie9 .errorMessage {
	font-size: 12px;
}
.ie9 .browser-warning {
	width: 490px;
}
.ie8 .inputContainer .showPass, .ie7 .inputContainer .showPass {
	margin-left: 0;
}
.ie8 .errorMessage, .ie7 .errorMessage {
	font-size: 12px;
}
.ie7 .inputContainer .custom-textbox {
	padding: 0;
	width: 100%;
}
.ie7 .language-box {
	text-align: left;
}
.ie7 .inputContainer>table {
	margin: 30px 15px 20px;
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
[type="checkbox"]:not(:checked)+span, [type="checkbox"]:checked+span {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	font-weight: normal;
	font-size: 14px;
}
[type="checkbox"]:not(:checked)+span:before, [type="checkbox"]:checked+span:before {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	width: 14px;
	height: 14px;
	border: 2px solid #c6c7c8;
	border-radius: 2px;
}
[type="checkbox"]:checked+span:before {
	background: #67151b;
	border: 2px solid #67151b;
}
[type="checkbox"]:not(:checked)+span:after, [type="checkbox"]:checked+span:after {
	content: "\2713 ";
	position: absolute;
	left: 4px;
	top: 1px;
	font-size: 18px;
	line-height: 0.8;
	color: white;
	transition: all .2s;
}
[type="checkbox"]:not(:checked)+span:after {
	opacity: 0;
	transform: scale(0);
}
[type="checkbox"]:checked+span:after {
	opacity: 1;
	transform: scale(1);
}
[type="checkbox"]:disabled:not(:checked)+span:before, [type="checkbox"]:disabled:checked+span:before {
	box-shadow: none;
	border-color: #c6c7c8;
	background-color: #dddddd;
}
.browser-warning {
	display: none;
	font-size: 12px;
	text-align: left;
	width: 495px;
	margin-top: 40px;
}
.browser-warning .warning-icon {
	float: left;
	width: 36px;
	height: 29px;
	margin-top: 5px;
	background: url(images/browser-warning.png) no-repeat;
}
.browser-warning .warning-info {
	overflow: hidden;
	color: white;
	padding-left: 15px;
	line-height: 18px;
}
.browser-warning .update-link {
	color: #4ba0dc;
}
.browser-warning .update-link:hover {
	color: #2e88c9;
}
.ddSelect {
	width: 116px;
}
.ddSelect .ddItem {
	cursor: pointer;
}
.ddSelect .ddItem .flag i.flag-en {
	background-position: -27px 0;
}
.ddSelect .ddItem .flag i.flag-vn {
	background-position: -54px -21px;
}
.ddSelect .ddItem .flag i.flag-tw {
	background-position: -27px -21px;
}
.ddSelect .ddItem .flag i.flag-cn {
	background-position: 0 0;
}
.ddSelect .ddItem .flag i.flag-kr {
	background-position: 0 -42px;
}
.ddSelect .ddItem .flag i.flag-jp {
	background-position: -54px 0;
}
.ddSelect .ddItem .flag i.flag-th {
	background-position: 0 -21px;
}
.ddSelect .ddItem table {
	width: 100%;
}
.ddSelect .ddItem .flag {
	width: 24px;
}
.ddSelect .ddItem .flag i {
	background: url("Image/flag-sprites.png") no-repeat;
	display: inline-block;
	height: 17px;
	padding-top: 2px;
	margin-right: 4px;
	vertical-align: middle;
	width: 24px;
}
.ddSelect .ddItem .alignleft {
	text-align: left;
}
.ddSelect .ddItem .alignright {
	text-align: right;
}
.ddSelect .caret {
	display: inline-block;
	background-image: url("Image/flag-sprites.png") no-repeat;
	height: 7px;
	width: 14px;
}
#divItemList {
	border: 1px solid #B96643;
	margin-left: -1px;
}
#lbLanguage {
	color: #B96643;
	font-size: 13px;
}

.form-action {
	background: #f2f2f2;
}

.append-key {
    float: right;
    margin-right: 10px;
    margin-top: -26px;
    position: relative;
    z-index: 2;
    color: #c6c7c8;
}

.other-password {
	text-align: right;
}

.other-password a {
	font-size: 70%;
	color: burlywood;
}