
  

@font-face{
  font-family: 'Montserrat';
  src:url('Montserrat-Regular.ttf');
}
body{
  font-family: 'Montserrat';
}
.conten{
  background: #fff;
  margin: 30px auto;
  max-width: 530px;
  padding: 30px 30px;
  text-align: center;
  text-transform: capitalize;
  border-radius: 15px;
  background: #fff;
}
.conten h1{
  text-transform: uppercase;
  font-size: 20px;
  color: #cecece;
  margin: 40px;
  letter-spacing: 4px;
  font-weight: 400px;

}
.inner-width{
  position: relative;
  border-radius: 9px;
  margin: auto;
  text-align: center;
  padding: 0px 20px 40px 20px;
}
.login-box{
  height: 300px;
}
.pass,.user,.pesan{
  border: #cecece;
  color:black;
  background:none;
  outline: none;
  /*height: 50px;*/
  border-bottom: 2px solid #3f51b5;
  padding: 20px 6px 10px ;
  font-size: 14px;
  margin:10px 0 10px 0;
}
.user::placeholder{
  font-weight: 400;
  font-size: 16px;
  color: #cecece;
  margin-left: 10px;
}
.pass::placeholder{
  font-weight: 400;
  font-size: 16px;
  color: #cecece;
  margin-left: 10px;
}
.lupa{
  color: #888;
  display: inline-block;
  margin:30px ;
  transform: translateX(-85px);
  /*float: left;*/
}
.inner-width .bar{
  /*margin-bottom: 10px;*/
  left: 30px;
  position: absolute;
  height: 2px;
  width: 280px;
  background-color:#888;
}
.inner-width .bar::before{
  left: 0;
  content: '';
  position: absolute;
  background-color: #fc6767;
  width: 0;
  height: 2px;
  transition: width 0.7s;
}
.inner-width input:focus + .bar::before{
  width: 100%;
}
.icon{
  transform:translate(-150px ,25px);;
  color: #888;
  position: absolute;
  float: left;

}
.user{
  /*float: left;*/
  width: 300px;
}
.pass{
  /*float: right;*/
  width: 300px;
}
.login2{
  /*float: right;*/
  width: 300px;
}
.check{
  width: 250px;
}
/*.clear{
  clear: both;
}*/
.pesan {
  min-height: 100%;
  min-width: 100%;
}
.conten .login{
  background:#3990f9;
  color:white;
  border: 1px solid #888;
  padding: 12px 40px;
  transition: 0.4s;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 200px;
  text-transform: uppercase;
  outline: none;
  margin: 5px;
}
.conten .login2{
  margin-top: 20px;
  background: #3f51b5 !important;
  font-weight: 500;
  text-align: center!important;
  border-radius: 6px!important;
  border: 0;
  color: #fff;
  height: 40px;
  box-shadow: box-shadow: inset 0 0 0 1px rgba(50,50,93,.1), 0 2px 5px 0 rgba(50,50,93,.1), 0 1px 1px 0 rgba(0,0,0,.07);
  
}
.login{
  width: 100%;
  margin-top: 20px;
  background: #3f51b5 !important;
  font-weight: 500;
  text-align: center!important;
  border-radius: 6px!important;
  border: 0;
  color: #fff;
  height: 40px;
  box-shadow: box-shadow: inset 0 0 0 1px rgba(50,50,93,.1), 0 2px 5px 0 rgba(50,50,93,.1), 0 1px 1px 0 rgba(0,0,0,.07);
}
.conten button:hover{
 background: none;
 color: #888;
}
.bar-top{
  top:0;
  background: #0060ad;
  height: 50px;
}
.bar-bottom{
  bottom:0;
  float: bottom;
  background: #0060ad;
  /*height: 50px;*/
}

.bar-bottom p{
  text-align: center;
  padding: 20px ;
    color: white;
  }
@media screen and (max-width: 600px){
  .user,.pass,.check,.login2{
    width: 100%;
  }
  
}

