html { height: 100% }
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
/*::selection { back  ground: #fe57a1;text-shadow: none;background-color:  }*/
body { background-image: radial-gradient( cover, rgba(92,100,111,1) 0%,rgba(31,35,40,1) 100%), url('http://i.minus.com/io97fW9I0NqJq.png') }

.changepassword
{
  background: #eceeee;
  border: 1px solid #42464b;
  border-radius: 10px;
  height: 300px;
  margin: 100px auto 0;
  width: 400px;
}
.inside
{
  height: 300px;
  margin: 5px auto 0;
  width: 298px;
  padding: 25px;
}
.changepassword h1
{
  background-image: linear-gradient(top, #f1f3f3, #d4dae0);
  border-bottom: 1px solid #a6abaf;
  border-radius: 6px 6px 0 0;
  box-sizing: border-box;
  color: #727678;
  display: block;
  height: 43px;
  font: 600 14px/1 'Open Sans', sans-serif;
  padding-top: 14px;
  margin: 0;
  text-align: left;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.2), 0 1px 0 #fff; 
}
.password
{
  border: 1px solid #a1a3a3;
  border-radius: 4px;
  box-sizing: border-box;
  color: #696969;
  height: 39px;
  margin: 33px 0 0 49px;
  width: : 240%;
  padding-left: 40px 20px;
  /*margin-bottom: 50px 60px;*/
}
.confirmpassword
{
  border: 1px solid #a1a3a3;
  border-radius: 4px;
  box-sizing: border-box;
  color: #696969;
  height: 39px;
  margin: 33px 0 0 49px;
  width: : 240%;
  padding-left: 40px 20px;
  /*margin-bottom: 50px 60px;*/
}
.pure-button
{
  height: 39px;
  margin: 35px 0 0 83px;
}

.logo
{
  height: 30px;
  width: 25px;
  margin: 0px 0 0 112px;
}

.title
{
  text-align:center;
  color: #2a9eda;
}

.logout_button
{
  height: 39px;
  width:73px;
  margin: 20px 0 0 1150px;
  background-color: #579bdb; 
}










