.ll-register-container.tpc-side-by-side {
    width: 100%;
}

.tpc-side-container {
    display: flex;
    justify-content: space-between;
}

.tpc-side-container>div {
    max-width: 40%;
    width: 100%;
}

.tpc-side-container .tp-form-box {
    box-shadow: none;
    padding: 0 4px;
}

.tpc-side-container h1 {
    font-size: 26px;
}

.tpc-side-container h2 {
    font-size: 33px;
    line-height: normal;
    margin-top: 10px;
}

.tpc-side-container>div.tpc-divider-cont {
    width: 20%;
    display: flex;
    justify-content: center;
}

.tpc-side-divider {
    width: 4px;
    background-color: black;
}

.side-register-container .button {
    margin-left: 3px;
}

.tpc-side-by-side .forgot-link {
    font-size: 15px;
}

.tpc-side-by-side .submit input {
    font-size: 25px;
    border-radius: 7px;
    line-height: normal;
    height: auto;
    padding: 4px 27px;
    margin-top: 6px;
    border: 1px solid black;
    box-shadow: none;
}

@media (max-width: 600px) {
    .tpc-side-container {
        flex-direction: column;
    }

    .tpc-side-divider {
        width: 95%;
        background-color: black;
        height: 4px;
        margin: 30px 0;
    }

    .tpc-side-container>div,
    .forgot-pass-container {
        max-width: 93%;
        margin: 0 auto;
    }

    .tpc-side-container>div.tpc-divider-cont {
        width: 100%;
    }
}