@charset "utf-8";
/* blur background*/
body{
	margin:0;
	overflow-y: hidden;
  background: #f6f6f6;
}
.loginbg{
position: fixed;
    height: 100vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginbgGuimi{
  background: #878AE1;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
  background-image:url("../img/guimi-bg.png");
  width: 100%;
  height: 100vh;
 }

 .blurred-box{
  width: 450px;
  max-width: 100%;
  height:550px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 20px #00000028;
}


.user-login-box{
  position: relative;
  z-index: 1;

}

@media (max-width:768px) {
  .blurred-box{
  width: 100%;

}

  
}




.gpMail{
  width: calc(100% - 20px);
  border: none;
  background: #eff1f5;
  font-size: 1em;
  padding: 10px 10px!important;
  line-height: 1.5;
}

.gpNext{
	width: 100%;
	border: none;
  cursor: pointer;
}

.image-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.image-container img{
  width: calc(100% / 16);
  padding: 10px;
}

@media (max-width:1500px) {
  .image-container img{
    width: calc(100% / 12);
    padding: 10px;
  }
}


@media (max-width:1200px) {
  .image-container img{
    width: calc(100% / 10);
    padding: 10px;
  }
}

@media (max-width:900px) {
  .image-container img{
    width: calc(100% / 8);
    padding: 10px;
  }
}

@media (max-width:600px) {
  .image-container img{
    width: calc(100% / 6);
    padding: 10px;
  }
}