.lg-container {
    width: 100vw;
    height: 100vh;
    display: flex;
    position: relative;
}

.lg-insert {
    width: 1040px;
    height: 650px;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -325px;
    left: 50%;
    margin-left: -520px
}

.lg-content {
    width: 432px;
    height: 530px;
    position: absolute;
    z-index: 20;
    top: 50%;
    margin-top: -278px;
    left: 50%;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.lg-logo {
    margin-top: 80px;
    align-self: flex-start;
    margin-left: 50px
}

.lg-item {
    display: flex;
    align-items: center;
    width: 280px;
    border: 1px solid #E1E3E4;
    border-radius: 2px;
    background-color: #f4f4f4;
}
