.log-status.wrong-entry {
 @include animation( wrong-log 0.3s);
}
.log-status.wrong-entry .form-control, .wrong-entry .form-control + .fa {
  border-color: #ed1c24;
  color: #ed1c24;
}
.log-btn{
  background:#0AC986;
  dispaly:inline-block;
  width:100%;
  font-size:16px;
  height:50px;
  color:#fff;
  text-decoration:none;
  border:none;
  @include border-radius(4px);
}
.alert{
  display:none;
  font-size:30px;
  color:red;
  float:left;
}

@include keyframes (wrong-log) {
  0%, 100% { left: 0px;}
  20% , 60%{left: 15px;}
  40% , 80%{left: -1;}
}
.alertlines{
  display:none;
  font-size:30px;
  color: green;
  float:left;
}
.alertlinesB{
  display:none;
  font-size:30px;
  color: green;
  float:left;
}
.alertlinesU{
  display:none;
  font-size:30px;
  color: green;
  float:left;
}

