/*
Custom Style Login page

*/
body.login {
  background: #ffffff;
  min-width: 0;
  color: #3c434a;
  font-size: 13px;
  line-height: 1.4;
}
body.login #login {
  width: 320px;
  padding: 5% 0 0;
  margin: 0 auto;
  /* h1 a {
            background-image: url(https://www.volontarie1956.org/wp-content/uploads/2022/05/logo_header@1x.png) !important;
            background-image: none,url(https://www.volontarie1956.org/wp-content/uploads/2022/05/logo_header@1x.png) !important;
            background-size: 84px;
            background-position: center top;
            background-repeat: no-repeat;
            color: #3c434a;
            height: 84px;
            font-size: 20px;
            font-weight: 400;
            line-height: 1.3;
            margin: 0 auto 25px;
            padding: 0;
            text-decoration: none;
            width: 84px;
            text-indent: -9999px;
            outline: 0;
            overflow: hidden;
            display: block;
          } */
}
body.login #login form {
  margin-top: 20px;
  margin-left: 0;
  padding: 26px 24px 34px;
  font-weight: 400;
  overflow: hidden;
  background: #fff;
  border: 0px solid #c3c4c7;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.04);
}
body.login .wpml-login-ls {
  display: none;
}
body.login.wp-core-ui .button-primary {
  background: #efc94c;
  border-color: #efc94c;
  color: #313131;
  text-decoration: none;
  text-shadow: none;
}
body.login #header_site {
  background: #ffffff;
}
body.login #header_site .container {
  min-height: 30px;
  position: relative;
  padding: 1% 5%;
}
body.login #main-menu {
  background-color: #efc94c;
}
body.login #main-menu .container {
  min-height: 10px;
  position: relative;
  padding: 1% 5%;
  font-size: 18px;
  font-weight: 600;
}
body.login #footer_bend {
  background-color: #1b1b1b;
  margin-top: 70px;
  padding-top: 30px;
}
body.login #footer_bend .container {
  min-height: 200px;
  position: relative;
  padding: 1% 5%;
}
body.login #footer_bend .footer_logo {
  text-align: center;
}
body.login #footer_bend .copy {
  margin-top: 50px;
  color: #7d7d7d;
  text-align: center;
}
body.login #footer_bend a {
  color: #7d7d7d;
  transition-property: border,background,color;
  transition-duration: 0.05s;
  transition-timing-function: ease-in-out;
}
