@font-face {
  font-family: iransans;
  src: url("../IRANSansX-Regular.woff");
}

body {
  background: #000f36 !important;
  font-family: "iransans" !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#login h1 a {
  background-image: url("../logo.png") !important;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 20% !important;
  width: 320px;
  height: 80px;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}

.login form {
  border-radius: 10px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
label {
  margin-bottom: 12px !important;
}

a {
  color: white !important;
}

input[type="submit"] {
  border-radius: 10px !important;
  padding: 2px 40px !important;
  margin-top: 8px !important;
}

#login {
  padding: 0px !important;
  
}

#language-switcher {
  display: flex !important;

  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: 2px ;
}

#language-switcher > input[type="submit"] {

    margin-top: 0px !important;
    padding: 2px 20px !important;
}

select{
    border-radius: 10px !important;
    border-color: #2271b1 !important;
    border-width: 1px !important;
    padding: 2.3px 20px !important;
}

.dashicons-translation:before {
  
    color: white !important;
}

.language-switcher label {
    margin-left: .80em !important;
    margin-top: 12px !important;
}

body:not(.rtl) .language-switcher label{
 
    margin-right: .80em !important;
    margin-top: 12px !important;

}

body:not(.rtl) #language-switcher{
    margin-right: 14px ;
}

@media (max-width: 1024px) {

  
    #language-switcher {
        display: flex !important;
      
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        margin-left: 2px ;
      }


      #language-switcher > input[type="submit"] {

        margin-top: 8px !important;
        padding: 2px 20px !important;
    }

    .wp-login-logo{
        margin-top: 80px !important;
    }
    
}   