*




*




@
author




:David




*
/







@font-face {
	font-family: bebasNeue;
	src: url(../fonts/BebasNeue.otf);
}

/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd,
	q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
	th, td, article, aside, canvas, details, figcaption, figure, footer,
	header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
	height: 100%;
}

body {
	background-color: transparent;
	/*   background: url('../images/background-login-page.png') no-repeat center center fixed;     
    -webkit-background-size: 1720px 100%;
    -moz-background-size: 1720px 100%;
    -o-background-size: 1720px 100%;
    background-size: 100% 100%;   */
	line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 15px;
	vertical-align: baseline;
	background: transparent;
	color: #151313cc;;
	text-decoration: none;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
	padding: 6px;
}

/* general page */
body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
}

#cas {
	width: 100%;
	/*margin: 0 auto;*/
}

#cas .flc-screenNavigator-view-container {
	
}

#cas .flc-screenNavigator-view-container #header {
	
}

#cas .flc-screenNavigator-view-container #content {
	
}

#cas .flc-screenNavigator-view-container #content {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

@media only screen and (max-width: 960px) {
	#cas .flc-screenNavigator-view-container {
		width: 100%;
	}
	#cas .flc-screenNavigator-view-container #content {
		-webkit-border-bottom-right-radius: 0px;
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
	}
}
/* header */
#cas #header {
	height: auto;
}

#cas #header #company-name {
	width: 118px;
	height: 31px;
	text-indent: -999em;
	background: url(../images/ja-sig-logo.gif) no-repeat;
	margin: 0 0 10px 10px;
}

#cas #header #app-name {
	background: #210F7A;
	color: white;
	padding: 1.4em 1.4em;
	font-size: 2em;
	font-weight: normal;
}

#cas #header #header-nav {
	background-image: -ms-linear-gradient(top, #638EBF 0%, #3266A8 100%);
	background-image: -moz-linear-gradient(top, #638EBF 0%, #3266A8 100%);
	background-image: -o-linear-gradient(top, #638EBF 0%, #3266A8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #638EBF),
		color-stop(1, #3266A8));
	background-image: -webkit-linear-gradient(top, #638EBF 0%, #3266A8 100%);
	background-image: linear-gradient(to bottom, #638EBF 0%, #3266A8 100%);
	width: 100%;
	height: 38px;
	margin: 0 auto;
	text-align: center;
}

#cas #header #header-nav #header-left-nav {
	width: 100%;
	margin-left: -10%;
	line-height: 38px;
	vertical-align: middle;
}

#cas #header #header-nav #header-left-nav #logout-button {
	float: right;
}

#cas #header #header-nav ul li {
	padding-left: 8px;
	padding-right: 8px;
	display: inline;
	color: white;
}

#cas #header #header-nav ul li a {
	text-decoration: none;
	color: white;
}

#cas #header #header-nav #header-help-panel {
	background-color: black;
	width: 300px;
	height: 42px;
	margin: 0 auto;
	display: inline;
	position: absolute;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

#cas #header #header-nav #header-help-panel #header-right-nav li {
	padding-left: 4px;
	padding-right: 4px;
	line-height: 42px;
	vertical-align: middle;
}

#cas #header #header-nav span.header-nav-separator {
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #0F2070 70%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #0F2070 70%);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #0F2070 70%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF),
		color-stop(.7, #0F2070));
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #0F2070 70%);
	background-image: linear-gradient(to top, #FFFFFF 0%, #0F2070 70%);
	height: 38px;
	width: 1px;
	position: absolute;
}

#cas #header #header-logo-panel {
	width: 1280px;
	height: 232px;
	margin: 0 auto;
}

#cas #header #header-logo-panel #header-logo-panel-left {
	float: left;
	width: 65%;
	height: auto;
}

#cas #header #header-logo-panel #header-logo-panel-right {
	float: right;
	width: 35%;
	height: auto;
}

#cas #header #header-logo-panel #header-logo-panel-left #header-logo {
	background: url('../images/portal-logo.png') no-repeat;
	height: 152px;
	cursor: pointer;
}

#cas #header #header-logo-panel #header-logo-panel-left #header-warga-nav
	{
	height: auto;
}

#cas #header #header-logo-panel #header-logo-panel-left #header-warga-nav div
	{
	float: left;
	width: 125px;
	height: 86px;
	margin-left: 16px;
	cursor: pointer;
}

