.login .backgroundContainer {
  width: 100%;
  height: 260px;
  margin: 0 auto;
  overflow-x: hidden;
  top: 0;
  position: absolute; }
  .login .backgroundContainer .background {
    position: absolute;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    width: 1920px;
    width: auto;
    height: 260px;
    top: 0;
    z-index: -1; }
.login .main {
  width: 493px;
  background: #ffffff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  margin: 173px auto 75px;
  box-sizing: border-box;
  padding: 31px 0 42px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .login .main .title {
    font-size: 21px;
    color: #1d2129;
    line-height: 29px;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: center; }
  .login .main .tips {
    font-size: 13px;
    color: #86909c;
    line-height: 18px;
    width: 100%;
    text-indent: 43px;
    margin-bottom: 2px; }
  .login .main .input {
    width: 407px;
    height: 45px;
    background: rgba(22, 93, 255, 0.1);
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    display: block;
    margin-bottom: 21px;
    padding: 0 95px 0 15px;
    font-size: 13px;
    color: #1d2129;
    line-height: 18px; }
    .login .main .input::placeholder {
      color: #1d2129; }
  .login .main .getCode {
    position: absolute;
    font-size: 13px;
    color: #3491fa;
    line-height: 18px;
    top: 13px;
    right: 15px; }
  .login .main .agreement {
    display: flex;
    align-items: center;
    font-size: 10px;
    color: #1d2129;
    line-height: 21px; }
  .login .main .submit {
    width: 189px;
    height: 34px;
    background: #165dff;
    border-radius: 5px;
    text-align: center;
    line-height: 34px;
    margin-top: 31px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff; }
  .login .main .line {
    width: 100%;
    border-top: 1px solid #e5e6eb;
    margin: 42px 0; }
  .login .main .addUser {
    font-size: 15px;
    color: #1d2129;
    line-height: 22px; }
