#wpd_main_container {
    margin: 35px auto;
}

.header-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 8px;
}

.header-info-wrapper {
    display: flex;
    flex-direction: column;
}

#customer_login {
    display: flex;
    flex-direction: column;
    column-gap: 10px;
}

.wpd-login-field-wrapper,
form[action="/account/recover"] {
    display: flex;
    column-gap: 16px;
    margin: 16px 0;
    flex-wrap: wrap;
    row-gap: 16px;
}

#CustomerPassword,
#CustomerEmail {
    width: 100%;
    font-family: inherit;
}

#wpd_login_left_container {
    display: flex;
    align-items: center;
}

#wpd_login_top_bar_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 64px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
}

#wpd_login_right_container {
    flex: 1;
}

#login_field_wrapper {
    flex: 1;
    display: flex;
    column-gap: 16px;
}

#wpd_login_logo {
    width: 160px;
    height: 160px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#wpd_login_desc_wrapper {
    font-size: 14px;
    line-height: 24px;
}

#CustomerEmail,
#CustomerPassword {
    padding: 16px;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border: 1px solid !important;
    font-size: 15px;
    line-height: 16px;
    background: transparent;
    margin: 0;
}

#wpd_login_button {
    padding: 12px 48px;
    cursor: pointer;
    font-size: 15px;
    line-height: 24px;
}

.wpd-divider {
    margin: 0;
    display: block !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#wpd_login_extra_info_wrapper {
    width: 90%;
    margin: 0 auto;
    margin-top: 64px;
    position: relative;
}

#wpd_login_grid_wrapper {
    background-repeat: space;
    padding: 64px 200px 160px 200px;
    background-size: 17%;
}

.wpd-login-grid-item {
    display: block !important;
    padding: 190px;
    background: #f2f2f2;
    width: calc(25% - 48px * 3 / 4);
    max-width: calc(25% - 48px * 3 / 4);
}

#wpd_login_grid_info_card {
    padding: 64px 184px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: white;
    display: flex;
    flex-direction: column;
    row-gap: 120px;
}

#wpd_login_info_card_header {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 8px;
}

.wpd-login-info-point-desc {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

#wpd_login_register {
    padding: 12px 56px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 32px;
    cursor: pointer;
    font-size: 15px;
    line-height: 24px;
}

#wpd_login_sign_up_point_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wpd-login-info-extra-point-wrapper {
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wpd-login-info-point-header {
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 8px;
    margin-top: 11px;
}

#wpd_power_by_wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 24px 5%;
    background: white;
    border-width: 1px 0px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 24px;
}

#wpd_power_by_wrapper img {
    margin-right: 8px;
    width: 20px;
}

#wpd_power_by_wrapper a {
    text-decoration: none;
}

.wpd-extra-point-icons {
    width: 40px;
    height: 40px;
}

.wpd-container-min-height {
    min-height: 480px;
}

#wpd_preview_strip_container {
    z-index: 99;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: none;
}

#wpd_preview_strip_sub_container {
    display: flex;
    justify-content: space-between;
    padding: 12px 24px;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    background: #ff9d69;
    color: #000;
}

#wpd_preview_strip_tag {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
}

#wpd_preview_strip_desc {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #000;
}

#wpd_preview_strip_customer_tag_container {
    display: flex;
    gap: 4px;
    align-items: center;
    border-radius: 6px;
    background: #f67339;
    padding: 4px 12px;
}

#wpd_preview_strip_edit_customer_container {
    display: flex;
    gap: 4px;
    align-items: center;
}

#wpd_preview_strip_customer_link {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

#wpd_desc_and_tag_container{
    display: flex;
    gap: 32px;
    align-items: center;
}

/* mobile css */
@media only screen and (max-width: 600px) {
    #wpd_power_by_wrapper {
        position: relative;
        margin-top: 30px;
        border-width: 1px 0px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.1);
    }

    #wpd_login_grid_wrapper {
        padding: 0 !important;
    }

    #wpd_login_grid_info_card {
        padding: 24px;
    }

    #wpd_login_top_bar_wrapper {
        justify-content: center;
    }

    .header-info-wrapper {
        text-align: center;
    }

    #login_field_wrapper {
        flex: auto;
        flex-wrap: wrap;
        row-gap: 16px;
    }

    #wpd_login_button {
        width: 100%;
    }
}