
.pslogin-block .pslogin-buttons.customer-custom-login-popup-design ul li.ps-default {
    width: 100%;
}
.pslogin-buttons.customer-custom-login-popup-design .pslogin-button-text {
    min-width: auto;
    justify-content: center;
    width: 100%;
    text-shadow: 1px 1px 0px rgb(0 0 0 / 35%);
    font-weight: 500;
}
.prpl-popuplogin #prpl-modal-inner-wrap {
    max-width: 460px;
    padding: 25px;
    border-radius: 14px;
}
.prpl-popuplogin #prpl-modal-inner-wrap .modal-header {
    padding: 10px;
    width: 160px;
    border-bottom: none;
    margin: auto;
}
.prpl-popuplogin #prpl-modal-inner-wrap .modal-content {
    max-width: fit-content;
}

.pslogin-block .pslogin-buttons.customer-custom-login-popup-design.pslogin-register-step .pslogin-button:not(.ps-default) {
    width: 48px;
    height: 48px;
    margin-top: 26px;
}

.pslogin-block .pslogin-buttons.customer-custom-login-popup-design.pslogin-login-step .pslogin-button:not(.ps-default) {
    margin-top: 26px;
}



#prpl-modal-inner-wrap .actions-toolbar .popup-account-create {
    padding: 15px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    height: 46px;
    margin-top: 10px;
    position: relative;
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFFFFF), color-stop(0.02, #ffc800), color-stop(1, #FFC800));
    color: #893A00;
    text-shadow: 0px 1px #e4e4e4;
    border: 1px solid #FFA200;
    border-radius: 8px;
    line-height: 15px;
    border-radius: 36px;
}
.customer-account-info-title {
    margin-top: 7px;
    display: inline-block;
}
#prpl-modal-inner-wrap .modal-content .ps-register-popup.terms-and-condition a {
    color: #006bb4;
    text-decoration: underline;
    font-weight: 500;
}
.ps-register-popup.terms-and-condition{
    font-size: 12.5px;
    font-weight: 500;
}
.psregistration-show-text.pslogin-showmore-button.pslogin-bordertext {
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}
.prpl-popuplogin .password-weak .password-strength-meter:before {
    background-color: #ff5216;
}
.prpl-popuplogin .password-medium .password-strength-meter:before {
    background-color: #ff9841;
}
.prpl-popuplogin .password-strong .password-strength-meter:before {
    background-color: #e9d400;
}
.prpl-popuplogin .password-very-strong .password-strength-meter:before {
    background-color: #81b562;
}