#cas #header #header-logo-panel #header-logo-panel-left #header-warga-nav #warga-awam
	{
	background: url('../images/warga-awam.png') no-repeat center center;
}

#cas #header #header-logo-panel #header-logo-panel-left #header-warga-nav #warga-ak
	{
	background: url('../images/warga-ak.png') no-repeat;
}

#cas #header #header-logo-panel #header-logo-panel-left #header-warga-nav #warga-industri
	{
	background: url('../images/warga-industri.png') no-repeat;
}

#cas #header #header-logo-panel #header-logo-panel-left #header-warga-nav #warga-ptg
	{
	background: url('../images/warga-ptg.png') no-repeat;
}

#cas #header #header-logo-panel #header-logo-panel-left #header-warga-nav #warga-awam:hover
	{
	background: url('../images/warga-awam-mouseover.png') no-repeat center
		center;
}

#cas #header #header-logo-panel #header-logo-panel-left #header-warga-nav #warga-ak:hover
	{
	background: url('../images/warga-ak-mouseover.png') no-repeat;
}

#cas #header #header-logo-panel #header-logo-panel-left #header-warga-nav #warga-industri:hover
	{
	background: url('../images/warga-industri-mouseover.png') no-repeat;
}

#cas #header #header-logo-panel #header-logo-panel-left #header-warga-nav #warga-ptg:hover
	{
	background: url('../images/warga-ptg-mouseover.png') no-repeat;
}

/* content */
#cas #content {
	padding: 12px 12px 20px 12px;
	/* 	overflow: hidden; */
	/* 	margin: 0 auto; */
}

#cas #content #msg {
	padding: 20px;
	margin-bottom: 10px;
}

#cas #content #msg h2 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
}

#cas #content #msg.errors {
	border: 1px dotted #BB0000;
	color: #BB0000;
	background: #f5b6b6 url(../images/error.gif) no-repeat 20px center;
	/* 	padding-left: 100px; */
	padding: 31px 0 11px 0;
	position: absolute;
	width: 439px;
	font-size: medium;
}

.content-container {
	/* 	position: absolute; */
	top: 100px;
	right: 0px;
	height: 100px;
	left: 0px;
}

}
.error {
	border: 1px #000000;
	color: black;
	background-color: #ffffff;
	padding: 0 0 11px 0;
	font-size: 13px;
	text-align: left;
	border-radius: 6px;
}

.error-header {
	background-color: #ffffff;
	height: 21px;
	border-radius: 5px;
	color: white;
	padding: 10px 13px 0px 13px;
}

.internal {
	line-height: 19px;
	padding: 10px 147px 0px 147px;
}

input[type="button"] {
	color: black;
	background-color: #ffffff;
	border-radius: 6px;
	/* 	float: right; */
	font-size: 14px;
	display: block;
	margin: 0px 57px;
	border: none;
}

#cas #content #msg.success {
	border: 1px dotted #390;
	color: #390;
	padding-left: 100px;
	background: url(../images/confirm.gif) no-repeat 20px center;
}

#cas #content #msg.info {
	border: 1px dotted #008;
	color: #008;
	padding-left: 100px;
	background: url(../images/info.gif) no-repeat 20px center;
}

#cas #content #login {
	/*width: 445px;*/
	width: 439px;
	/*height: 270px;*/
	margin: 0 auto;
	text-align: center;
	padding: 15px 0 100px 0;
}

#cas #content #login #captcha-icon {
	/* background: url('../images/captcha.png') no-repeat;
    width: auto;
    height: 48px;
    */
	
}

#cas #content #login #fm1 {
	padding: 12px 0 0 0;
	background-size: 100% 70%;
	height: 270px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 4px;
	/* 	background-size: 439px; */
}

#cas #content #login #fm1 h2 {
	font-size: 1.4em;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}

#cas #content #login #fm1 .row {
	margin-bottom: 3px;
}

#cas #content #login #fm1 .row .fl-label {
	display: block;
}

#cas #content #login #fm1 .row input[type=text], #cas #content #login #fm1 .row input[type=password]
	{
	-webkit-border-radius: 3px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: none;
	/*height: 35px;*/
	padding: 4px 4px 4px 20px;
	width: 300px;
	width: 300px;
	text-indent: 60px;
}

