* {
  padding: 0;
  margin: 0;
}
html {
  width: 100%;
  height: 100%;
}
.login-html {
  font-size: 10px;
}
body {
  min-width: 1366px;
  width: 100%;
  height: 100%;
  /* background: url(../images/login_background.png?t=20210318) no-repeat center; */
  /* background-size: 100% 100%; */
}
a {
  color: #666666;
  text-decoration: none;
}
input:focus {
  outline: none;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}

#login {
  position: relative;
  padding: 25% 0;
  background: url(../images/login_background.jpg?t=20210721) no-repeat center;
  background-size: 100% 100%;
}
.login_wrapper {
  width: 40rem;
  height: 49rem;
  background: url(../images/login_form_bg.png?20210721) no-repeat;
  background-size: 40rem 60rem;
  border-radius: 1.5rem;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -40%);
  padding-top: 9.5rem;
  font-size: 12px;
}

.title {
  width: 18rem;
  margin: 2.8125rem auto 0;
  font-size: 0.75rem;
  color: #444444;
  letter-spacing: 0.0625rem;
  visibility: hidden;
  display: none;
}
.title img {
  width: 2.188125rem;
  height: 2.1375rem;
  float: left;
  margin: -0.34375rem 1.125rem 0 0;
}
.title h1 {
  line-height: 1;
}

.input-row {
  position: relative;
  height: 2.8rem;
  width: 60%;
  margin: 0 auto 1.3rem auto;
}
.input-row input {
  display: block;
  width: 100%;
  height: 3.1rem;
  padding: 0 15px;
  font-size: 13px;
  line-height: 1.42857143;
  background-color: #fff;
  color: #555;
  background-image: none;
  /* border: none; */
  border-radius: 15px;
  box-sizing: border-box;
}

.input-row input:-webkit-autofill, .input-row input:-internal-autofill-selected {
  background-color: #fff;
}

.code_img {
  position: absolute;
  top: 2px;
  right: 1rem;
  height: 2.6rem;
}
.code_img img{
  height: 100%;
}
.btn_login {
  width: 100%;
  height: 3rem;
  margin: 0 auto;
  border: none;
  border-radius: 2.5rem;
  display: block;
  background-color: #FF924F;
  color: white;
}

.handle {
  width: 235px;
  margin: auto;
  font-size: 1rem;
}
.handle a {
  display: inline-block;
  margin-right: 1rem;
}
.handle .iconfont {
  font-size: 1.2rem;
}
.handle a:last-child {
  margin-right: 0;
}
.label {
  width: 100%;
  text-align: center;
  line-height: 1;
  position: absolute;
  bottom: 1rem;
}

.upload {
  width: 45rem;
  height: 39rem;
  position: absolute;
  top: 0;
  z-index: 10;
}
.upload_code {
  width: 45rem;
  height: 30rem;
  background-color: rgb(255, 255, 255);
  border-radius: 1.25rem;
  position: absolute;
  top: 3rem;
}
.upload_code img {
  width: 13.75rem;
  height: 13.75rem;
  margin: 2.5rem auto 1.25rem;
  display: block;
}
.upload_label {
  text-align: center;
}
.close_icon i {
  font-size: 1.5rem;
  float: right;
  margin-right: 0.375rem;
  cursor: pointer;
}
.v-enter,#FF924F
.v-leave-to {
  opacity: 0;
}

.v-enter-active,
.v-leave-active {
  transition: all 0.2s;
}

.v-enter-to,
.v-leave {
  opacity: 1;
}

input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {  
  -webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;  
  background-color:transparent;  
  background-image: none;  
   transition: background-color 50000s ease-in-out 0s;  
}  
input {  
   background-color:transparent;  
}  