.error-msg{
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #d9534f;
  color: #fff;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  border-radius: 4px;
  box-shadow: 0px 1px 10px #fff;
}
