/* full hd */
@media screen and (min-device-width: 430px) and (max-device-width: 600px) {
	.welcome-registrasi {
		width: 100%;
		height: 100%;
		min-height: 400px;
		background-image: url(../images/registrasi_bg_mobile.png);
		background-repeat: no-repeat;
		background-position: center top;
		margin-bottom:30px;
	}
	.welcome-registrasi .my_right-text {
		padding-top:380px;
		padding-left:10px;
	}
	.welcome-registrasi .my_right-text .my_right form .my_form_input .button,
	.welcome-registrasi .my_right-text .my_right form .my_form_input_center .button,
	.welcome-registrasi .my_right-text .my_right form .my_form_input_center .button_sebelum {
		padding: 11px 0px 11px 0px;
		font-size: 17px;
	}
	.welcome-registrasi .my_right-text .my_right form .my_form_input .img {
		width:300px;
	}
	
	/* new message berhasil & gagal */
	.my-alert-box {
		min-width: 320px;
	}
	.my-alert-icon {
		width: 75px; height: 75px;
	}
	
	/* font global */
	.font_12 { font-size: 14px !important; }
	.font_13 { font-size: 15px !important; }
	.font_14 { font-size: 16px !important; }
	.font_15 { font-size: 17px !important; }
	.font_16 { font-size: 18px !important; }
	.font_22 { font-size: 25px !important; }
}