*{
  box-sizing: border-box;
  font-family: "Microsoft JhengHei";
}

#weison-form{
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/login/login-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 50px;
  padding-top: 50px;
}

#weison-logo+#loginform{
  max-width: 350px;
  background: rgba(0,0,0,0.6);
  border-radius: 5px;
  padding: 30px 30px 40px 30px;
  border: none;
}

#weison-logo+#loginform input{
  background: rgba(0,0,0,0.3);
  color: #ddd;
  /* margin-top: 10px; */
  border: solid 1px #666;
  box-shadow: none;
  margin: 0;
}

#weison-logo+#loginform label{
  color: #ddd;
  margin-bottom: 5px;
  line-height: 30px;
  width: 100%;
}

.login form .forgetmenot{
  float: none;
}

#weison-logo+#loginform input#wp-submit{
  float: none;
  width: 100%;
  margin-top: 10px;
  background-color: #c3a17e;
  border: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 14px;
}

#weison-logo{
  display: block;
  max-width: 350px;
  width: 100%;
}

#weison-logo img{
  display: block;
  width: 100px;
  margin-right: 10px;
}

#login #weison-logo a{
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  width: auto;
}

#slogan{
  position: absolute;
  right: 50px;
  bottom: 50px;
  padding: 20px;
}

#slogan p,#slogan h2{
  /* color: #c3a17e; */
  color: #fff;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
}

#slogan p{
  font-size: 16px;
}

#slogan p span{
  color: #c3a17e;
}

#slogan h2{
  margin-top: 10px;
  font-size: 25px;
}

@media screen and (max-width: 800px){
  #weison-form{
    padding-left: 15px;
    padding-right: 15px;
    /* padding-top: 0; */
  }
  #weison-logo+#loginform,#weison-logo{
    margin: 0 auto;
  }
  #slogan p,#slogan h2{
    text-align: center;
    line-height: 20px;
  }
  #slogan{
    right: 50%;
    bottom: 10px;
    transform: translateX(50%);
    width: 100%;
  }
  #slogan p{
    font-size: 12px;
  }
  #slogan h2{
    margin-top: 5px;
    font-size: 18px;
  }
}