.lg__single-signup {
    max-width: 100vw;
    overflow: hidden;
    .lp__credibility-component {
        .container {
            .title {
                h3 {
                    margin-bottom: 40px;
                }
            }
        }
    }
}

.sw19-email-taken-modal {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;

    &:not(.selected) {
        display: none;
    }

    .controls {
        text-align: center;
    }

    .box {
        border: 1px solid #888;
        box-shadow: 0 5px 15px RGB(0 0 0 / 50%);
        background-color: #fff;
        padding: 30px 30px 40px 30px;
        max-width: 500px;
    }
}