#cas #content #login #fm1 .row.check {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
	color: #777;
	font-size: 11px;
}

#cas #content #login #fm1 .row .btn-submit {
	border: none;
	padding: 12px;
	width: 325px;
	height: 50px;
	background: rgb(38, 38, 38, 0.6);
	border-radius: 10px;
	font-size: 20px;
	color: white;
}

#cas #content #login #fm1 .row .btn-reset {
	border: 0;
	background: none;
	color: #777;
	text-transform: lowercase;
	border-left: 1px solid #ddd;
}

#cas #content #login #fm1 .row .btn-submit:hover, #cas #content #login #fm1 .row .btn-reset:hover
	{
	cursor: pointer;
}

#cas #content #sidebar {
	width: auto;
}

#cas #content #sidebar .sidebar-content {
	padding-left: 20px;
}

#cas #content #sidebar .sidebar-content p {
	margin-bottom: 1.4em;
}

#cas #content #sidebar .sidebar-content #list-languages ul {
	list-style: none;
}

#cas #content #sidebar .sidebar-content #list-languages ul li {
	display: inline-block;
	padding: 0px 10px;
	border-right: 1px solid #e2e2e2;
}

#cas #content #sidebar .sidebar-content #list-languages ul li:last-child
	{
	border: 0;
	line-height: 1.4em;
}

/* footer */
#cas #footer {
	color: #999;
	/* margin: 20px 0; */
	/* position: absolute; */
	/* width: 100%; */
	/* bottom: 0; */
	background: #ffab62;
	width: 100%;
	/* 	height: 100px; */
	position: absolute;
	bottom: 0;
	left: 0;
}

/* < 960 
@media only screen and (max-width: 960px) { 
    #cas #footer { padding-left: 10px; } 
}*/
/* < 799 
@media only screen and (max-width: 799px) { 
    #cas #header #app-name { font-size: 1em; }
    #cas #content #login { float: none; width: 100%; }
    #cas #content #login #fm1 .row .fl-label { margin-left: -10px; }
    #cas #content #login #fm1 .row input[type=text], #cas #content #login #fm1 .row input[type=password] { width: 100%; margin-left: -10px; padding: 10px; }
    #cas #content #login #fm1 .row .btn-submit { outline: none; -webkit-appearance: none; -webkit-border-radius: 0; border: 0; background: #210F7A; color: white; font-weight: bold; width: 100%; padding: 10px 20px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
    #cas #content #login #fm1 .row .btn-reset { display: none; }
    #cas #content #sidebar { margin-top: 20px; }
    #cas #content #sidebar .sidebar-content { padding: 0; } 
}*/

/* David: Font settings */
.text-red {
	color: red;
}

.text-white {
	color: white;
}

.text-black {
	color: black;
}

.text-underline {
	text-decoration: underline;
}

.text-bold {
	font-weight: bold;
}

/* Table settings */
.display-table {
	display: table;
	width: 100%;
}

.display-inline-table {
	display: inline-table;
}

/*.display-table-row {
    display: table-row;
}*/

/*.display-table-cell {
    display: table-cell;
}*/

/* login position settings */
.login-align-middle {
	/*line-height: 34px;*/
	vertical-align: middle;
}

.login-label-width {
	width: 120px;
	text-align: left;
}

.login-top-spacing {
	margin-top: 99px;
}

/*.login-left-spacing {
    margin-left: 24px;
}
*/
.login-footer-top-spacing {
	margin: 10px auto;
	text-align: left;
	font-size: 13px;
	text-align: center;
}

/* Misc */
.cursor-pointer {
	cursor: pointer;
}

.margin-left {
	float: left;
}

/*sakinah*/
/* Portal Footer */
div#portal-footer {
	/*margin-top: -40px;
    position: absolute;*/
	width: 100%;
	line-height: normal;
	background: #464646;
	overflow: auto;
}

div#portal-footer-bottom {
	font-size: 12px;
	/*min-height: 270px;*/
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
}

div#footer-bottom-top {
	width: 22%;
	margin-left: 10%;
	float: left;
	padding-bottom: 5px;
}

.footer-bottom-middle {
	width: 24%;
	float: left;
	margin-left: 60px;
}

