input[type="text"],
input[type="password"]{
  font-size:16px;
  width:350px;
  padding:5px 10px;
  margin-bottom:10px;
  border:2px inset #74a1c9;
  border-radius:4px;
}
#login-btn{
  padding:5px 20px;
}
.img_title {
  background: #000;
  width: 10px;
  height: 16px;
  float: left;
  margin-right: 5px;
}
.notification {
  overflow-y: scroll;
  resize: none;
  margin: 20px 30px;
  outline: none;
}