/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles #FFFFFF
================================================== */

.notice p.warn {
  text-align: left;
  line-height: 45px;
  margin-left: 10px;
}

.notice a.close {
  width: 9px;
  height: 9px;
  float: right;
  /*background: url(../images/close.png) no-repeat top left;*/
  text-indent: -9999px;
  margin-right: 15px;
  margin-top: 20px;
}

.notice a.close:hover {
  background: url(../images/close-hover.png) no-repeat top left;
}

.form-bg {
  width: 370px;
  height: 50px;
  border-radius: 0px;
  margin: 125px auto 0;
  padding: 8px 0 0 8px;
}

.form-bg form {
  width: 330px;
  height: 0px;
  background: #fff url(../images/bg_formcsc.png) repeat-x top left;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 0px;
  -moz-box-shadow: 0px 2px 4px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.1);
}

.form-bg form h2 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 0px 0 #fff;
  filter: dropshadow(color=#fff, offx=0, offy=1);
  line-height: 45px;
  margin-bottom: 135px;
  margin-left: 25px;
}

input[type="text"],
input[type="password"] {
  box-shadow: 0px 0px 0px 4px #f2f5f7;
  left: 100;
  width: 200px;
  height: 25px;

  padding: 0 10px 0 10px;
  margin: 0 auto;
  color: #000000;
  border: 0px solid #bec2c4;
}

input[type="text"]:focus,
input[type="password"]:focus {
  box-shadow: 0px 0px 0px 4px #e0f1fc;
  border: 0px solid #7dc6dd;
}

input[type="checkbox"] {
  vertical-align: middle;
}

button {
  background: url(../images/login_panjang.png) no-repeat;
  width: 300px;
  height: 50px;
  border: 0px;
  margin: 0 auto;
  margin-left: 60px;
}

button:hover {
  background: url(../images/login_panjang.png) no-repeat;
  width: 300px;
  height: 50px;
  border: 0px;
}

button:active {
  background: url(../images/login_panjang.png) no-repeat;
  width: 300px;
  height: 50px;
  border: 0px;
}

label {
  display: inline;
  margin-left: 75px;
  vertical-align: middle;
}

label span {
  color: 000000;
  font-size: 12px;
}

p.forgot {
  text-align: center;
  margin-top: 320px;
  margin-left: 0px;
  color: #101de8;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
p.forgottext {
  text-align: center;
  margin-top: 0px;
  margin-left: 0px;
  color: #fff;
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

p.forgot a {
  color: #cbebf6;
  text-decoration: none;
  transition: color 0.5s linear;
  -moz-transition: color 0.5s linear;
  -webkit-transition: color 0.5s linear;
  -o-transition: color 0.5s linear;
}

p.forgot a:hover {
  color: #65c4e5;
}

/* #Media Queries
================================================== */

/* iPad Portrait/Browser */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}

/* Mobile/Browser */
@media only screen and (max-width: 767px) {
}

/* Mobile Landscape/Browser */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Anything smaller than standard 960 */
@media only screen and (max-width: 959px) {
}

/* iPad Portrait Only */
@media only screen and (min-width: 768px) and (max-width: 991px) and (max-device-width: 1000px) {
}

/* Mobile Only */
@media only screen and (max-width: 767px) and (max-device-width: 1000px) {
}

/* Mobile Landscape Only */
@media only screen and (min-width: 480px) and (max-width: 767px) and (max-device-width: 1000px) {
}

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file 
  Just create a "fonts" folder at the root, 
  copy your FontName into code below and remove
  comment brackets */

/*	@font-face {
    font-family: 'FontName';
    src: url('../fonts/FontName.eot');
    src: url('../fonts/FontName.eot?iefix') format('eot'),
         url('../fonts/FontName.woff') format('woff'),
         url('../fonts/FontName.ttf') format('truetype'),
         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
    font-weight: normal;
    font-style: normal; }
*/
