

 body{
       height:100%;
       background-size:cover;
	   line-height:0;
	   margin:0;
 font-family: 'axiatabold';
      }
   html{
       height:100%;
	   margin:0;
       }
#desktop_second_bottom_background{
    position: absolute;
    width: 100%;
    bottom: 0px;
}
#desktop_second_bottom_background img {
    width: 100%;
    height: auto;
}
#background_image_desktop_register{
	 min-height: 100vh;
	
	  background: url(../../images/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position:relative;
   
}
#logo_landing_page_mobile{
    position: absolute;
    top: 40px;
	    text-align: center;
}
#logo_landing_page_mobile img{
	width:80% !Important;
	height:auto;
}

#second_bottom_background{
    bottom: 0px;
     position: absolute; 
    margin-top: -75px;
}
#top_background img{
	width:100%; height:auto;
}
#second_background_image_mobile{
	height:100vh;
	display:block; position:relative;  

  background-image:url("../../images/background.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;


}

#desktop_logo {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 999999;
    /* left: 27%; */
    text-align: center;
    bottom: 585px;
}
#desktop_logo img{
	width:700px;
	height:auto;
}

#second_background_image_mobile img{
	width:100%;
	height:auto;
}


#button_daftar_dekstop{
    bottom: 33px;
    position: absolute;
    left: 331px;
    width: 250px;
    height: auto;
}
#button_daftar_dekstop img{
	width:100%;
	height:auto;
}


#button_login_dekstop{
    bottom: 33px;
    position: absolute;
    right: 331px;
    width: 250px;
    height: auto;
}
#button_login_dekstop img{
	width:100%;
	height:auto;
}
#logo_landing_page_dekstop{
	margin:0 auto;
	width:100%;
	text-align:center;
}
#logo_landing_page_dekstop img{
	width:875px;
	height:auto;
	
}

#button_daftar_mobile{
	  margin: 0 auto;
    left: 0;
    right: 0;
    z-index:10;
   
   /** Position should be absolute */
    position: absolute;
    /** And box must have a width, any width */
    width: 50%;
	top:200px;
}
#button_login_mobile{
	  margin: 0 auto;
    left: 0;
    right: 0;
   top:300px;
   z-index:10;
   /** Position should be absolute */
    position: absolute;
    /** And box must have a width, any width */
    width: 50%;
}

@media only screen and (min-width: 701px) {

#second_background_image_mobile{display:none !Important; }
}

@media only screen and (max-width:700px) {
	#background_image_desktop_register{ display:none !Important; }
}

@media only screen and (max-width: 880px) {
#logo_landing_page_dekstop img{
	width:700px;
	height:auto;
	
}
}


@media only screen and (max-width: 1350px) {
	
	#desktop_logo {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 999999;
    /* left: 27%; */
    text-align: center;
    bottom: 515px;
}
#desktop_logo img{
	width:700px;
	height:auto;
}

#button_login_dekstop{
    bottom: 33px;
    position: absolute;
    right: 331px;
    width: 200px;
    height: auto;
}

#button_daftar_dekstop{
    bottom: 33px;
    position: absolute;
    left: 331px;
    width: 200px;
    height: auto;
}

}



@media only screen and (max-width: 1120px) {


#desktop_logo {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 999999;
    /* left: 27%; */
    text-align: center;
    bottom: 485px;
}
#desktop_logo img {
    width: 600px;
    height: auto;
}

#button_login_dekstop{
    bottom: 33px;
    position: absolute;
    right: 231px;
    width: 200px;
    height: auto;
}

#button_daftar_dekstop{
    bottom: 33px;
    position: absolute;
    left: 231px;
    width: 200px;
    height: auto;
}

}


@media only screen and (max-width: 928px) {

#button_login_dekstop{
    bottom: 33px;
    position: absolute;
    right: 131px;
    width: 200px;
    height: auto;
}

#button_daftar_dekstop{
    bottom: 33px;
    position: absolute;
    left: 131px;
    width: 200px;
    height: auto;
}

}


@media only screen and (max-width: 400px) {
#button_daftar_mobile {
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 10;
    position: absolute;
    width: 50%;
    top: 230px !important;
}


element.style {
}
#logo_landing_page_mobile {
    position: absolute;
    top: 90px;
    text-align: center;
}

}