body {
    margin: 0;
}

.systen-main-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.system-main-bg {
    width: 100%;
    height: 100%;
}

.systen-main-wrap-logo {
    margin: 55px 0 52px 0;
    width: 120px;
    height: 42px;
}

.systen-main-wrap-info {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.6px;
    text-align: center;
    color: #000000;
}