div#footer-bottom-bottom {
	width: 25%;
	margin-right: 10%;
	float: left;
}

.footer-bottom-footer {
	float: left;
	margin: 0 10%;
}

#h {
	font-family: "bebasNeue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #ffff00;
	border-bottom: 3px solid #ffffff;
}

p#p a {
	color: white;
}

#p {
	font-size: 11px;
	line-height: 20px;
}

p#footer-bottom-link a {
	color: yellow;
	padding-right: 3px;
	font-weight: bold;
	line-height: 20px;
}

p#footer-bottom-link a:hover {
	color: white;
	text-decoration: normal;
	cursor: pointer;
}
/* end Portal Footer */

/*Content Middle*/
.fl-screenNavigator-view {
	background: url(../images/bg.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
	min-height: 100%;
	background-position: 0px 0px 0px 0px;
	background-color: #464646;
}

/* input#username {
	background: url(../images/uname.png) no-repeat;
	background-size: 50px 50px;
}

input#password {
	background: url(../images/pword.png) no-repeat;
	background-size: 50px 50px;
} */
input#username, input#password {
	/* height: 42px; */
	/* background-color: rgb(128, 128, 128, 0.25); */
	background-color: #ffffff;
	/* border-radius: 5px; */
	margin-bottom: 10px;
	font-size: 15px;
	border: none;
	width: 350px;
}

label.text-white.text-underline.cursor-pointer {
	color: rgba(102, 102, 102, 1);
	font-size: 12px;
}

.daftar-div {
	text-align: right;
	background: url(../images/login-bottom-bg.png) -23px 0;
	line-height: 50px;
	font-size: 12px;
	display: none;
}

a.daftar-link {
	background: url(../images/double-tri.png) 90% no-repeat;
	padding-right: 40px;
}
/*end Content Middle*/

/*Header ul */
#nav-top-putrajaya {
	/*padding: 2px 0;*/
	width: 100%;
	/*background: rgba(4, 58, 100, 1);*/
}

#top-putrajaya-menu {
	margin: 0 0 0 13%;
	position: relative;
	z-index: 30;
	width: 62%;
}

div#top-putrajaya-menu ul li a:hover {
	font-weight: bold;
}

.onclick-menu1, .onclick-menu2 {
	position: relative;
	display: inline-block;
	line-height: 28px;
	color: white;
	font-size: 12px;
	text-align: center;
	margin-left: 5px;
	cursor: pointer;
	border-left: .5px solid #c0c0c0;
	border-right: .5px solid #c0c0c0;
	padding: 0px 2px 0px 2px;
}

.onclick-menu1 {
	background-size: cover;
	text-decoration: none;
}

.onclick-menu1:hover, .onclick-menu2:hover {
	cursor: pointer;
}

.onclick-menu1:before {
	width: 200px;
	content: "Portal Rasmi";
}

.onclick-menu2:before {
	content: "Informasi Tanah";
}

/*.onclick-menu1:focus,*/
.onclick-menu2:focus {
	pointer-events: none;
	outline: none;
}

/*.onclick-menu1:focus .onclick-menu-content1,*/
.onclick-menu2:focus .onclick-menu-content2 {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

/*.onclick-menu-content1,*/
.onclick-menu-content2 {
	position: absolute;
	visibility: hidden;
	transition: visibility 0.5s;
	padding: 5px !important;
	margin-top: 10px !important;
	border-radius: 10px;
	background-color: rgba(238, 237, 237, 0.8);
	border: 1px solid #D9D8D8;
	list-style: none;
}

/*ul.onclick-menu-content1 li,*/
ul.onclick-menu-content2 li {
	width: 255px;
}

a.onclick-menu1, ul.onclick-menu-content2 li>a {
	text-decoration: none;
}

.left-li {
	text-align: left;
}

.left-li:before {
	content: "";
	border-color: transparent #111;
	border-style: solid;
	border-width: .35em 0 .35em .45em;
	display: inline-block;
	height: 0;
	width: 0;
	position: relative;
}
/*end Header ul*/

/**/
.login-title {
	color: #fafafa;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold !important;
	font-size: 36px !important;
	top: -105px;
	width: 600px;
	right: 90px;
}

.login-title p {
	line-height: 1.2;
}

.font-title {
	font-size: 16px;
	font-weight: bold;
}

.logo {
	background: url(../images/double-tri.png) 90% no-repeat;
	padding-right: 40px;
}

p.daftar-link.cas_login {
	margin: 10px auto;
	text-align: left;
	font-size: 50px;
	text-align: center;
	color: red;
}

.login-icon-imej {
	width: 50%;
	position: relative;
	top: -5px;
	right: 435px;
}

.login-icon-imej img {
	width: 28%;
}

.login-iconWord-imej {
	width: 50%;
	position: relative;
	top: -50px;
	right: 325px;
}

.login-iconWord-imej img {
	width: 55%;
}

.pengguna-title {
	width: 100px;
	color: black;
	font-size: 14px !important;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold !important;
	top: -385px;
	line-height: 1.5;
	right: -25px;
}

.pengguna-title p {
	white-space: nowrap;
}

.jenis-pengguna {
	width: 100px;
}

select#jenisPengguna {
	padding: 6px;
}

