@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;500;600;700&display=swap");
* {
  box-sizing: border-box;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}
body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.container {
  position: relative;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 100vw;
  height: 100vh;
  border-radius: 3px;
  transform: translate(-50%, -50%);
  overflow: hidden;
  background-image: linear-gradient(to top right, #f9a743, #f9db5f);
}

.container .ear {
  position: absolute;
  top: -110px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #243946;
}
.container .ear.ear--left {
  left: -135px;
}
.container .ear.ear--right {
  right: -135px;
}
.container .face {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  height: 150px;
  margin: 80px auto 10px;
  --rotate-head: 0deg;
  transform: rotate(var(--rotate-head));
  transition: transform 0.2s;
  transform-origin: center 20px;
}
.container .eye {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #243946;
}
.container .eye.eye--left {
  margin-right: 40px;
}
.container .eye.eye--right {
  margin-left: 40px;
}
.container .eye .glow {
  position: relative;
  top: 3px;
  right: -12px;
  width: 12px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  transform: rotate(38deg);
}
.container .nose {
  position: relative;
  top: 30px;
  transform: scale(1.1);
}
.container .nose .glow {
  position: absolute;
  top: 3px;
  left: 32%;
  width: 15px;
  height: 8px;
  border-radius: 50%;
  background-color: #476375;
}
.container .mouth {
  position: relative;
  margin-top: 45px;
}
.container svg.smile {
  position: absolute;
  left: -28px;
  top: -19px;
  transform: scaleX(1.1);
  stroke: #243946;
}
.container .mouth-hole {
  position: absolute;
  top: 0;
  left: -50%;
  width: 60px;
  height: 15px;
  border-radius: 50%/100% 100% 0% 0;
  transform: rotate(180deg);
  background-color: #243946;
  z-index: -1;
}
.container .tongue {
  position: relative;
  top: 5px;
  width: 30px;
  height: 20px;
  background-color: #ffd7dd;
  transform-origin: top;
  transform: rotateX(60deg);
}
.container .tongue.breath {
  -webkit-animation: breath 0.3s infinite linear;
  animation: breath 0.3s infinite linear;
}
.container .tongue-top {
  position: absolute;
  bottom: -15px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #ffd7dd;
}
.container .line {
  position: absolute;
  top: 0;
  width: 30px;
  height: 5px;
  background-color: #fcb7bf;
}
.container .median {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 25px;
  border-radius: 5px;
  background-color: #fcb7bf;
}
.container .hands {
  position: relative;
}
.container .hands .hand {
  position: absolute;
  top: -3px;
  display: flex;
  transition: transform 0.5s ease-in-out;
  z-index: 1;
}
.container .hands .hand--left {
  left: -85px;
}
.container .hands .hand--left.hide {
  transform: translate(2px, -155px) rotate(-160deg);
}
.container .hands .hand--left.peek {
  transform: translate(0px, -120px) rotate(-160deg);
}
.container .hands .hand--right {
  left: 30px;
}
.container .hands .hand--right.hide {
  transform: translate(-6px, -155px) rotate(160deg);
}
.container .hands .hand--right.peek {
  transform: translate(-4px, -120px) rotate(160deg);
}
.container .hands .finger {
  position: relative;
  z-index: 0;
}
.container .hands .finger .bone {
  width: 20px;
  height: 20px;
  border: 2px solid #243946;
  border-bottom: none;
  border-top: none;
  background-color: #fac555;
}
.container .hands .finger .nail {
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #243946;
  background-color: #fac555;
  z-index: -1;
}
.container .hands .finger:nth-child(1),
.container .hands .finger:nth-child(3) {
  left: 4px;
  z-index: 1;
}
.container .hands .finger:nth-child(1) .bone,
.container .hands .finger:nth-child(3) .bone {
  height: 10px;
}
.container .hands .finger:nth-child(3) {
  left: -4px;
}
.container .hands .finger:nth-child(2) {
  top: -5px;
  z-index: 2;
}
.container .hands .finger:nth-child(1) .nail,
.container .hands .finger:nth-child(3) .nail {
  top: 0px;
}
.container .tengah {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.container .login {
  position: relative;
  display: flex;
  flex-direction: column;
}
.container .login label {
  position: relative;
  /* padding: 0 20px; */
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  /* font-size: 1rem; */
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  margin: 1px;
}
.container .login label .fas {
  position: absolute;
  top: 32%;
  left: 25px;
  /* color: #bbb; */
  font-size: 1.2rem;
}
.container .login label .fas:before {
  position: relative;
  left: 1px;
}
.container .login input,
.container .login .login-button {
  /* width: 100%; */
  height: 35px;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
}
/* .container .fa-user {
  font-size: 1.3rem;
} */
.container .login input {
  padding: 0 50px 0 0px;
  margin: 5px 0;
  box-shadow: none;
  outline: none;
}
.container .login input::-moz-placeholder {
  color: #ccc;
}
.container .login input:-ms-input-placeholder {
  color: #ccc;
}
.container .login input::placeholder {
  color: #ccc;
}
.container .login input.password {
  padding: 0 90px 0 40px;
}
.container .login .password-button {
  position: absolute;
  top: 15px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 27px;
  border-radius: 10px;
  border: none;
  outline: none;
  background-color: #243946;
  color: #fff;
}
.container .login .password-button:active {
  transform: scale(0.95);
}
.container .login .login-button {
  width: 100%;
  margin: 20px 0px 0px;
  align-items: center;
  outline: none;
  background-color: #243946;
  color: #fff;
  transition: transform 0.1s;
}
.container .login .login-button:active {
  transform: scale(0.95);
}
.container .login .login-button:hover {
  background-color: #495e6b;
}

.container .footer {
  text-align: center;
  margin-top: 15px;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
}
.container .footer .footer-a {
  color: #243946;
  text-decoration: none;

  transition: all 0.2s ease-in-out 0.1s;
}
.container .footer .footer-a:hover {
  color: #fff;
}

@-webkit-keyframes breath {
  0%,
  100% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(60deg);
  }
}
@keyframes breath {
  0%,
  100% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(60deg);
  }
}
