@font-face {
  font-family: Poppins-Medium;
  src: url(../font/Poppins-Medium.ttf);
}

@font-face {
  font-family: Poppins-Regular;
  src: url(../font/Poppins-Regular.ttf);
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url(../font/Poppins-SemiBold.ttf);
}

* {
  margin: 0px;
  padding: 0px;
}

.jdg-logo {
  width: 200px;
  height: 200px;
  margin-left: 60px;
  margin-top: 55px;
}

.logo-jdg {
  width: 200px;
  height: 200px;
  margin-left: 60px;
  margin-top: 55px;
}

.welcome-back {
  margin-left: 60px;
  margin-top: 25px;
  font-family: Poppins-Medium;
  color: #000;
}

.sign-in-to {
  margin-left: 60px;
  margin-top: 10px;
  opacity: 60%;
  font-family: Poppins-Regular;
}
section {
  margin: auto;
  display: flex;
}

.type-login {
  margin-left: 76px;
  margin-top: 35px;
  color: #db0000;
  font-family: Poppins-Medium;
}

.type-register {
  margin-left: 56px;
  margin-top: 35px;
  color: #db0000;
  font-family: Poppins-Medium;
}

.type-register h4 a {
  text-decoration: none;
  color: #050a15;
  opacity: 50%;
}

.type-login {
  margin-left: 80px;
  margin-top: 35px;
  font-family: Poppins-Medium;
}

.type-login h4 a {
  text-decoration: none;
  color: #050a15;
  opacity: 50%;
}

.line-login {
  margin-left: 60px;
  margin-top: 1px;
  margin-bottom: 45px;
}

.line-register {
  margin-left: 170px;
  margin-top: 1px;
  margin-bottom: 45px;
}

.email-form label {
  margin-top: 45px;
  margin-left: 60px;
  font-family: Poppins-Medium;
  font-size: 14px;
}

.email-form input {
  margin-left: 60px;
  margin-top: 8px;
  height: 40px;
  width: 367px;
  border-color: #babcbf;
  margin-bottom: 36px;
  padding-left: 10px;
}

.password-form label {
  margin-left: 60px;
  font-family: Poppins-Medium;
  font-size: 14px;
}

.password-form input {
  margin-left: 60px;
  margin-top: 8px;
  margin-bottom: 36px;
  height: 40px;
  width: 367px;
  border-color: #babcbf;
  padding-left: 10px;
}

section {
  margin: auto;
  display: flex;
}

.checkbox-remember input {
  margin-left: 60px;
  border-color: #babcbf;
}

.checkbox-remember label {
  margin-left: 12px;
  font-family: Poppins-Medium;
  font-size: 14px;
}

.forget-password a {
  margin-left: 110px;
  font-family: Poppins-Medium;
  font-size: 14px;
  text-decoration: none;
  color: black;
}

.button-login a button {
  margin-left: 60px;
  margin-top: 28px;
  width: 367px;
  height: 40px;
  background-color: #db0000;
  color: white;
  font-family: Poppins-SemiBold;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

.btn-login:hover {
  background-color: #00f;
}

.illustrasi-login img {
  width: 832px;
  height: 626px;
  margin-top: px;
  margin-left: 200px;
}

.text-header {
  border: 3px;
  text-align: center;
  font-family: Poppins-SemiBold;
}

.button-add {
  margin: 0 auto;
  text-align: center;
  width: 230px;
  height: 50px;
  font-size: 50px;
  border: none;
  background-color: #db0000;
  color: white;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  font-family: Poppins-Medium;
}

.button-add:hover {
  background-color: #e23333;
}

.logo-jdg-header {
  width: 250px;
  height: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

p {
  text-align: center;
  font-family: Poppins-SemiBold;
  font-size: 22px;
}

.text-think {
  position: relative;
  top: 50%;
  width: 24em;
  margin: 0 auto;
  border-right: 2px solid rgba(255, 255, 255, 0.75);
  font-size: 180%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-50%);
}

/* Animation */
.anim-thinklike {
  animation: thinklike 4s steps(44) 1s 1 normal both,
    blinkTextCursor 500ms steps(44) infinite normal;
}
@keyframes thinklike {
  from {
    width: 0;
  }
  to {
    width: 24em;
  }
}
@keyframes blinkTextCursor {
  from {
    border-right-color: rgba(255, 255, 255, 0.75);
  }
  to {
    border-right-color: transparent;
  }
}

.logo-jdg-navbar {
  width: 80px;
}

.topnav {
  overflow: hidden;
  background-color: #db0000;
}

.topnav a {
  display: flex;
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family: Poppins-Medium;
}

.textnav {
  padding-top: 2px;
}

.textnav :hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  color: black;
}

