@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap'); /*&family=ZCOOL+KuaiLe*/
@font-face{
    font-family:'Bang Bang Ti';
    src: url("../fonts/bangbang/优设字由棒棒体.ttf");
}

.fredoka-300 {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.fredoka-400 {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.fredoka-500 {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.fredoka-600 {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.fredoka-700 {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/*.zcool-kuaile-regular {
  font-family: "ZCOOL KuaiLe", sans-serif;
  font-weight: 400;
  font-style: normal;
}*/

a{
  color: #5be6ff;
}

body.login{
    background: url('/media/luckystar/img/theme/landing/landing-bg.jpg') repeat-x;
    position: relative; z-index: 1;
    font-family: "Bang Bang Ti", "Fredoka", sans-serif;
    font-weight: bold;
    font-size: 1.1rem;
    color: white;
    text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    height: 100%;
    min-height: 100vh;
    padding: 0;

  

}

body.login .bi{
  color: black;
  text-shadow: none;
}

body.login.lang-en{
	font-family: "Fredoka", sans-serif;
	font-weight: 400;

    & .landing-caption, .landing-banner,
    .landing-block-title, .landing-item-top, .btn-landing{
        font-weight: bold;
    }


}

body.login::before{
    position: absolute; z-index: 2;
    content: ' ';
    background: url('/media/luckystar/img/theme/login/login-cloud.png') repeat-x;
    background-size: 100%;
    width: 100%; height: 100%;
}
body.login::after{
	position: absolute; z-index: 3;
	content: ' ';
	background: url('/media/luckystar/img/theme/login/login-footer.png') center bottom no-repeat;
	background-size: 500px auto;
	width: 100%; height: 100%;
	top: 0;
  z-index: 1;
}

body.login main{
  height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}



.login-wrapper{ 
  position:relative; z-index:90; 
  background:rgba(115,115,115,0.25);
  border-radius: 15px;
  border-radius: 15px;
  width: 100%;

  &::after{
    position: absolute;
    top: 0; left: 0;
    z-index: -1;
    content: url('/media/luckystar/img/theme/login/hot-air-balloon-opacity-50.png');
    width:100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
body.login input:not([type=submit]){
  background: rgba(217,217,217,.77) !important;
}
@media only screen and (max-device-width: 480px) {
    body.login::before {
        background-size: unset;
    }
}