body.login {
    color: white ! IMPORTANT;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background: linear-gradient(0deg, #2b0512d1, #281729cf), url(https://ostajam.eu/wp-content/uploads/2024/08/NOVO-OZADJE-OSTAJAM-V2.png) !important;
    background-size: 400px !important;
}

.login #login {
    padding: 0;
}

.login form {
    margin-top: 0px !important;
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-family: Didact Gothic;
    font-weight: 700 !IMPORTANT;
    background-color: #231628 !important;
    border: solid;
    border-width: 1px;
    border-color: #4B2E56 !important;
}

.login h1 a {
    background-image: url(https://ostajam.eu/wp-content/uploads/2024/01/ostajam_logo.png);
    background-size: contain !important;
    width: 200px;
    height: 200px;
    display: block;
    padding: 0px !important;
    margin: auto;
    background-position: center !important;

}

.login .notice-error {
    border-left-color: #d63638;
    color: black !important;
}

.login .button.wp-hide-pw .dashicons {
    color: white !important;
}

.wp-core-ui .button-primary {
font-family: 'Didact Gothic' !important;
    border-color: white;
    color: #ffffff;
    border-radius: 25px;
    text-shadow: none;
    box-shadow: none;
    width: 100%;
    font-weight: bold;
    background-color: #C04771;
}

.login input[type="text"], .login input[type="password"] {
    font-family: 'Didact Gothic', sans-serif !important;
    background: transparent !important;
    border: 0 !important;
    padding: 10px;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    color: white;
    outline: none !important;
    border-bottom: 1px solid white !important;
    border-radius: 0px !important;
    font-weight: 400 !important;
    font-size: 1.2em !important;
}

.login label {
display: block;
    font-family: 'Didact Gothic', sans-serif !important;
    text-align: left;
    font-size: 1em !important;
    margin-bottom: 5px;
    color: white !important;
}

p#nav {
    display: none !important;
}

p#backtoblog {
    display: none !important;
}

p.forgetmenot {
    display: none !important;
}

.login input[type="text"],
.login input[type="password"] {
    background: #f4f7f6;
    border: 1px solid #d1d1d1;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
}

.login .forgetmenot label {
    font-size: 12px;
    color: #666666;
}

.login #nav,
.login #backtoblog {
    text-align: center;
}

.login #nav a,
.login #backtoblog a {
    color: #007cba;
}

.language-switcher {
    display: none;
}



/* Add your custom styles here */




