@charset "UTF-8";

/* src/assets/css/styles.scss */
body.login {
  overflow: hidden !important;
}
body.login .container {
  overflow: hidden !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  z-index: -99;
  pointer-events: none;
}
body.login .container::after {
  position: absolute;
  content: "";
  background: rgba(240, 249, 252, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
}
body.login .shape-blob {
  position: absolute !important;
  filter: blur(40px);
  -webkit-filter: blur(40px);
  background: #ff1824;
  height: clamp(25rem, 50vw, 100rem);
  width: clamp(25rem, 50vw, 100rem);
  border-radius: 30% 50% 20% 40%;
  -webkit-animation: transform 8s ease-in-out infinite both alternate, movement_one 15s ease-in-out infinite both;
  animation: transform 8s ease-in-out infinite both alternate, movement_one 15s ease-in-out infinite both;
  opacity: 0.7;
  left: 60%;
  top: 50%;
  z-index: -10;
}
body.login .shape-blob.one {
  background: #ff1824;
  height: clamp(22.5rem, 40vw, 100rem);
  width: clamp(22.5rem, 40vw, 100rem);
  left: -200px;
  top: -150px;
  transform: rotate(-180deg);
  -webkit-animation: transform 8s ease-in-out infinite both alternate, movement_two 15s ease-in-out infinite both;
  animation: transform 8s ease-in-out infinite both alternate, movement_two 15s ease-in-out infinite both;
}
body.login .shape-blob.two {
  background: #fc959a;
  height: clamp(20rem, 30vw, 100rem);
  width: clamp(20rem, 30vw, 100rem);
  left: 700px;
  top: -150px;
  transform: rotate(-180deg);
  -webkit-animation: transform 8s ease-in-out infinite both alternate, movement_two 15s ease-in-out infinite both;
  animation: transform 8s ease-in-out infinite both alternate, movement_two 15s ease-in-out infinite both;
}
@-webkit-keyframes transform {
  0%, 100% {
    border-radius: 33% 67% 70% 30%/30% 30% 70% 70%;
  }
  20% {
    border-radius: 37% 63% 51% 49%/37% 65% 35% 63%;
  }
  40% {
    border-radius: 36% 64% 64% 36%/64% 48% 52% 36%;
  }
  60% {
    border-radius: 37% 63% 51% 49%/30% 30% 70% 70%;
  }
  80% {
    border-radius: 40% 60% 42% 58%/41% 51% 49% 59%;
  }
}
@keyframes transform {
  0%, 100% {
    border-radius: 33% 67% 70% 30%/30% 30% 70% 70%;
  }
  20% {
    border-radius: 37% 63% 51% 49%/37% 65% 35% 63%;
  }
  40% {
    border-radius: 36% 64% 64% 36%/64% 48% 52% 36%;
  }
  60% {
    border-radius: 37% 63% 51% 49%/30% 30% 70% 70%;
  }
  80% {
    border-radius: 40% 60% 42% 58%/41% 51% 49% 59%;
  }
}
@-webkit-keyframes movement_one {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: translate(50%, 20%) rotateY(10deg) scale(1.2);
  }
}
@keyframes movement_one {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: translate(50%, 20%) rotateY(10deg) scale(1.2);
  }
}
@-webkit-keyframes movement_two {
  0%, 500% {
    transform: none;
  }
  50% {
    transform: translate(55%, 10%) rotate(-200deg) scale(1.2);
  }
}
@keyframes movement_two {
  0%, 500% {
    transform: none;
  }
  50% {
    transform: translate(55%, 10%) rotate(-200deg) scale(1.2);
  }
}
body.login {
  background-color: #fafafa;
  font-family: "Poppins", sans-serif;
}
body.login div#login h1 a {
  background-size: contain;
  width: auto;
  height: clamp(5rem, 8vw, 13rem);
}
body.login #login-message {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5019607843);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  border: solid 1px #e4e4e4;
  color: #464646;
}
body.login #login {
  min-width: 100px;
  width: auto !important;
  max-width: 400px;
  margin-top: clamp(3rem, 8vw, 30rem);
  padding: 0 2rem;
  padding-left: clamp(1.5rem, 8vw, 3rem);
  padding-right: clamp(1.5rem, 8vw, 3rem);
  padding-top: clamp(2rem, 10vw, 5rem);
  padding-bottom: clamp(2rem, 10vw, 5rem);
  border-radius: 10px;
  border: solid 1px #e4e4e4;
  background-color: rgba(255, 255, 255, 0.3137254902);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
body.login #login #loginform {
  border: none;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none !important;
}
body.login #login #loginform input {
  background-color: rgba(255, 255, 255, 0);
}
body.login #login #loginform button .dashicons {
  color: #ff1824;
}
body.login #login #loginform .forgetmenot input[type=checkbox]:checked::before {
  content: "\1f5f8" !important;
  color: #ff1824;
  margin: 0.58rem 0 0 -0.2rem;
  font-size: 16px;
  font-weight: 900;
}
body.login #login #loginform .submit input {
  padding: 0.5rem 2rem;
  margin-top: 35px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 1000px;
  border: none !important;
  background-color: #ff1824 !important;
}
body.login #nav {
  display: none !important;
}
body.login #backtoblog {
  display: none !important;
}
body.login .language-switcher {
  display: none !important;
  opacity: 0;
  visibility: none;
}
body.login #made-by {
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 600px) {
  body.login #login {
    min-width: 100px;
    width: auto !important;
    max-width: 70vw;
  }
  body.login #loginform {
    padding-left: clamp(0.1rem, 1vw, 3rem);
    padding-right: clamp(0.1rem, 1vw, 3rem);
  }
  body.login #loginform .submit input {
    padding: 0.3rem 1.25rem !important;
    font-size: 12px;
    margin-top: 25px !important;
    width: 100%;
  }
}
