html .login h1 a {
    background-image: url(https://edukacja.balticmed.pl/wp-content/uploads/2024/08/balticmed_logo_rgb.png);
    background-size: 100%;
    width: auto;
    height: 200px;
    margin-bottom: 30px;
    position: relative;
}
/*
html .login h1 a:after {
    content: 'Edukacja';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
}
*/
.login.login-password-protected #loginform {
    position: relative;
    padding-top: 70px;
}
.login.login-password-protected #loginform:before {
    content: 'Balticmed Edukacja';
    position: absolute;
    display: block;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
}
.wp-core-ui .button-primary{
    background: #53c3e9 !important;
    border-color: #53c3e9 !important;
    transition: all 0.3s ease;
    transform: translateY(0);
    box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0);
}
.wp-core-ui .button-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.28);
    
}
.login.login-password-protected input[type=password]:focus {
    border-color: #53c3e9;
    box-shadow: 0 0 0 1px #53c3e9;
}