@media only screen and (min-width:850px) {
    .header {
        display: none !important;
        opacity:0;
    }
}

.woocommerce-form__input-checkbox {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
}

.woocommerce-form__label-for-checkbox .remb-me {
    position: relative;
    padding-left: 24px;
}

.woocommerce-form__label-for-checkbox .remb-me::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid #8cb99b;
    border-radius: 4px;
    background-color: transparent;
    transition: background-color 0.3s, border-color 0.3s;
}

.woocommerce-form__input-checkbox:checked+.remb-me::before {
    background-color: #8cb99b;
    border-color: #8cb99b;
    content: "✔";
    color: white;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-form__input-checkbox {
    accent-color: #8cb99b;
    color: #fff;
    cursor: pointer;
}

.woocommerce-form__label-for-checkbox:hover {
    cursor: pointer;
}

.footer-wrapper {
    display: none !important
}

.login-text {
    font-weight: 500;
}

.loginsection {
    text-align: center;
}

.nou-bb {
    width: 60%;
    padding: 5px;
    margin: 0 auto;
    position: relative;
    bottom: 7px;
}

.account-t {
    float: left;
}

.login-bb {
    float: right;
}

.login-bb:hover {
    text-decoration-color: #8cb99b;
}

.testimonials-padding {
    padding: 30px;
}

.large-5 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.col-inner {
    flex: 1;
}

.testimonial {
    margin-top: auto;
    margin-bottom: 20px;
    padding: 20px 10px;
    box-sizing: border-box;
    background: rgb(255 255 255 / 25%);
    backdrop-filter: blur(10px);
    border-radius: 8px;
}

body {
    height: 100%;
}

hr {
    width: 60%;
}

.lost_password {
    text-decoration: underline;
}

.goback:hover svg path {
    stroke: #8cb99b;
}

.goback:hover .back {
    color: #8cb99b;
}

.goback:hover svg rect {
    stroke: #8cb99b;
}

section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fpwd {
    top: -10px;
    text-decoration: underline;
    position: relative;
}

.account-container,.reset-container {
    padding: 60px;
}

.nou-b {
    width: 60%;
    padding: 5px;
    text-align: left;
    margin: 0 auto;
    position: relative;
    bottom: 7px;
}

@media screen and (min-width:1249px) {

    .username-input,
    .password-input,
    .email-input,.submit-login, .submit-register, .submit-lost-password {
        width: 60% !important;
    }
}

@media only screen and (min-width:850px) and (max-width:1248px) {

    .username-input,
    .password-input,
    .submit-login,
    .email-input,.submit-login, .submit-register, .submit-lost-password {
        width: 100% !important;
    }

    .nou-b {
        width: 100% !important;
    }

    hr {
        width: 100% !important;
    }

}

@media only screen and (max-width:849px) {
    .large-5 {
        display: none !important;
    }

    .nou-b {
        width: 100% !important;
    }

    hr {
        width: 100% !important;
    }

    .account-container,.reset-container {
        padding: 0px 60px !important;
    }

    .login-text {
        padding: 20px;
    }

    .logo-login {
        display: none;
    }

    .submit-login {
        width: 100% !important;
    }
    .submit-login, .submit-register, .submit-lost-password {
        width: 100% !important;
    }
}

@media only screen and (max-width: 549px) {
    .account-container,.reset-container {
        padding: 0px 20px !important;
    }

    .submit-login {
        width: 100% !important;
    }
    .submit-login, .submit-register, .submit-lost-password{
            width:100% !important;
        }
}

.username-input,
.password-input,
.email-input {
    border-radius: 4px;
    border: 1px solid #B1B4B2;
    margin: 0 auto;
}

.underline {
    text-decoration: underline;
}

.login-text {
    padding: 30px;
}

.submit-login,
.submit-register,
.submit-lost-password {
    border-radius: 4px;
    background: #1D1F1E;
    color: #fff;
    margin-right: 0px !important;
    padding: 5px;
}

.back {
    position: absolute;
    font-size: 18px;
    color: #fff;
    margin-top: 3px;
    margin-left: 15px;
    z-index: 2;
}

.g-recaptcha-wrap{
    text-align: center;
    display: inline-block;
}

.large-5 {
    height: 100vh;
    background: url('https://byolitic.ro/wp-content/uploads/2025/06/8a71f963-fa08-4dbb-8bbd-7fe53187a2a1.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.testimonial p {
    margin: 0;
    font-size: 16px;
}

.testimonial .author {
    margin-top: 10px;
    font-weight: bold;
}

.testimonial .stars {
    margin-top: 10px;
}

.woocommerce-notices-wrapper {
    position: absolute;
    top: 0;
    background: red;
    width: 100%;
    text-align: center;
    z-index: 999;
}

.message-wrapper {
    padding-bottom: 0px !important;
}

li div.alert-color {
    color: #fff !important;
}

.woocommerce-privacy-policy-text {
    display: none;
}

.login-cls{
    float:right
}

.create-acc,
.login-bb {
    cursor: pointer;
}

.create-acc:hover,
.login-bb:hover,.login-cls:hover,.create-acccls:hover {
    text-decoration-color: #8cb99b;
    color: #8cb99b;
}

.woocommerce-error {
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.5s ease-in-out;
    display: inline-block;
    color: #fff;
    position: absolute;
    background: transparent;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.19);
    padding: 0px;
}

.woocommerce-error.show {
    opacity: 1;
    transform: translateY(0);
}

.woocommerce-error div {
    background: red;
    padding: 2px 3px 2px 12px;
    border-radius: 5px;
}

.woocommerce-error:focus {
    outline: none;
    box-shadow: none;
}
.resetpwdbtn svg {
    position: relative;
    top: 6px;
    transition: transform 0.3s ease; /* Smooth transition */
}

.resetpwdbtn:hover svg {
    transform: translateX(4px); /* Move the svg 5px to the right when the button is hovered */
}
.woocommerce-error div .message-container::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 16.99V17M12 7V14M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 5px;
    top: 51%;
    transform: translateY(-50%);
}

.spinner {
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-left-color: #ffffff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 1s linear infinite;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.alert-color {
    margin-top: 7px;
}

.woocommerce-form-login__rememberme {
    margin-top: 20px;
    margin-bottom: 20px;
}

.remb-me {
    position: relative;
    top: -2px;
    margin: 0 auto;
}
.reset-msg {
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.5s ease-in-out;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #8cb99b;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    z-index: 1000;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.reset-msg.show {
    opacity: 1;
    transform: translateY(0);
    z-index: 99999;
}

.reset-msg svg {
    position: relative;
    top: 2px;
}