.login h1 {
    background-image: none, url(https://nooranovin.com/wp-content/uploads/2024/10/4524.webp);
background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    height: 84px;
    width: 100%;
}

.login h1 a {
display:none;
}




@font-face{
font-family: 'Noora-Font';
font-style:normal;
font-weight:normal; 
src:url('https://nooranovin.com/wp-content/uploads/2024/10/iranyekanwebregularfanum.woff')format('woff');
}
*{
font-family:"Noora-Font";

}



body {
    background: #323232 !important;
}

body.login.js.login-action-login.wp-core-ui.rtl.locale-fa-ir {
display: flex
;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

div#login {
padding: 10px;
background-color: #1e1e1e61;
backdrop-filter: blur(5px);
border-radius: 10px;
border: 1px solid #ffffff17;
color: white!important;
}

form#loginform {
background: transparent;
border: none;
}

.login #backtoblog a, .login #nav a {
color: white;
}

.login form .input, .login form input[type=checkbox], .login input[type=text] {
background: transparent;
border: 1px solid #ffffff2e;
border-radius: 30px;
}

input#wp-submit {
padding: 2px 25px;
min-height: 0;
line-height: 2;
border-radius: 30px;
background-color: #007aff;
width: 100%;
margin-top: 20px;
}

.language-switcher {
bottom: 5px;
    display: flex
;
    margin-top: 20px;
    flex-direction: row;
    padding: 0;
    justify-content: center;
}

form#language-switcher {
display: flex;
align-items: center;
justify-content: space-evenly;
gap: 20px;
margin: 0;
}

.login .language-switcher .button {
margin: 0;
background-color: transparent;
border-radius: 10px;
}

select#language-switcher-locales {
background: transparent;
border-radius: 10px;
color: white;
}

span.dashicons.dashicons-translation {
color: white;
}
