#login-form{
  margin-left: -7vw;
}

#login-form img{
  width: 155px;
  height: 155px;
}

#login-form .border-primary{
  background-color: rgba(226,9,0,.15);
  transform: translateY(-25%);
  box-shadow: 0px 0px 20px 0px rgba(226,9,0,.4);
}

.login-error{
  color: white;
  background-color: rgb(108,4,0);
  border-radius: 5px;
}