/* -------------------------------------------------------

	Description: Web 2.0 Login Form
	Version: 1.0
	Author: Anli Zaimi
	Author URI: http://azmind.com

------------------------------------------------------- */




/* ------- HTML5 display-role reset for older browsers ------- */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ------- Remove Chrome's border around active fields ------- */

*:focus {
	outline: none;
}

/* ------- Disable background and border for input fields ------- */

input {
	background: transparent;
	border: 0;
}



/* --------------------------------------------------------------- */

/* ------- Body ------- */



/* ------- Container ------- */

#container {
	margin: auto;
	margin-top: 15px;
	width: 524px;
	height: 412px;
	text-align: left;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
}

#container_cek {
	margin: auto;
	margin-top: 15px;
	width: 524px;
	height: 312px;
	text-align: left;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
}


/* ------- Login Form ------- */

form, .welcome {
	/*background: url(../img/form-bg.png) top left no-repeat; */
	  background-color: #333;        /* Hitam */
  border: 1px solid grey;        /* Border abu-abu */
  border-radius: 15px;           /* Membuat lengkungan di pinggir */
  padding: 20px;                 /* Spasi dalam */
  color: white;                  /* Warna teks agar kontras */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); /* (opsional) bayangan */
	width: 524px;
	height: 312px;
	padding-top: 1px;
}

.login, .welcome-user {
	width: 470px;
	float: left;
	margin-top: 23px;
	margin-left: 40px;
	font-size: 20px;
}

.no-text {
	width: 290px;
	float: left;
	margin-top: 20px;
	margin-left: 40px;
}

.username-text {
	width: 190px;
	float: left;
	margin-top: 20px;
	margin-left: 40px;
}

.password-text {
	width: 290px;
	float: left;
	margin-top: 20px;
	margin-left: 0px;
}

.captcha {
	width: 190px;
	float: left;
	margin-top: 50px;
	margin-left: 40px;
}

.captcha-text {
	width: 290px;
	float: left;
	margin-top: 30px;
	margin-left: 0px;
	
}


.username-field {
	width: 168px;
	height: 34px;
	float:left;
	margin-top: 5px;
	margin-left: 35px;
	/*background: url(../img/username-field.png) center left no-repeat; */
	 background-color: #fff;    /* Hitam keabu-abuan agar tidak terlalu pekat */
	border: 1px solid grey; 
border-radius: 8px; 
}
.no-field {
	width: 355px;
	height: 34px;
	float:left;
	margin-top: 5px;
	margin-left: 35px;
border-radius: 8px; 
	 background-color: #fff;    /* Hitam keabu-abuan agar tidak terlalu pekat */
	border: 1px solid grey;   
}





.password-field {
	width: 168px;
	height: 34px;
	float:left;
	margin-top: 5px;
	margin-left: 22px;
	/*background: url(../img/password-field.png) center left no-repeat; */
	background-color: #fff;    /* Hitam keabu-abuan agar tidak terlalu pekat */
	border: 1px solid grey;
	border-radius: 8px; 
}



.captcha-field {
	width: 168px;
	height: 34px;
	float:left;
	margin-top: 0px;
	margin-left: -2px;
	
	background-color: #fff;    /* Hitam keabu-abuan agar tidak terlalu pekat */
	border: 1px solid grey;
	border-radius: 8px; 
}


input[type="text"], input[type="password"] {
	width: 150px;
	height: 24px;
	margin-top: 5px;
	margin-left: 10px;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #2d2d2d;
        background: transparent;
        border: 0;
        
}



/* ------------ Custom Checkbox ------------------------------- */

/* Works for browsers with CSS3 support (with or without Javascript) */
/* Works for Internet Explorer 6-8 (without CSS3 support) with Javascript */
/* If Javascript isn't available this doesn't work for Internet Explorer 6-8 */

input[type="checkbox"] {
	position: absolute;
	left: -999px;
}

input[type="checkbox"] + label {
	width: 132px;
	height: 24px;
	float: left;
	margin-top: 26px;
	margin-left: 37px;
	padding-left: 28px;
	display: block;
	position: relative;
	line-height: 24px;
	background: url(../img/checkbox-off.png) top left no-repeat;
}


/* -------------------------------------------------------------------------- */

.forgot-usr-pwd {
	width: 220px;
	float: left;
	margin-top: 26px;
	margin-left: 0;
	color: #cccccc;
	line-height: 24px;
}

.forgot-usr-pwd a {
	color: #cccccc;
	text-decoration: none;
	font-style: italic;
}

.forgot-usr-pwd a:hover, .forgot-usr-pwd a:focus {
	text-decoration: underline;
}

input[type="submit"] {
	width: 90px;
	height: 223px;
	float: left;
	margin-top: -225px;
	margin-left: 425px;
	font-family: Verdana, Arial;
	font-size: 17px;
	 background-color: #1e31fa;          /* Latar belakang hitam */
  color: white;                    /* Teks putih */
  border: 1px solid grey;          /* Border abu-abu */
  border-radius: 10px;             /* Lengkungan */
  
  cursor: pointer;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}

input[type="submit"]:hover, input[type="submit"]:focus {
	/* background: url(../img/go-hover.png) top left no-repeat; */
	background: #1e31fa;
        
}
button[type="submit"]:hover,
input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #3f4bfa;        /* Biru lebih terang/sedikit berbeda saat hover */
  box-shadow: 0 4px 12px rgba(30, 49, 250, 0.5); /* Bayangan biru */
  transform: translateY(-2px); 
border: 1;  /* Sedikit lebih terang saat hover */
}

.home {
	width: 70px;
	height: 73px;
	float: left;
	margin-top: 122px;
	margin-left: 21px;
	font-size: 20px;
	padding: 25px 0 0 15px;
}

.home:hover, .home:focus {
	background: url(../img/go-hover.png) top left no-repeat;
}

.home a, .home a:hover, .home a:focus {
	color: #ffffff;
	text-decoration: none;
}




.no-field input[type="text"] {
width: 230px;
	height: 24px;
	margin-top: 5px;
	margin-left: 10px;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #2d2d2d;
        background: transparent;
        border: 0;
}
.username-field input[type="text"], .password-field input[type="text"],.captcha-field input[type="text"]{
width: 150px;
	height: 24px;
	margin-top: 5px;
	margin-left: 10px;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #2d2d2d;
        background: transparent;
        border: 0;
}