.login-panel-imej {
	width: 50%;
	position: relative;
	top: -110px;
	right: 65px;
}

.login-panel-imej img {
	width: 250%;
}

.login-btn-imej {
	width: 50%;
	position: relative;
	top: -415px;
	right: -210px;
}

.login-btn-imej img {
	width: 70%;
}

/* .login-ePayment-imej {
  width: 35%;
  position: relative;
  top: -375px;
  right: 115px;
} */
.login-ePayment-imej img {
	width: 45%;
}

/* .login-ePaymentLogo-imej {
  width: 30%;
  position: relative;
  top: -430px;
  right: 105px;
}

.login-ePayment-link {
  position: relative;
  top: -405px;
  right: 85px;
  width: 20%;
} */
.login-ePaymentLogo-imej img {
	width: 43%;
}

.login-textBtn-imej {
	width: 100px;
	color: white;
	font-size: 14px !important;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	left: 273px;
	bottom: 450px;
}

.login-textBtn-imej p {
	white-space: nowrap;
}

/* .login-eSemakan-imej {
  width: 35%;
  position: relative;
  left: -25px;
  bottom: 490px;
} */
.login-eSemakan-imej img {
	width: 45%;
}

/* .login-eSemakanLogo-imej {
  width: 30%;
  position: relative;
  left: -15px;
  bottom: 555px;
}

.login-eSemakan-link {
  position: relative;
  left: 10px;
  bottom: 535px;
  width: 20%;
} */
.login-eSemakanLogo-imej img {
	width: 43%;
}

/* .login-aduan-imej {
  width: 35%;
  position: relative;
  left: 60px;
  bottom: 620px;
}
 */
.login-aduan-imej img {
	width: 45%;
}

/* .login-aduanLogo-imej {
  width: 30%;
  position: relative;
  bottom: 685px;
  left: 75px;
}

.login-aduan-link {
  position: relative;
  bottom: 660px;
  left: 95px;
  width: 20%;
} */
.login-aduanLogo-imej img {
	width: 43%;
}

/* .login-pertanyaan-imej {
  width: 35%;
  position: relative;
  left: 145px;
  bottom: 745px;
} */
.login-pertanyaan-imej img {
	width: 45%;
}

/* .login-pertanyaanLogo-imej {
  width: 30%;
  position: relative;
  bottom: 810px;
  left: 155px;
}

.login-pertanyaan-link {
  position: relative;
  bottom: 785px;
  left: 180px;
  width: 20%;
} */
.login-pertanyaanLogo-imej img {
	width: 43%;
}

/* .login-panduan-imej {
  width: 35%;
  position: relative;
  left: 225px;
  bottom: 875px;
} */
.login-panduan-imej img {
	width: 45%;
}

/* .login-panduanLogo-imej {
  width: 30%;
  position: relative;
  bottom: 935px;
  left: 235px;
}

.login-panduan-link {
  position: relative;
  bottom: 915px;
  left: 260px;
  width: 20%;
} */
.login-panduanLogo-imej img {
	width: 40%;
}

/* .login-faraid-imej {
  width: 35%;
  position: relative;
  left: 305px;
  bottom: 1020px;
} */
.login-faraid-imej img {
	width: 45%;
}

/* .login-faraidLogo-imej {
  width: 30%;
  position: relative;
  bottom: 1085px;
  left: 320px;
}

.login-faraid-link {
  position: relative;
  bottom: 1065px;
  left: 340px;
  width: 20%;
} */
.login-faraidLogo-imej img {
	width: 43%;
}

