
.login{
  background: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
  font-family: lato;
  position: relative;
  color: #333;
  border-radius: 10px;
}
.style{
padding: 5px;
margin-bottom: 20px;
border: 2px solid #ccc;
color: #4f4f4f;
font-size: 16px;
border-radius: 5px;
width: 200px;
margin-left: 10%;
}
#eye{
  position: absolute;
  margin-top: 10px;
  font-size: 20px;
  cursor: pointer;
  color: #999;
}
#eye.active {
  color: dodgerblue;
}
.hr{
  height:3px;
  margin:40px 0 50px 0;
  background:rgba(153, 92, 0,.2);
  margin-top: 15px;

}
.list{
  margin-top: -15%;
  }
.list a:hover{
  color: red;
}
.block-section{
    display:block;
    border:1px solid #993d00;
    height:auto;
    width:auto;
    padding:10px;
    background:#993d00;
    margin-bottom:20px;
}
