@font-face {
  font-family: 'LeagueSpartan';
  src: url(../fonts/LS/leaguespartan-bold.ttf);
}

.password-div{
  margin-top: 10px;
}

.card{
  align-items: center;
}

.card-pic{
  width:40%;
}

.btn{
  width:100%;
  margin: 5px 0px 0px 0px
}

.footer-logo{
    animation: resetLetterSpacing 1.2s ease forwards;
}

@keyframes resetLetterSpacing {
    from {
        letter-spacing: 30px;
    }
    to {
        letter-spacing: 2px;
    }
}
