.customer-account-create .action-check-member-information a {
    color: #000 !important;
}

.popup-policy {
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    display: flex;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
}

.popup-policy .contents {
    margin: auto;
    z-index: 1;
    background: #161616;
    align-items: center;
    height: auto;
    max-height: 800px;
    max-width: 800px;
    position: absolute;
    padding: 20px;
}

.popup-policy .background {
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.7;
}


.popup-policy .popup-policy-body {
    max-height: 500px;
    overflow-y: auto;
    background-color: #363636;
    margin: 0 auto;
    padding: 10px;
}

.popup-policy .header {
    margin-bottom: 10px;
    font-size: 20px;
}

.popup-policy .action {
    text-align: center;
}

.popup-policy .action-close-privacy-policy.disabled {
    background: #ffbe0080 0% 0% no-repeat padding-box;
    cursor: auto;
}

.popup-policy .action-close-privacy-policy {
    width: 128px;
    height: 40px;
    background: #FFBE00 0% 0% no-repeat padding-box;
    border-radius: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 15px;
    color: black;
    font-weight: 600;
    font-size: 16px;
}

.field.title-login-store-front strong {
    color: #fff;
}

.customer-account-create div#password-strength-meter-container {
    display: block;
    max-width: 370px;
    border-radius: 5px;
    border: 1px solid #606060;
    margin-top: 4px;
    background: transparent;
}

.customer-account-create div#password-strength-meter {
    border-radius: 5px;
    background: transparent;
}

.customer-account-create .password-none .password-strength-meter:before {
    background: transparent;
}

.customer-account-create span#password-strength-meter-label {
    font-size: 1.4rem;
}

@media only screen and (max-width: 425px) {
    form#form-validate {
        position: relative;
    }

    .field.title-login-store-front {
        position: absolute;
        top: 80px;
        margin: auto;
        margin-left: 0;
        margin-right: 0;
        left: 0;
        right: 0;
    }

    .actions-toolbar > .secondary {
        display: none;
    }
}