html, body {
    height: auto !important;
}

body {
    display: block !important;
}

#Main_plJoin, #Main_plNoJoin {
    display: block !important;
    width: 100%;
    height: auto;
    flex: none;
    text-align: center;
}

.mb-40 {
    margin-bottom: 40px;
}

.form-id {
    position: relative;
    width: 100%;
    flex: 1;
}
    /* line 52, src/sass/utilities/_form.scss */

    .form-id .icon-eye {
        position: absolute;
        top: 7px;
        right: 10px;
        width: 1.5rem;
        height: 1.5rem;
        border: 0;
        background-color: transparent;
        background-size: contain;
        background-image: url(../img/element-icon/icon-eye-off.svg)
    }
        /* line 64, src/sass/utilities/_form.scss */

        .form-id .icon-eye.on {
            background-image: url(../img/element-icon/icon-eye-on.svg)
        }
