html,
body {
    overflow: hidden;
    height: 100%;
}

.login-main {
    position: absolute;
    top: -70px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 400px;
    height: 420px;
    margin: auto;
}

.login-title {
    padding-bottom: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
}

.login-pop {
    height: 100%;
    padding: 10px 30px 0px 30px;
    background-color: var(--color-9);
    box-shadow: var(--box-shadow);
}

.login-ip > span {
    color: var(--theme-color);
    font-weight: bold;
}