 /* Login Section */
 .woocommerce-login-section {
    position: relative;
    padding: 0;
    height: 100vh;
    display: flex;
    align-items: center;
}

.custom-login-page a {
    color: #009CFF;
    text-decoration: none;
}

.woocommerce-login-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://inkk.com.fj/wp-content/uploads/2025/03/background.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.sociallogin {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin: 15px 0;
}

.sociallogin img {
    width: 18px;
    height: 18px;
    border: 2px solid #E1E1E1;
    border-radius: 50%;
    padding: 0.5rem;
    transition: transform 0.3s;
    cursor: pointer;
}

.sociallogin img:hover {
    border-color: rgb(29, 173, 29);
    box-shadow: 0px 0px 8px rgb(28, 243, 64);
    transform: translateY(-4px);
    transition: 0.5s;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    gap: 5px;
}

div.custom-login-page {
    background-color: rgba(255, 255, 255, 0.9) !important;
    border-radius: 1.5rem !important;
    max-width: 400px;
    box-shadow: 0px 0px 13px rgb(112, 110, 110);
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: auto;
    
}

.login-form-woo {
    max-width: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0 auto;
}

div.custom-login-page h2 {
    font-size: 1.55rem;
    text-decoration: none;
    font-weight: 400;
    color: #4C4C4C;
    margin-bottom: 20px;
    text-align: center;
}

div.custom-login-page p {
    font-size: 0.9rem;
    color: #4C4C4C;
    text-align: center;
}

div.custom-login-page p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.rem-pass {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    margin-bottom: 1.5rem !important;
    margin-top: 10px;
}

button.woocommerce-button.button.woocommerce-form-login__submit {
    background: linear-gradient(90deg, rgba(96, 185, 70, 1) 0%, rgba(92, 185, 79, 1) 15.56%, rgba(80, 185, 105, 1) 41.35%, rgba(71, 185, 123, 1) 56.74%, rgba(0, 181, 107, 1) 86.52%, rgba(0, 181, 150, 1) 99.44%);
    border-radius: 0.7rem !important;
    width: 100%;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0 0 1rem;
}

/* Notices Styling */
.woocommerce-notices-wrapper {
    text-align: center;
}

.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    padding: 10px;
    margin: 0 0 15px;
    border-radius: 5px;
    list-style: none;
}

.woocommerce-message {
    background-color: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
}

.woocommerce-info {
    background-color: #d1ecf1;
    color: #0c5460;
    border-color: #bee5eb;
}

@media screen and (max-width: 769px) {
    div.custom-login-page {
        padding: 1rem;
    }
}

/* 13/05/2025 */
.pass-eye {
    position: relative;
}

.pass-eye i.fas{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

span#username-error,span#password-error{
    text-align: left;
    font-size: 12px;
    padding: 5px;
    color: red;
}
