<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.login-main {
  background: url(https://s1.ax1x.com/2023/06/02/pCSmZFS.png);
  background-position:center;
  height: 700px;
  min-height:600px;
  width: 100%;
  background-size: cover;
  /*margin-bottom: 61px;*/
  margin-top: 121px;
}

    .login-main &gt; div {
        width:100%;
        max-width:1215px;
        
    }

.form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login-form-container {
  width: 402px;
  height: 522px;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(38, 34, 37, 0.3);
  float: right;
  /*margin-right: 251px;*/
  margin-top: 74px;
  padding: 39px 30px 0 30px;

}

.fast-login {
  font-size: 2.4rem;
  font-family: SanFrancisco;
  font-weight: bold;
  color: #1A1A1A;
}

.account-login {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #B3B3B3;
}

.forget {
  margin-top: 30px;
  width: 100%;

}

.forget a {
  font-size: 1.3rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #B3B3B3;
}

.icon-box {
  width: 50px;
  height: 50px;
  background: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink:0;
}

.label {
  width: 100%;
  margin-top: 22px;
  
}

input[type='text'] {
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #ddd;
  outline: none;
  padding-left: 19px;
}

.username {
  width: 322px;
}

.code {
  width: 160px;
}

.code-title {
  font-size: 1.3rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #F78144;
  
}

.btn {
  /*width: 372px;*/
  height: 50px;
  background: #F78144;
  border: 1px solid #E6E6E6;
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin: 14px auto;
  height:40px !important;
}

.other-login {
  margin-top: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor:pointer;
}

    .other-login:hover {
        opacity:.6;

    }

    .other-login i {
        font-size:2.8rem;
    }

.other-login span {
font-size:1.2rem;
  color: #999;
  margin-top: 2px;
}</pre></body></html>