body {
    font-family: Î¢ÈíÑÅºÚ;
    margin: 0;
    padding: 0;
}

* {
  box-sizing: border-box; }

header .logo {
  height: 112px;
  margin-top: 12px;
  padding-bottom: 12px; }

.login-area {
  width: 100%;
  min-width: 1200px;
  background: url("../Images/login_bg(5).jpg") no-repeat center;
  background-size: cover;
  overflow: hidden; }

.main {
  width: 1200px;
  margin: 0 auto;
  clear: both; }

.form {
  margin: 24px 0;
  padding: 16px 24px;
  float: right;
  width: 360px;
  background-color: white;
  border-radius: 4px; }
  .form .form-g {
    clear: both;
    overflow: hidden;
    margin-bottom: 16px; }
    .form .form-g a {
      float: right;
      color: #028fbe; }
  .form .form-label {
    display: inline-block;
    width: 56px;
    float: left;
    padding-top: 8px; }
  .form .form-input {
    float: left;
    width: 250px;
    display: inline-block;
    line-height: 34px;
    padding: 0 12px;
    height: 36px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #ccc; }
  .form .form-check-code .form-input {
    width: 120px; }
  .form .btn-login {
    width: 100%;
    border: none;
    background-color: #028fbe;
    line-height: 36px;
    height: 36px;
    display: block;
    border-radius: 4px;
    color: white;
    cursor: pointer; }
    .form .btn-login:hover {
      background-color: #01698c; }
  .form .tip {
    font-size: 14px;
    height: 14px;
    color: #e99002;
    line-height: 14px; }

/*# sourceMappingURL=login.css.map */