/* .login-akta300-imej {
  width: 35%;
  position: relative;
  left: 390px;
  top: -1170px;
} */
.login-akta300-imej img {
	width: 45%;
}

/* .login-akta300Logo-imej {
  width: 30%;
  position: relative;
  bottom: 1235px;
  left: 405px;
}

.login-akta300-link {
  position: relative;
  bottom: 1215px;
  left: 425px;
  width: 20%;
} */
.login-akta300Logo-imej img {
	width: 43%;
}

.login-ePayment-imej {
	width: 35%;
	position: relative;
	top: -375px;
	right: 100px;
}

.login-ePaymentLogo-imej {
	width: 30%;
	position: relative;
	top: -430px;
	right: 90px;
}

.login-ePayment-link {
	position: relative;
	top: -405px;
	right: 68px;
	width: 20%;
}

.login-eSemakan-imej {
	width: 35%;
	position: relative;
	left: -12px;
	bottom: 490px;
}

.login-eSemakanLogo-imej {
	width: 30%;
	position: relative;
	left: 0px;
	bottom: 555px;
}

.login-eSemakan-link {
	position: relative;
	left: 20px;
	bottom: 535px;
	width: 20%;
}

.login-aduan-imej {
	width: 35%;
	position: relative;
	left: 78px;
	bottom: 620px;
}

.login-aduanLogo-imej {
	width: 30%;
	position: relative;
	bottom: 683px;
	left: 90px;
}

.login-aduan-link {
	position: relative;
	bottom: 660px;
	left: 110px;
	width: 20%;
}

.login-pertanyaan-imej {
	display: none;
	width: 35%;
	position: relative;
	left: 145px;
	bottom: 745px;
}

.login-pertanyaanLogo-imej {
	display: none;
	width: 30%;
	position: relative;
	bottom: 810px;
	left: 155px;
}

.login-pertanyaan-link {
	display: none;
	position: relative;
	bottom: 785px;
	left: 180px;
	width: 20%;
}

.login-panduan-imej {
	width: 35%;
	position: relative;
	left: 170px;
	bottom: 745px;
}

.login-panduanLogo-imej {
	width: 30%;
	position: relative;
	bottom: 810px;
	left: 180px;
}

.login-panduan-link {
	position: relative;
	bottom: 785px;
	left: 205px;
	width: 20%;
}

.login-faraid-imej {
	width: 35%;
	position: relative;
	left: 263px;
	bottom: 890px;
}

.login-faraidLogo-imej {
	width: 30%;
	position: relative;
	bottom: 955px;
	left: 278px;
}

.login-faraid-link {
	position: relative;
	bottom: 935px;
	left: 298px;
	width: 20%;
}

.login-akta300-imej {
	width: 35%;
	position: relative;
	left: 355px;
	top: -1040px;
}

.login-akta300Logo-imej {
	width: 30%;
	position: relative;
	bottom: 1105px;
	left: 370px;
}

.login-akta300-link {
	position: relative;
	bottom: 1087px;
	left: 390px;
	width: 20%;
}

.pengguna-title a {
	text-decoration: none;
}

.login-ePaymentLogo-imej a {
	text-decoration: none;
}

.login-eSemakanLogo-imej a {
	text-decoration: none;
}

.login-aduanLogo-imej a {
	text-decoration: none;
}

.login-pertanyaanLogo-imej a {
	text-decoration: none;
}

/* MODAL STYLING */
.custom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-modal-content {
  background-color: #fff;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  margin: 10% auto;
  padding: 30px 25px 20px;
  border-radius: 10px;
  width: 500px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  line-height: 1.15;
  text-align: center;
  position: relative;
}

.modal-title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.custom-modal-content p {
  margin-bottom: 18px; /* Jarak antara perenggan */
}

/* Close button (X) */
.close-icon {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 20px;
  font-weight: normal;
  font-family: "Segoe UI Symbol", "Segoe UI", sans-serif;
  color: #555;
  cursor: pointer;
  background: none;
  border: none;
  line-height: 1;
  transition: color 0.2s ease;
}

.close-icon:hover {
  color: #000;
}
*


 


end


 


sakinah