

@import url(http://fonts.googleapis.com/css?family=Bree+Serif);

* {
  margin: 0;
  padding: 0;
  border: 0;
}
/*============================================================================================================================*/
body{
  background-image: url(../aset/gambar/back.jpg);
  background-repeat: no-repeat;
  font-family: 'Bree Serif', Arial, serif;
  font-weight:300;
  text-align: left;
  text-decoration: none;
}

#kata {
  margin-top: 30px;
  width: 95%;
}
.sambutan{
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Bree Serif', Arial, serif;
  color: rgb(231, 76, 60);
  font-size: 40px;
}
.infohome {
  font-size: 13px;
  color: rgb(231, 76, 60);
  padding-bottom: 30px;
  font-family: 'Bree Serif', Arial, serif;
}
.foot {
  margin-top: 400px;
  font-size: 15px;
  color: white;
  font-family: 'Bree Serif', Arial, serif;
}


/*============================================================================================================================*/
img{
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}
/*============================================================================================================================*/
#login-button{
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(236, 240, 241,0.5);
  overflow: hidden;
  opacity: 0.5;
  box-shadow: 5px 5px 15px #000;}

#login-button:hover{
opacity: 0.8;

}
/* Login container */

/*============================================================================================================================*/

#container{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 300px;
  height: 400px;
  border-radius: 5px;
  background: rgba(3,3,3,0.3);
  display: none;
}

.close-btn{
  position: absolute;
  cursor: pointer;
  top: 3px;
  right: 3px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  opacity: 1;
}

.close-btn:hover{
  opacity: .5;
}



/*******************
LOGIN FORM
*******************/

.login-form {
  width: 300px;
  margin: 0 auto;
  position: relative;
  z-index:5;
  
  background: #f3f3f3;
  border: 1px solid #fff;
  border-radius: 5px;
  
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/*******************
HEADER
*******************/

.login-form .header {
  padding: 30px 30px 30px 30px;
}

.login-form .header h1 {
  font-family: 'Bree Serif', Arial, serif;
  font-weight: 300;
  font-size: 28px;
  line-height:34px;
  color: #414848;
  text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
  margin-bottom: 10px;
}

.login-form .header span {
  font-size: 11px;
  line-height: 16px;
  color: #678889;
  text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
}

/*******************
CONTENT
*******************/

.login-form .content {
  padding: 0 30px 25px 30px;
}

/* Input field */
.login-form .content .input {
  width: 188px;
  padding: 10px 25px;
  
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #9d9e9e;
  text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
  
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
  -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
}

/* Second input field */
.login-form .content .password, .login-form .content .pass-icon {
  margin-top: 25px;
}

.login-form .content .toko, .login-form .content .toko-icon {
  margin-top: 25px;
}

.login-form .content .input:hover {
  background: #dfe9ec;
  color: #414848;
}

.login-form .content .input:focus {
  background: #dfe9ec;
  color: #414848;
  
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}

.user-icon, .pass-icon, .toko-icon {
  width: 46px;
  height: 35px;
  display: block;
  position: absolute;
  left: 0px;
  padding-right: 2px;
  z-index: 3;
  
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}



/* Animation */
.input, .user-icon, .pass-icon, .toko-icon, .button, .batal {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

/*******************
FOOTER
*******************/

.login-form .footer {
  padding: 25px 30px 25px 25px;
  overflow: auto;
  
  background: #d4dedf;
  border-top: 1px solid #fff;
  
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
}

/* Login button */
.login-form .footer .button {
  float:left;
  padding: 11px 25px;
  
  font-family: 'Bree Serif', arial, serif;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  text-shadow: 0px 1px 0 rgba(0,0,0,0.25);
  
  background: #56c2e1;
  border: 1px solid #46b3d3;
  border-radius: 5px;
  cursor: pointer;
  
  box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
  -moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
  -webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
}

.login-form .footer .button:hover {
  background: #3f9db8;
  border: 1px solid rgba(256,256,256,0.75);
  
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}

.login-form .footer .button:focus {
  position: relative;
  bottom: -1px;
  
  background: #56c2e1;
  
  box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
  -moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
  -webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
}

/* batal button */
.login-form .footer .batal {
  float:right;
  padding: 11px 25px;
  
  font-family: 'Bree Serif', arial, serif;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  text-shadow: 0px 1px 0 rgba(0,0,0,0.25);
  
  background: #56c2e1;
  border: 1px solid #46b3d3;
  border-radius: 5px;
  cursor: pointer;
  
  box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
  -moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
  -webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
}

.login-form .footer .batal:hover {
  background: #3f9db8;
  border: 1px solid rgba(256,256,256,0.75);
  
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}

.login-form .footer .batal:focus {
  position: relative;
  bottom: -1px;
  
  background: #56c2e1;
  
  box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
  -moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
  -webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);

}