/*
Template Name: Moltran Dashboard
Author: CoderThemes
Email: coderthemes@gmail.com
File: Pages
*/

/* ==============
  Account pages
===================*/
.wrapper-page {
  padding-top: 100px;
  margin: 7.5% auto;
  width: 466px;
}
.panel-pages {
  border-radius: 12px;
  box-shadow: 0 0 1px #FFFFFF;
  border:1px solid #accfe5;
}
.panel-pages .panel-body {
  background: #4494cf;
 /* border:1px solid #fff;*/
  border-radius:12px;
  padding: 15px 60px;
}
.panel-pages .panel-heading {
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  padding: 40px 20px;
  position: relative;
}
.panel-pages .panel-heading h3 {
  position: relative;
  z-index: 999;
}
.input-username{
  background: url("../images/user.png")no-repeat 310px ;
  background-size: 30px 30px;
  BACKGROUND-COLOR: transparent;
  width: 350px;
  border: 1px solid #d8e5f5;
  color: #d8e5f5;
  height: 40px;
  padding: 25px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.input-username::-webkit-input-placeholder{
  color: #d8e5f5;
}
.input-password{
  background: url("../images/pwd.png")no-repeat 310px ;
  background-size: 30px 30px;
  BACKGROUND-COLOR: transparent;
  width: 350px;
  border: 1px solid #d8e5f5;
  color: #d8e5f5;
  height: 40px;
  padding: 25px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.input-password::-webkit-input-placeholder{
  color: #d8e5f5;
}

.input-yzm{
  BACKGROUND-COLOR: transparent;
  width: 230px;
  border: 1px solid #d8e5f5;
  color: #d8e5f5;
  height: 40px;
  padding: 25px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.input-yzm::-webkit-input-placeholder{
  color: #d8e5f5;
}
.yzm-img{
  position:absolute;
  left:121px;
  top:7px;
  z-index:99;
}
.button-user{
  width: 350px;
  height: 50px;
  font-size: 22px;
  color: #fbffff;
  border-radius: 5px;
  box-shadow: 0 0 1px #FFFFFF;
  background: #ef800d;
  border: 0px solid #d8e5f5;
}
.checkbox-user{
  width: 20px;
  height: 15px;

}
.checkbox-user:after{
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  content: " ";
  background-color: #4494cf;
  border: 1px solid #FFFFFF;
  color: #fff;
  display: inline-block;
  visibility: visible;
  padding: 0px 3px;
  border-radius: 3px;
}
.checkbox-user:checked:after {
  content: "✓";
  font-size: 12px;
}