html, body{
  font-family: 'Roboto';
  height: 100%;
  width: 100%;
}
.img-bottom{
  display: none;
}
#wave {
  position: relative;
  height: 70px;
  width: 600px;
  background: #e0efe3;
}
#wave:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
  width: 340px;
  height: 80px;
  background-color: white;
  right: -5px;
  top: 40px;
}
#wave:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
  width: 300px;
  height: 70px;
  background-color: #e0efe3;
  left: 0;
  top: 27px;
}

.left-side label{
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 10px;
}
.center-content{
  align-content: center;
  flex-wrap: wrap;
  display: flex;
}
.left-side .content{
  padding-top: 100px;
}
.content p{
  font-size: 13px;
  text-align: justify;
}
.content img{
  width: 380px;
}
.bg-mobile img{
  display: none;
}
.test{
  width: 100%;
  position: absolute;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-left: 90px;
  padding-right: 90px;
  border-bottom-right-radius: 50%;
}
.test::after{
  border: 2px solid #000;
}
.content{
  width: 100%;
}
.right-side{
  height: 100%;
}
.right-side .content img{
  width: 200px;
}
.bg-left{
  background-color: #32afe1;
  background-image: url(test_35.png);
  background-size: contain;
  /* background-blend-mode: overlay; */
}
.bg-right{
  background-color: #32afe1;
  background-image: url(test_35.png);
  background-size: contain;
  border-top-left-radius: 20%;
  /* background-blend-mode: overlay; */
}
.form-login{margin: 35px 0;}
.form-login .wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}
.form-login .validate-input {
  position: relative;
}
.form-login .input100 {
  font-family: Roboto;
  font-size: 13px;
  line-height: 1.5;
  color: #666666;
  display: block;
  width: 100%;
  height: 45px;
  border-radius: 25px;
  padding: 0 30px 0 68px;
}
.form-login input {
	outline: none;
	border: none;
}
.form-login .focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: #0ab6ff;
}
.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}
@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}
.symbol-input100 {
  font-size: 13px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  pointer-events: none;
  color: #666666;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.input100:focus + .focus-input100 + .symbol-input100 {
  color: #0ab6ff;
  padding-left: 28px;
}

.btn-loginku{
  display: block;
	width: 100%;
	height: 50px;
	border-radius: 25px;
	outline: none;
	border: none;
	background-size: 200%;
	font-size: 1.2rem;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	margin: 1rem 0;
	cursor: pointer;
	transition: .5s;
	font-weight: 700;
  background-image: linear-gradient(to right, #0ab6ff, #22a0d6, #0ab6ff);
  color: #eeff41;
}

.btn-loginku:hover{
	background-position: right;
}

.btn-loginku-daftar{
  display: block;
	width: 100%;
	height: 50px;
	border-radius: 25px;
	outline: none;
	border: none;
	background-size: 200%;
	font-size: 1.2rem;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	margin: 1rem 0;
	cursor: pointer;
	transition: .5s;
	font-weight: 700;
    background-image: linear-gradient(to right, #64ef66, #bfe7f9, #ffffff);
  color: #000000;
}

.btn-loginku-daftar:hover{
	background-position: right;
}
.bg-mobile{
    display: table-column;
  }

@media (max-width: 823px) {
  /*.form-login:after{
    background-image: url(wave.png);
    bottom: 0;
  }*/
  /*.right-side{
    align-content: unset !important;
  }*/
  .img-bottom{
    display: unset;
  }
  #test_left {
    display: none;
  }

  .logo-web{
    display: none;
  }

  .bg-right{
    border-top-left-radius: unset;
    /* background-color: unset;
    background-image: unset;
    background-size: unset;
    padding-left: 0 !important;
    padding-right: 0 !important; */
    /* position: fixed !important; */
  }

  .bg-mobile{
    background-color: #32afe1;
    background-image: url(test_35.png);
    background-size: contain;
    height: 250px;
    /*vertical-align: bottom;*/
    display: unset;
  }

  .bg-mobile:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: url(img/wowoi.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .bg-mobile img{
    display: unset;
  }

  .form-login{
      padding-left: 15px;
      padding-right: 15px;
  }

  /* .form-login .input100{
    background: #e6e6e6;
  } */

}

@media (min-height: 1024px) {

  .bg-mobile:after{
    height: 300px;
  }

}

@media (max-width: 1024px) {

  .test{
    padding-left: 70px;
    padding-right: 70px;
    border-bottom-right-radius: 30%;
  }

}
