/* customer login */
.login-container .block .block-title {
    border-bottom: 1px dashed var(--main-border-color);
}
.block-customer-login,
.customer-register {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    border-radius: 8px;
    padding: 16px;
}
.fieldset > .field > .label {
    font-weight: unset;
}
.block-customer-login .field input.input-text,
.password-forgotten .field input.input-text,
.customer-register .field input.input-text
{  height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.04);
    border-radius: 2p企鹅请问 sa是是成
    border: 1px solid rgba(197,197,197,0.51);
}
.block-customer-login .field input.input-text:focus,
.password-forgotten .field input.input-text:focus,
.customer-register .field input.input-text:focus {
    box-shadow: none;
}
.block-customer-login .password .control,
.customer-register .password .control{
    position: relative;
}
.block-customer-login .password .control .show-pwd,
.customer-register .password .control .show-pwd {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.block-customer-login .password .control .show-pwd label,
.customer-register .password .control .show-pwd label {
    display: flex;
    background: var(--secondary-button-color);
    color: #FFFFFF;
    font-weight: 600;
    gap: 4px;
    height: 3.6rem;
    min-width: 8rem;
    align-items: center;
    padding: 0 8px;
    cursor: pointer;
}
.block-customer-login .password .control .show-pwd label::before,
.customer-register .password .control .show-pwd label::before {
    content: '';
    background: url(../images/icon/eyes-open.png) no-repeat;
    background-size: 18px 14px;
    width: 18px;
    height: 14px;
}
.block-customer-login .password .control .show-pwd.inactive label::before,
.customer-register .password .control .show-pwd.inactive label::before {
    background: url(../images/icon/eyes-close.png) no-repeat;
    background-size: 18px 14px;
}

.login-container .fieldset::after,
.password-forgotten .fieldset::after,
.customer-register .fieldset.create.account:after {
    content: unset !important;
}
.login-container .action.login.primary,
.password-forgotten .action.submit.primary,
.customer-register .action.submit.primary {
    height: 50px;
    background: #ED2E24;
    border-radius: 25px;
    margin-left: auto;
    width: 100%;
}

.login-container .action.login.primary:hover,
.password-forgotten .action.submit.primary:hover,
.customer-register .action.submit.primary:hover {
    background: var(--main-text-color-hover);
}
.login-container .action.remind {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: var(--main-text-color);
    gap: 8px;
}
.login-container .action.remind::before {
    content: '';
    background: url(../images/icon/pwd-lock.png) no-repeat;
    background-size: 14px 16px;
    width: 14px;
    height: 16px;
}
.login-container .action.create.primary {
    background: var(--secondary-button-color);
    border: none;
    border-radius: 20px;
    height: 3.6rem;
}
.login-container .action.create.primary:hover,
.block-customer-login .password .control .show-pwd label:hover {
    background: var(--main-button-color);
}
.login-container .block-customer-login .actions-toolbar {
    padding-top: 12px;
}
.block-new-customer {
    padding: 16px;
}
@media only screen and (min-width: 768px) {
    .login-container .action.login.primary {
        width: 150px;
    }
    .login-container .action.create.primary {
        min-width: 180px;
    }
}

/* forgot password */
.password-forgotten {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    border-radius: 8px;
    padding: 16px;
}
.password.forget.title {
    border-bottom: 1px dashed var(--main-border-color);
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.form.password.forget strong {
    font-weight: 500;
    font-size: 1.8rem;
}
.control.captcha-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    gap: 8px;
    flex-wrap: wrap;
}
.action.reload.captcha-reload {
    background: var(--secondary-button-color);
    border: none;
    border-radius: 20px;
    height: 3.6rem;
    color: #FFFFFF;
    padding: 8px 24px;
}
.action.reload.captcha-reload:hover {
    background: var(--main-button-color);
}
.control.captcha-image .captcha-img {
    margin: 0 !important;
    height: 40px !important;
}
@media only screen and (min-width: 768px) {
    .form.password.forget,
    .form.create.account {
        margin: 0 auto;
        padding: 64px 0;
    }
}


/* customer register */
.customer-register .fieldset > .legend {
    border-bottom: none;
}
.customer-register .fieldset > .legend > span {
    font-size: 40px;
    width: 336px;
    height: 31px;
    font-weight: 300;
    color: #333333;
    line-height: 65px;
}
.customer-register-login{
    /*width: 620px;*/
    height: 50px;
    background: #32995B;
    border-radius: 25px;
    margin: 60px 20%
}

.customer-register-login-text{
    line-height: 50px;
    text-align: center;
}
.customer-register-login-text span a{
    height: 30px;
    font-family: Manrope;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    margin-left: auto;
}
@media (max-width: 768px) {
    .element {
        font-size: 14px;
        padding: 10px;
    }


    .customer-register-login {
        width: 100%;
        padding: 8px 0;
        height: auto;
        font-size:14px;
        margin: 16px auto 8px;
    }

    .customer-register-login-text {
        line-height:1;
    }

    .customer-register .field input.input-text
    {
        border-radius: 2px;
        border: 1px solid rgba(216,216,216,0.51);
        height: 40px
    }
}

.prefix{
    display:inline-block;
    margin-left:30px;
}
.input-text-radio{
    margin-left: 40px;
}
.input-text{
   height: 50px;
}

