body {
    background-color: #193c6d;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#003073', endColorstr='#029797');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, #003073), color-stop(100%, #029797));
    background-image: -webkit-linear-gradient(135deg, #003073, #029797);
    background-image: -moz-linear-gradient(45deg, #003073, #029797);
    background-image: -ms-linear-gradient(45deg, #003073 0, #029797 100%);
    background-image: -o-linear-gradient(45deg, #003073, #029797);
    background-image: linear-gradient(135deg, #003073, #029797);
    /* text-align: center; */
    margin: 0px;
    overflow: hidden;
}

._mmx_login_bg{
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}

/* 解决自动填充时的背景颜色 */
input:-webkit-autofill-previewed,
input:-webkit-autofill-selected {
    -webkit-text-fill-color: #FFFFFF !important;
    /* 这句话的意思是, 等5000秒后才设置背景颜色 */
    transition: background-color 5000s ease-in-out 0s !important;
}

input:-webkit-autofill {-webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}
