.member-form-cont-cont .member-form-cont {
    width: 85% !important;
}

.member-form-cont-cont .member-btn{
    max-width: inherit;
}

.member-label--must::before {
    border-radius: 2px;
    padding: 0 3px;
    background-color: #1b1c85;
    color: #fff;
    display: inline-block;
    content: "Required";
}

.search-form {
  width: 100%;
  padding: 0 16px;
}

.member-form-cont .service-tb-btn{
    margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
    .member-form-cont-cont {
        display: flex;
    }

    .member-form-cont-cont .member-form-cont {
        margin: 0 20px;      
    }

    .member-form-cont-cont .login-modal-ttl {
        text-align: left;
    }

    .member-label--must::before {
        display: block;
        position: absolute;
        top: 0;
        left: -5.8em;
    }

    .margin-left-adjust {
        margin-left: -5.9em;
    }
}

@media screen and (max-width: 768px) {
    .member-form-cont-cont .member-form-cont {
        width: 100% !important;
    }

    .member-label--must::before {
        margin-right: calc(100% - 2.8em);
    }
}
