﻿.loginHolder {
    width: 20.834em;
    float: right;
    background: #ffffff;
    margin: 0px 35px 35px 0;
    padding: 0 0 30px 0;
    color: #535353;
}

.loginHolder .loginContent input[type=text], .loginHolder .loginContent input[type=password], .loginHolder .loginContent input[type='button'] {
    outline: none;
    border: none;
    padding-left:10px;
}

.line1 {
    float: left;
    width: 16.6675em;
    margin: 0 30px 0 30px;
    padding-top: .07em;
    padding-bottom: .07em;
    padding-left: .07em;
    padding-right: .07em;
}

.line1 span {
    vertical-align: middle;
    display: table-cell;
    width: 240px;
    height: 36px;
}

.line1 .notificationHolder span {
    vertical-align: middle;
    display: inline;
    width: auto;
    height: auto;
}

.forgotpassword .line1 .notificationHolder span {
    display:inline-block;
    margin-top:5px
}
.forgotpassword .line1 .notificationHolder span[style*="visibility:hidden"]{
    display:none;
}

.textboxHolder {
    float: left;
    width: 16.8em;
    height: 2.5em;
    border: solid .07em #a0a0a0;
    padding-top: .07em;
    padding-bottom: .07em;
    padding-left: .07em;
    padding-right: .07em;
}

.textboxHolder input[type='textbox'] {
    float: left;
    width: 240px;
    height: 36px;
    font-size: 15px;
}

.textboxHolder.short input[type='textbox'] {
    width: 200px;
}

.textboxHolder.short .showPassword {
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.languageHolder {
    float: left;
    width: 105px;
    height: 36px;
}

.languageHolder input[type='button'].languageItem {
    width: 25px;
    height: 17px;
    float: left;
    margin: 10px 10px 0 0;
}

.vnIcon {
    background: url(../../img/vnIcon.png) no-repeat;
}

.enIcon {
    background: url(../../img/enIcon.png) no-repeat;
}

.cnIcon {
    background: url(../../img/cnIcon.png) no-repeat;
}

.linkOfLogin {
    float: right;
    line-height: 20px;
    color: #568f50 !important;
    margin: 10px 0 10px 10px;
}

.linkOfLogin:hover {
    color: #467e62;
}

.captchaHolder {
    float: left;
    width: 240px;
}

.captchaImg {
    float: left;
    width: 180px;
    height: 40px;
    background: url(../../img/captchaImg.png) no-repeat;
}

.captchaIconHolder {
    float: left;
    width: 17px;
    margin: 0 0 0 10px;
}

.captchaIconHolder input[type='button'].captchaItem {
    float: left;
    width: 17px;
    height: 17px;
    margin: 0 0 6px 0;
}

.refreshIcon {
    background: url(../../img/refreshIcon.png) no-repeat;
}

.soundIcon {
    background: url(../../img/soundIcon.png) no-repeat;
}

.notificationHolder {
    float: left;
    width: 240px;
    line-height: 16px;
    margin: 5px 0;
    color: #ff0000;
}
.forgotpassword .notificationHolder {
    margin:0;
}
a.btnLogin {
    text-align: center;
    text-transform: uppercase;
}

span.btnLogin {
    width: 240px;
    height: 40px;
    background: #19bc84;
    color: #ffffff;
    font-size: 15px;
}

a.btnLogin:hover, span.btnLogin:hover {
    background: #38a593;
}

input[type='button'].btnLogin:hover {
    background: #38a593;
}

.activeHolder {
    width: 600px;
    background: #ffffff;
    margin: 80px auto;
    padding: 50px;
    color: #535353;
}

.activeContent {
    float: left;
}

.activeTitle,
.activeNote {
    float: left;
    font-weight: bold;
    width: 100%;
    color: #00a782;
}

.activeTitle span {
    font-size: 22px;
    width: 500px;
    height: 30px;
    vertical-align: middle;
    text-align: left;
    display: table-cell;
    color: #e05b02;
}

.activeNote {
    margin: 0 0 20px 0;
}

.activeNote span {
    font-size: 14px;
    width: 600px;
    height: 20px;
    vertical-align: middle;
    text-align: left;
    display: table-cell;
}

.activeLine,
.activeLabel,
.activeControl {
    float: left;
}

.activeLine {
    width: 100%;
    margin: 0 0 5px 0;
}

.activeLabel span {
    width: 120px;
    height: 30px;
    vertical-align: middle;
    text-align: left;
    display: table-cell;
    font-size: 12px;
    font-weight: bold;
}

.activeControl input {
    width: 470px;
    height: 30px;
    border: solid 1px #a5a5a5;
}

.activeControl textarea {
    width: 470px;
    height: 50px;
    border: solid 1px #a5a5a5;
}
/* productContentName*/
.productContentName
{
	background: linear-gradient(to bottom, #ea7300 0%, #fbc189 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 27px;
	font-weight: bold;
	width: 350px;
	text-align: center;
	position: absolute;
	left: 60px;
	top: 300px;
	text-transform: uppercase
}
