#login-root {
  width: 100vw;
  height: 100vh;
  color: #fff;
  background: #13bf98;
}
.google-signin,
.google-signin > div:first-child {
  height: 38px !important;
  border-top: 1px solid #dee2e6 !important;
  border-bottom: 1px solid #dee2e6 !important;
}
#appleid-signin {
  width: 286px !important;
  height: 38px !important;
  border-radius: 5px !important;
}
#appleid-signin text {
  font-size: 0.6em !important;
}
.apple-login-btn {
  width: 286px;
  height: 38px;
  background: #000;
  color: #fff;
  border-radius: 5px;
}

.version {
  bottom: 5px;
  right: 15px;
  font-size: 16px;
  font-weight: bold;
}

/* Container START */
.custom-container {
  width: 382px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
/* Container END */

/* Logo area START */
.logo-area {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.logo-area span {
  font-size: 1.5em;
  font-weight: bolder;
  display: flex;
  align-items: flex-end;
}
/* Logo area END */

/* Login form START */
.login-area {
  background: #fff;
  border-radius: 5px;
}
.login-area .input-group-text {
  color: #13bf98;
  background: #fff;
  border-right: none;
}
.login-area .form-control {
  border-left: none;
}
.login-area .form-control:focus {
  border-color: #ced4da;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.login-area .login-btn {
  width: 286px !important;
  height: 38px !important;
  font-weight: bolder;
  color: #fff;
  background: #13bf98;
}
.login-area .third-outline {
  font-weight: bolder;
  color: #13bf98;
  border: 1px solid #13bf98;
  background: transparent;
}
/* Login form END */

/* Authentication START */
.auth-container {
  width: 383px;
  height: 300px;
  align-items: center;
  background: rgb(254, 254, 254);
  border-radius: 10px;
  box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.14);
}

.auth-title {
  color: rgba(0, 0, 0, 1);
  font-size: 1.3rem;
  font-weight: 600;
  height: 27px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 5px;
}

.auth-sub {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0px;
  text-align: center;
}

.auth-warn {
  color: rgb(239, 0, 0);
  font-size: 1rem;
  font-weight: normal;
  height: 21px;
  letter-spacing: 0px;
  margin-bottom: 11px;
}

.auth-input {
  position: absolute !important;
  font-size: 2.4rem;
  border-radius: 5px;
  border: 0.5px solid rgb(210, 213, 219);
  height: 50px;
  opacity: 0;
  letter-spacing: 40px;
  z-index: 100;
}

.auth-codes {
  position: absolute !important;
  display: flex;
  align-items: center;
  border-radius: 5px;
  border: 0.5px solid rgb(210, 213, 219);
  height: 50px;
  pointer-events: none;
}

.auth-code-item {
  pointer-events: none;
  border: 0.5px solid rgb(210, 213, 219);
  border-radius: 0;
  height: 50px;
  width: 40px;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: rgb(51, 51, 51);
}
.auth-code-item:first-child {
  border-radius: 5px 0 0 5px;
}
.auth-code-item:last-child {
  border-radius: 0 5px 5px 0;
}

@keyframes blinker {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.auth-bar {
  animation: blinker 0.8s ease infinite;
  color: #13bf98;
  font-weight: 500;
}
/* Authentication END */
