@font-face {
  font-family: "Gothic";
  src: url(../fonts/centurygothic.ttf);
}
body {
  font-family: "Gothic" !important;
}

.card-native-login {
  padding: 20px;
}
.img-card-native {
  justify-content: center;
  text-align: center;
  padding: 10px;
}
.size-img-card {
  width: 100px;
}
.cover-text-content-login {
  margin: auto;
  width: 250px;
  justify-content: center;
  text-align: center;
}
.judul-card-login {
  font-size: 28px;
  font-weight: bolder;
}
.p-card-login {
  text-transform: capitalize;
  font-size: 18px;
}
.span-login-form {
  font-weight: bolder;
}
