.login{
    background-color: white !important;
}


    .login form {
        border: none !important ;
        box-shadow: none !important;
    }



#backtoblog{
    display: none;
}


.wp-login-lost-password{
    font-family: "Source Sans 3", sans-serif !important;
    font-style: normal;
    font-weight: bold !important;
    font-size: 14px;
    line-height: 120%;
    text-decoration-line: underline !important;
    color: #1D1D1B !important;
    mix-blend-mode: normal;
    flex: none;
    order: 2;
    flex-grow: 0;
}

.login #nav {
    text-align: center !important;
}


.language-switcher{
    display: none !important;
}


#loginform > p:nth-child(1) > label, #loginform > div > label{
    display: none !important;
}

#loginform input{
    border-radius: 0px !important;
    box-shadow: none !important;
    border: 1px solid #9C9793 !important;

}

#user_pass, #user_login{
    height: 66px;
}




@media (min-width: 768px) { 
    #login {
       width: 462px !important;
    }

    .custom-login-links{
        
    }


}

@media (max-width: 768px) { 
ul{
    margin-top: 80px !important;
}
}


 #login {
    height: 71vh;
        padding: 10% 0 0 !important;
        width: 90%;
 }

form #wp-submit{
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 12px 16px !important;
    gap: 7.11px !important;
    width: 100% !important;
    background: #1D1D1B !important;
    border-radius: 999px !important;
    flex: none !important;
    order: 1 !important;
    align-self: stretch !important;
    flex-grow: 0 !important;
    border: 1px solid #1D1D1B !important;
    margin-top: 20px;
}

.custom-login-links{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;  
}


.custom-login-links a{
        font-family: "Source Sans 3", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        text-decoration-line: underline;
        color: #565656;
}


/* Placeholder dla loginu */
#user_login::placeholder {
    font-family: 'Source Sans 3', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%; /* ~22px */
    color: #1D1D1B;
    opacity: 1; /* domyślnie placeholder może być półprzezroczysty */
  
}

/* Placeholder dla hasła */
#user_pass::placeholder {
    font-family: 'Source Sans 3', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%; /* ~22px */
    color: #1D1D1B;
    opacity: 1;

}

#user_pass, #user_login{
    padding-left: 23px;
}