html,
body {
  background: url('../images/login/bg_pattern_01.png');
}

#app {
  display: flex;
  flex-direction: column;
}

.header {
  justify-content: flex-start;
  width: 100%;
  height: 113px;
}

.header .logo {
  background: url('../images/login/logo_subject.png');
  background-size: 100% 100%;
  width: 209px;
  height: 93px;
  margin-left: 20px;
  margin-top: 20px;
}

.login {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.login form {
  background: url('../images/login/box.png');
  background-size: 100% 100%;
  width: 581px;
  height: 481px;
}

.login form input {
  width: 210px;
  font-size: 15px;
  color: #999999;
  outline: none;
  border: none;
}

.login form .account {
  position: absolute;
  margin-top: 198px;
  margin-left: 195px;
}

.login form .password {
  position: absolute;
  margin-top: 264px;
  margin-left: 195px;
}

.login form .btn_login {
  background-image: url("../images/login/btn_login.png");
  background-size: 100% 100%;
  width: 111px;
  height: 42px;
  cursor: pointer;
  position: relative;
  left: 220px;
  top: 300px;
  text-align: center;
  line-height: 42px;
  font-weight: bold;
  font-size: 20px;
  line-height: 37px;
  color: #FFFFFF;
}

.login form .btn_login:hover {
  background-image: url("../images/login/btn_login_s2.png");
  background-size: 100% 100%;
}

.login form .remember {
  margin-top: 27px;
  position: relative;
  width: 100px;
  left: 358px;
  top: 280px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.login form .remember .text {
  margin-left: 4px;
  font-size: 19px;
  color: #999999;
}

.login form .remember .un_tick {
  background-image: url("../images/login/btn_tick.png");
  background-size: 100% 100%;
  width: 21px;
  height: 21px;
  cursor: pointer;
}

.login form .remember .tick {
  background-image: url("../images/login/btn_tick_s2.png");
  background-size: 100% 100%;
  width: 21px;
  height: 21px;
  cursor: pointer;
}

.login form .mobile {
  display: none;
}

.footer {
  justify-content: flex-end;
  width: 100%;
  height: 82px;
}

.footer .wall {
  background: url('../images/login/bg_pattern_02.png');
  background-repeat: repeat-x;
  width: 100%;
  height: 14px;
}

.footer .content {
  /* background-color: #89C7FF; */
  background: url('../images/login/bg_pattern_02.png');
  width: 100%;
  height: 68px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer .content .company {
  background: url('../images/login/logo_company.png');
  background-size: 100% 100%;
  width: 296.56px;
  height: 35.39px;
  margin: 18px 20px;
}

.footer .content .link {
  flex: 1;
}

.footer .content .link select {}

.footer .content .copyright {
  position: absolute;
  right: 63px;
  bottom: 10px;
}

.footer .content .copyright0 {
  position: absolute;
  right: 286px;
  bottom: 1px;
  font-weight: bold;
}

.footer .content .copyright2 {
  position: absolute;
  right: 60px;
  bottom: 30px;
  margin-right: 10px;
}

.text-decoration {
  text-decoration: none;
}

.footer .content .copyright .logo {
  background: url('../images/login/copyright_text.png');
  background-size: 100% 100%;
  width: 225px;
  height: 13.8px;
  align-self: flex-end;
  float: right;
  margin-top: 2px
}

.footer .content .copyright .logodate {
  float: left;
  font-weight: bold;
}

.footer .content .copyright .text {
  margin-left: 10px;
  font-size: 13px;
  color: #01665b;
}

.footer .content .copyright .text a {
  margin-left: 10px;
  cursor: pointer;
  text-decoration: underline;
}

@media screen and (max-width: 899px) {
  .footer {
    justify-content: flex-end;
    width: 100%;
    height: 154px;
  }

  .footer .wall {
    background: url('../images/login/bg_pattern_02.png');
    background-repeat: repeat-x;
    width: 100%;
    height: 14px;
  }

  .footer .content {
    /* background-color: #89C7FF; */
    background: url('../images/login/bg_pattern_02.png');
    width: 100%;
    height: 140px;
    display: flex;
    flex-direction: column;
  }

  .footer .content .company {
    background: url('../images/login/logo_company.png');
    background-size: 100% 100%;
    width: 220px;
    height: 24px;
    margin: 18px 20px;
  }

  .footer .content .link {
    flex: 1;
  }

  .footer .content .link select {}

  /*.footer .content .copyright{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin-bottom: 10px;
  }

  .footer .content .copyright .logo{
    background: url('../images/login/copyright.png');
    background-size: 100% 100%;
    width: 166px;
    height: 9px;
  }

  .footer .content .copyright .text{
    margin-left: 10px;
    font-size: 10px;
  }

  .footer .content .copyright .text a{
    margin-left: 10px;
    cursor: pointer;
    text-decoration: underline;
  }*/
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .footer .content .copyright {
    flex: 1;
    position: inherit;
    right: 63px;
    bottom: 0px;
    margin-bottom: 0px;
    display: block;
  }

  .footer .content .copyright2 {
    flex: 1;
    position: inherit;
    right: 60px;
    bottom: 20px;
    margin-right: 0px;
  }

  .footer .content .copyright .logo {
    background: url('../images/login/copyright_text.png');
    background-size: 100% 100%;
    width: 210px;
    height: 12px;
  }

  .footer .content .copyright .text {
    margin-left: 10px;
    font-size: 12px;
  }

  .footer .content .copyright .text a {
    margin-left: 10px;
    cursor: pointer;
    text-decoration: underline;
  }
}

@media screen and (max-width: 639px) {

  .login {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    min-height: 438px;
  }

  .login form {
    background: url('../images_sm/login/login_box.png');
    background-size: 100% 100%;
    width: 327px;
    height: 357px;
    min-height: 357px;
    position: absolute;
  }

  .login form input {
    width: 50%;
    font-size: 15px;
    color: #999999;
    outline: none;
    border: none;
  }

  .login form .account {
    margin-top: 0px;
    margin-left: 0px;
    position: absolute;
    left: 94px;
    top: 148px;
  }

  .login form .password {
    margin-top: 0px;
    margin-left: 0px;
    position: absolute;
    left: 94px;
    top: 203px;
  }

  .login form .btn_login {
    background-image: url(../images_sm/login/btn_login.png);
    background-size: 100% 100%;
    width: 111px;
    height: 42px;
    cursor: pointer;
    position: absolute;
    left: 106px;
    top: 287px;
    text-align: center;
    line-height: 42px;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
  }


  .login form .remember {
    margin-top: 0px;
    margin-left: 0px;
    position: absolute;
    width: 100px;
    left: 216px;
    top: 250px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .login form .remember .text {
    margin-left: 4px;
    font-size: 13px;
    color: #999999;
  }

  .login form .remember .checkbox {
    background-image: url("../images_sm/login/btn_tick.png");
    background-size: 100% 100%;
    width: 19px;
    height: 19px;
    cursor: pointer;
  }

  .login form .remember .checkbox_tick {
    background-image: url("../images_sm/login/btn_tick_s2.png");
    background-size: 100% 100%;
    width: 19px;
    height: 19px;
    cursor: pointer;
  }


  .footer {
    justify-content: flex-end;
    width: 100%;
    height: 112px;
  }

  .footer .wall {
    background: url('../images_sm/login/bg_pattern_02.png');
    background-repeat: repeat-x;
    width: 100%;
    height: 12px;
  }

  .footer .content {
    background-color: #4ed9c6;
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
  }

  .footer .content .company {
    background: url('../images_sm/login/logo_company.png');
    background-size: 100% 100%;
    width: 220px;
    height: 28px;
    margin: 5px;
  }

  .footer .content .link {
    flex: 1;
  }

  .footer .content .link select {}

  .footer .content .copyright {
    flex: 1;
    position: inherit;
    right: 63px;
    bottom: 0px;
    margin-bottom: 0px;
    display: block;
  }

  .footer .content .copyright2 {
    flex: 1;
    position: inherit;
    right: 60px;
    bottom: 20px;
    margin-right: 0px;
  }

  .footer .content .copyright .logo {
    background: url('../images/login/copyright_text.png');
    background-size: 100% 100%;
    width: 210px;
    height: 14px;
  }

  .footer .content .copyright .text {
    margin-left: 10px;
    font-size: 12px;
  }

  .footer .content .copyright .text a {
    margin-left: 10px;
    cursor: pointer;
    text-decoration: underline;
  }
}

@media screen and (max-height: 540px) and (max-width: 639px) {
  .login form .account {
    position: relative;
    left: 63px;
    top: 170px;
  }

  .login form .password {
    position: relative;
    left: 63px;
    top: 200px;
  }
}