.logoimg {
    margin-top: 10;
    margin-right: 20;
    position: absolute;
    top: 0px;
    right: 0px;
}

#form-div{
    margin-top: 20;
}


@keyframes delayedShow {
    to {
      visibility: hidden;
    }
  }

.alert{
    visibility: visible;
    animation: 0s linear 2.3s forwards delayedShow ;

}