/* mixins */
/* styles */
.left-login-container {
  background: #faf5e4;
  padding: 32px 20px;
}
.left-login-container .left-login-title {
  color: #c9be9a;
  font-size: 25px;
  margin-bottom: 20px;
}
.login-input {
  border: solid 1px #d7d7d7;
  width: 300px;
  height: 49px;
  margin-bottom: 13px;
  overflow: hidden;
  background: #fff;
}
.login-input:focus {
  outline: none;
}
.login-input .login-icon {
  background: #f9f9f9;
  border-right: solid 1px #d7d7d7;
  padding: 12px 16px;
  text-align: center;
  float: left;
}
.login-input .login-icon-user {
  width: 16px;
  height: 25px;
  background: url(../../../images/page_uesr.png) no-repeat;
}
.login-input .login-icon-password {
  width: 16px;
  height: 25px;
  background: url(../../../images/page_uesr01.png) no-repeat;
}
.login-input .login-text {
  display: block;
  border: none;
  height: 100%;
  width: 200px;
  font-size: 16px;
  margin: 0 10px;
}
.login-options {
  margin-bottom: 10px;
  color: #333333;
}
.login-options .check-login-ssl {
  display: inline;
}
.login-options .login-as-ssl {
  display: inline;
}
.login-icon-error {
  width: 14px;
  height: 13px;
  float: left;
  margin: 5px 10px 0 0;
  background: url(../../../images/login-icon-error.png) no-repeat;
}
.btn-login {
  width: 100%;
}
.qulcklinks {
  width: 304px;
  text-align: center;
  margin-top: 15px;
}
.qulcklinks .link {
  font-size: 14px;
  color: #333333;
  text-decoration: none;
}
.qulcklinks .link-split {
  display: inline-block;
  margin: 0 10px;
}
/*merge from html*/
.login-input {
  width: 240px;
}
.login-input .login-text {
  width: 170px;
  padding: 0 10px;
}
#btn_submit,
#btn_trial {
  width: 100%;
  margin: 10px 0;
}
#btn_trial {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
}
.qulcklinks {
  width: auto;
  text-align: center;
}
.qulcklinks .link {
  font-size: 13px;
}
.qulcklinks .link:lang(en) {
  font-size: 9px;
}
.chx-login {
  border: none;
  width: 14px;
  height: 14px;
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
}
.login-options {
  padding: 0;
}
.login-desc {
  display: inline-block;
  font-size: 14px;
  width: 200px;
  height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cbx-login-fake {
  position: absolute;
}
.qulcklinks {
  margin-top: 0;
}
/*.qulcklinks .link {
    font-size: 9px;
}*/
.qulcklinks .link-split {
  margin: 0;
}
/*end merge from html*/
