/**
*登录界面自定义样式Start
*/

.control-group input,
.control-group select {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 204px;
    height: 32px !important;
    line-height: 30px !important;
    padding: 1px 0;
}

.control-group select {
    padding-right: 0
}

.control-group input:focus,
.control-group select:focus {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0;
}

.login.form-wrap .control-wrap {
    margin-bottom: 0;
}

.control-group .error-tip.form-input {
    border: none;
}

.login-title {
    margin-bottom: 30px;
}

.icon-warning {
    z-index: 30;
}

#forgetpwd .tip {
    top: 455px;
}

.user-icon,
.country-icon {
    height: 32px;
    line-height: 32px;
}

.brand {
    margin-top: 15px;
    background: #ed7020 url(/common/img/logo.png?version=1627463871) no-repeat 0 0;
}

.tip-wrap {
    color: #ed7020;
    width: 350px;
    margin: 0 auto;
}

#forgetpwd {
    color: #ed7020;
}

#password {
    padding-right: 30px;
}

.control-group input,
.control-group select {
    width: 222px;
}

::made-up-pseudo-element,
.control-group input {
    line-height: 1px!important;
}

.login .control-group {
    width: 268px;
}

.btn-login {
    width: 268px!important;
}

.login .notice {
    margin-top: 5px;
}

#country {
    padding-bottom: 6px \9;
}

html.fix-ie-font-face :before,
html.fix-ie-font-face :after {
    content: none !important;
}@font-face {
  font-family: 'icomoon';
  src:  url('/common/fonts/icomoon.eot?j17i7k');
  src:  url('/common/fonts/icomoon.eot?j17i7k#iefix') format('embedded-opentype'),
    url('/common/fonts/icomoon.ttf?j17i7k') format('truetype'),
    url('/common/fonts/icomoon.woff?j17i7k') format('woff'),
    url('/common/fonts/icomoon.svg?j17i7k#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-desc:before {
  content: "\E917";
}
.icon-asc:before {
  content: "\E918";
}
.icon-close:before {
  content: "\E914";
}
.icon-eyes-close:before {
  content: "\E90A";
}
.icon-eyes-open:before {
  content: "\E909";
}
.icon-download:before {
  content: "\E907";
}
.icon-upload:before {
  content: "\E906";
}
.icon-warning:before {
  content: "\E902";
}
.icon-edit:before {
  content: "\E901";
}
.icon-delete:before {
  content: "\E900";
}
