@font-face {
  font-family: CopperPenny;
  src: url(../fonts/Copper_Penny.ttf);
}
.loginWraper {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}