.box_login_up{
   	position:relative;
    width: 100%;
    min-width:1100px;
    min-height:450px;
    box-sizing: border-box;
    padding:10px;
    text-align: left;
    display: inline-block;
    overflow: hidden;
}

.box_login_pelanggan{
    position: relative;
    float: left;
    text-align:center;
    width: calc(33% - 10px);
    margin-left: 10px;
    box-sizing: border-box;
    background: #ffffff;
    height: 450px;
    margin-bottom: 10px;
}
.box_login_infografis{
   	position: relative;
    float: left;
    text-align:center;
    width: calc(33% - 10px);
    margin-left: 10px;
    box-sizing: border-box;
    background: #ffffff;
    height: 450px;
    margin-bottom: 10px;
}
.box_login_saran{
    position: relative;
    float: left;
    text-align:center;
    width: calc(33% - 10px);
    margin-left: 10px;
    box-sizing: border-box;
    background: #ffffff;
    height: 450px;
}
.box_login_pelanggan,.box_login_infografis,.box_login_saran{
    border-radius: 20px;
    border: none;
}
.box_gb{
    position: relative;
    width: 100%;
    min-height: 240px;
    padding-top:17px;
}
.login_gb{
    position: relative;
    width:270px;
    height:200px;
    background: url("login.png") no-repeat;
    background-size:270px 200px;
    display: block;
}
.infografis_gb{
    position: absolute;
    content:"";
    text-align:center;
    width: 100%;
    min-height: 100%;
    background: url("infografis.png") no-repeat;
    overflow: hidden;
    display: block;
    margin-left: 27%;
    margin-top: 20%;
}
.saran_gb{
    position: absolute;
    content:"";
    text-align:center;
    width: 100%;
    min-height: 100%;
    background: url("saran.png") no-repeat;
    overflow: hidden;
    display: block;
    margin-left: 27%;
}
.txt_judul_login{
    font-size: 20px;
    font-weight: bold;
    font-family: "roboto";
    text-transform: uppercase ;
    color: #496b05;
    letter-spacing: 1.5px;
}
.login_box{
    position: relative;
    width: 100%;
    padding:20px;
    box-sizing: border-box ;
    display: inline-block;
}
.box_user{
    position: relative;
    background: #3c5903;
    width: 100%;
    height: 35px;
    border: none;
    border-radius: 15px;
    text-align:left;
    text-transform: uppercase;
    font-size:12px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px 10px 5px 35px;
    box-sizing: border-box;
}
.box_user:before{
    position: absolute;
    content:"";
    width: 16px;
    height: 16px;
    background: url("userman.png");
    background-size: 16px 16px;
    left:8px;
    top: 9px;
}

.box_user .tboxlogin{
	position:relative;
	background: none;
	width: 100%;
	height: 26px;
	border: none;
	box-shadow:none;
	color: white;
}
.box_kunci:before{
    position: absolute;
    content:"";
    width: 16px;
    height: 16px;
    background: url("kunci.png");
    background-size: 16px 16px;
    left:8px;
    top: 9px;
    
}

.txt_lupa{
    font-size: 10px;
    color: #496b05;
    padding-top: 5px;
    font-weight:bold;
    letter-spacing: 1.2px;
}
.login{
    background: #3c5903; 
    width: 80px; 
    background-repeat: no-repeat; 
    margin-left: 38%;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.bt_infografis{
    position: relative;
    display:inline-block;
    font-size: 13px;
    font-weight:bold;
    text-transform:uppercase;
    color: #ffffff;
    padding:7px;
    border-radius: 5px;
    background: #3c5903;
    cursor: pointer;
    margin-top: 90px;
}
.box_saran{
    position: relative;
    width: 300px;
    min-height: 150px;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-block;
    padding-top: 35px;
}
.saran_isi,.pengaduan{
    position: absolute;
    font-size: 15px;
    font-weight: bolder;
    text-transform: uppercase;
    color: #ffffff !important;
    width: 100%;
    min-height: 30px;
    border: 1px solid transparent;
    border-radius: 7px;
    padding-top: 5px;
    background: #3c5903;
    
}
a:hover{
   color: yellow !important;
    
}
.atas{
   margin-top: 50px;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

@media only screen and (max-width: 800px) {
	.box_login_up{
		width: 100%;
		min-width: 100%;
	}
	.box_login_pelanggan,.box_login_infografis,.box_login_saran{
		width: 100%;
		min-width: 100%;
		margin-left: 0px;
		
	}
	.login_gb{
		max-width: 100%;
	}
	.saran_gb{
		margin-left: 1%;
	}
	.infografis_gb{
		margin-left: 23%;
	}
}