.text-somecontent {
  font-size: 35px;
  padding-top: 100px;
  font-family: Poppins-SemiBold;
  padding-left: 40px;
}

/* Bread Crumbs */

.breadcrumb-item a {
  color: #050a15;
  list-style: none;
  text-decoration: none;
}

/* Carousel Merchandise */

/* fdfdfdf */
body {
  background-color: #fff;
  color: #000;
}

h1 .bjorka {
  background-color: rgba(256, 256, 256, 0.03);
  background-image: -webkit-linear-gradient(top, #111, #0c0c0c);
  background-image: -moz-linear-gradient(top, #111, #0c0c0c);
  background-image: -ms-linear-gradient(top, #111, #0c0c0c);
  background-image: -o-linear-gradient(top, #111, #0c0c0c);
  font-size: 50px;
  font-family: "Amethysta", serif;
  text-align: center;
  line-height: 1.4em;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  white-space: nowrap;
}

span {
  color: #000;
  font-family: "Caesar Dressing", cursive;
  font-size: 5em;
  text-transform: lowercase;
  vertical-align: middle;
  letter-spacing: 0.2em;
}

.fire {
  animation: animation 1s ease-in-out infinite alternate;
  -moz-animation: animation 1s ease-in-out infinite alternate;
  -webkit-animation: animation 1s ease-in-out infinite alternate;
  -o-animation: animation 1s ease-in-out infinite alternate;
}

.burn {
  animation: animation 0.65s ease-in-out infinite alternate;
  -moz-animation: animation 0.65s ease-in-out infinite alternate;
  -webkit-animation: animation 0.65s ease-in-out infinite alternate;
  -o-animation: animation 0.65s ease-in-out infinite alternate;
}

@keyframes animation {
  0% {
    text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #feec85,
      -20px -20px 40px #ffae34, 20px -40px 50px #ec760c,
      -20px -60px 60px #cd4606, 0 -80px 70px #973716, 10px -90px 80px #451b0e;
  }
  100% {
    text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #fefcc9,
      -20px -20px 40px #feec85, 22px -42px 60px #ffae34,
      -22px -58px 50px #ec760c, 0 -82px 80px #cd4606, 10px -90px 80px #973716;
  }
}

@-moz-keyframes animation {
  0% {
    text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #feec85,
      -20px -20px 40px #ffae34, 20px -40px 50px #ec760c,
      -20px -60px 60px #cd4606, 0 -80px 70px #973716, 10px -90px 80px #451b0e;
  }
  100% {
    text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #fefcc9,
      -20px -20px 40px #feec85, 22px -42px 60px #ffae34,
      -22px -58px 50px #ec760c, 0 -82px 80px #cd4606, 10px -90px 80px #973716;
  }
}

@-webkit-keyframes animation {
  0% {
    text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #feec85,
      -20px -20px 40px #ffae34, 20px -40px 50px #ec760c,
      -20px -60px 60px #cd4606, 0 -80px 70px #973716, 10px -90px 80px #451b0e;
  }
  100% {
    text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #fefcc9,
      -20px -20px 40px #feec85, 22px -42px 60px #ffae34,
      -22px -58px 50px #ec760c, 0 -82px 80px #cd4606, 10px -90px 80px #973716;
  }
}

@-o-keyframes animation {
  0% {
    text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #feec85,
      -20px -20px 40px #ffae34, 20px -40px 50px #ec760c,
      -20px -60px 60px #cd4606, 0 -80px 70px #973716, 10px -90px 80px #451b0e;
  }
  100% {
    text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #fefcc9,
      -20px -20px 40px #feec85, 22px -42px 60px #ffae34,
      -22px -58px 50px #ec760c, 0 -82px 80px #cd4606, 10px -90px 80px #973716;
  }
}
