body.login {
  background: url(./assets/images/clean.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: darken;
  background-color: #f579ab29;
  background-attachment: fixed;
  /* overflow: hidden; */
}

body.login::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(19px);
  /* background-attachment: fixed;
  background-position: -270px -200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.001); */

  z-index: 0;
  /* transform: rotate(7deg); */
}

body.login::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30vw;
  height: 100vh;
  background: url(./assets/images/clean.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: #c3fbf829;
  background-attachment: fixed;
  /* background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(19px); */
  /* background-attachment: fixed;
  background-position: -270px -200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.001); */

  z-index: 0;
  /* transform: rotate(7deg); */
}

.login form {
  background: transparent;
  box-shadow: none;
  border: none;
}

.language-switcher {
  position: relative;
  z-index: 1000;
}

@media screen and (min-width: 500px) {
  body.login::before {
    /* transform: rotate(7deg); */
    /* height: 47vh; */
    background-position: 0 -200px;
  }
}

body.login div#login {
  position: relative;
  z-index: 10;
}

body.login div#login h1 {}

body.login div#login h1 a {
  /* background-color: #792d4c;
  position: absolute;
  top: 0;
  right: 10%;
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3); */
}

/* registration form */

/* end registration form */




body.login div#login p#nav {}

body.login div#login p#nav a {}