*{
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
body{
  background: darkred !important;
  padding:20px;
}
#box{
  width:auto;
  height:500px;
  background:white;
}
#pic{
  width:100%;
  height:450px;
  background: white;

}
#sbox,#lbox{
  margin-left:15px;
  border:2px dotted white;
}

#pass_box{
  position: relative;
}

#pass_loader{
  position: absolute;
  right:5px;
  top:35px;
  color:black;
}

#pass_eye{
  position: absolute;
  right:5px;
  top:35px;
  color:black;
  opacity: 0.5;
}
