*{
	margin:0;
	padding: 0;
}
.login {
    height: 100%;
    width: 100%;
    margin: 0;
    background-color: #252f3a;
    overflow: hidden;
    position: relative;
    font-size: 14px;
}
.all {
    /* width: 4rem; */
    /* height: 60%;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%,0); */
    width: 100%;
}
.login .logo, .slogan {
    width: 100%;
    text-align: center;
    margin-top: 60px;
}
.login .logo{
	height: 55px;
}
/* .login .logo img {
    width: 2rem;
} */
.login .slogan {
    width: 100%;
    text-align: center;
    margin-top: 2px;
}
/* .login .slogan img {
    width: 1.93rem;
} */
.content {
    background: #ffffff;
    /* width: 4rem; */
    /* position: fixed; */
    margin: 30px auto 10px;
    left: 0;
    right: 0;
    border-radius: .06rem;
    width: 350px;
    padding: 10px 30px 30px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}
.reg {
    width: 100%;
    margin: auto;
    text-align: center;
    color: #8899AA;
    margin: .2rem 0  0;
}
.copyright {
    /* position: fixed;
    top: 5.35rem; */
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #7A8A9A;
    /* font-size: .12rem; */
    font-size: 14px;
    font-family: PingFang SC;
    text-decoration: none;
}
.content .login-form div {
    position: relative;
}
.content .login-form div:first-child {
    /* margin-top: .4rem; */
    margin-top: 20px;
    margin-bottom: .15rem;
}
.content .login-form div .input-group {
    /* width: 3.4rem; */
    margin: auto;
    /* position: relative; */
    text-align: left;
    display: flex;
}
.content .login-form div span {
    width: 0.42rem;
    height: .43rem;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    background: #f1f4f8;
    border-top-left-radius: .04rem;
    border-bottom-left-radius: .04rem;
    border: 1px solid #e5e9ed;
}
.content .login-form div span img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: .12rem;
    height: .17rem;
}
.content .input-group input {
    /* width: 2.98rem;
    margin: auto; */
    flex: 1;
    height: 0.45rem;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
    font-weight: 400;
    padding-left: .1rem;
    /* position: relative; */
    font-family: PingFang SC;
    font-size: .14rem;
    left: .42rem;
    border-top-right-radius: .04rem;
    border-bottom-right-radius: .04rem;
    border:none;
    border-bottom:1px solid #f1f2f6;
    background:transparent;
}
.content .margin-bottom-0 label {
    display: block;
    width: 50%;
    color: #8899AA;
    font-weight: 400;
    font-family: PingFang SC;
}
input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    -webkit-appearance: checkbox;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}
input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    width: 0.2rem;
    height: 0.2rem;
    cursor: pointer;
    vertical-align: center;
    border: 1px solid rgba(218,218,218,1);
    position: relative;
    border-radius: .04rem;
    top: .08rem;
}
input[type=checkbox]:checked::after {
    content: "\2714";
    display: block;
    width: .2rem;
    height: .2rem;
    line-height: 0.03rem;
    color: red;
    font-size: .2rem;
    position: absolute;
    top: .08rem;
}
.content .margin-bottom-0 a {
    display: block;
    width: 50%;
    text-align: right;
    font-weight: 400;
    text-decoration: none;
    color: #8899AA;
    padding-top: .1rem;
    font-family: PingFang SC;
}
.content .form-actions {
    /* width: 3.4rem; */
    width: 100%;
    margin: auto;
}
.content .form-actions button {
    width: 100%;
    background: #07c160;
    border: 1px solid #07c160;
    height: .45rem;
    letter-spacing: .02rem;
    border-radius: .04rem;
    font-size: .18rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255,255,255,1);
    outline: 0 none !important;
    cursor: pointer;
}
.content .login-form div:nth-child(3) {
    margin-bottom: .22rem;
    margin-top: .1rem;
}
.content .margin-bottom-0 {
    display: flex;
    flex-direction: row;
    /* width: 80%; */
    width: 100%;
    margin: auto;
    font-size: .14rem;
    font-weight: normal;
}

.mb0{
    margin-bottom:0 !important;
}
.mb20{
    margin-bottom:20px !important;
}


@media screen and (max-width:500px){
    .content{
        width:80vw;
        margin:0 auto;
    }
}



.login-form h1{
    font-size:20px;
    margin:20px auto;
    text-align:center;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #807c7c;
    transition: background-color 5000s ease-out 0.5s;
}
