.container {
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, rgba(255, 107, 107, 1) 0%, rgba(218, 52, 76, 1) 100%);
    padding-top: 0.2734375rem;
}

.login-box {
    width: 4.6875rem;
    height: 3.140625rem;
    border-radius: 0.140625rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 0.078125rem 0.0390625rem rgba(255, 0, 0, 0.25);
    margin: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.login-box .login-img {
    flex-shrink: 0;
}

.login-box .login-img img {
    width: 1.875rem;
    height: 1.875rem;
    display: block;
    margin-top: 0.05859375rem;
    margin-left: 0.1171875rem
}

.login {
    width: 100%;
    padding-left: 0.2734375rem;
}

.login h1 {
    text-align: center;
    font-size: 0.140625rem;
    font-weight: 700;
    line-height: 0.19921875rem;
    margin-bottom: 0.34375rem;
}

.login-box .label {
    display: flex;
    align-items: center;
    width: 1.796875rem;
    height: 0.33984375rem;
    border-bottom: 1px solid rgba(166, 166, 166, 1);
}

.login-box .label img {
    width: 0.125rem;
    height: 0.125rem;
    margin-right: 0.1640625rem;
}

.login-box input {
    font-size: 0.0859375rem;
    font-weight: 500;
}

.code-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.code-box .getcode {
    cursor: pointer;
    width: 0.5rem;
    height: 0.19921875rem;
    border-radius: 0.19921875rem;
    font-size: 0.0703125rem;
    font-weight: 700;
    line-height: 0.19921875rem;
    color: rgba(241, 86, 95, 1);
    text-align: center;
    border: 1px solid rgba(241, 86, 95, 1);
}

.login-box button {
    cursor: pointer;
    width: 1.2890625rem;
    height: 0.26171875rem;
    border-radius: 0.26171875rem;
    background: rgba(241, 86, 95, 1);
    font-size: 0.0859375rem;
    font-weight: 500;
    line-height: 0.26171875rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin: 0.30078125rem auto 0;
    display: block;
}