@font-face {
    font-family: "YekanBakh";
    src: url("https://mofidna.ir/wp-content/uploads/2025/01/YekanBakhMedium.woff") format("woff");
    font-weight: 400;
}

body {
    background: #e0e0e0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#login {
    font-family: "YekanBakh", sans-serif;
}

#login h1 a {
    background: url("https://mofidna.ir/wp-content/uploads/2025/01/mirzae_admin_login_512-512.png");
    background-size: contain;
    position: center;
    background-repeat: no-repeat;
    width: 60%;
}

#login p:not(:first-child) {
    text-align: center;
}

#loginform {
    border-radius: 7px;
    background: transparent;
    box-shadow: 20px 20px 60px #bebebe,
        -20px -20px 60px #fff;
    border: none;
    padding: 30px;
}

#loginform input,
#language-switcher-locales {
    border-radius: 7px;
    border: none;
}

.login form .input, .login input[type=password], .login input[type=text]{
    font-size: 13px;;
}

#loginform input:focus,
#language-switcher-locales:focus {
    outline-color: #999;
}

#loginform input.button,
#language-switcher input.button {
    background: #999;
    color: #fff;
    font-family: "Peyda", sans-serif;
    border: none;
    border-radius: 5px;
}

#language-switcher {
    display: none;
}

button.button {
    color: #999 !important;
}