.v-code-wrapper[data-v-1a2defc9] {
  background-color: #fff;
}
.v-code-wrapper .code-input-box[data-v-1a2defc9] {
  color: #2e2f33;
  font-size: 16px;
}
.v-code-wrapper .code-input-box .v-code[data-v-1a2defc9] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.v-code-wrapper .code-input-box .v-code input[data-v-1a2defc9] {
  position: absolute;
  top: -100%;
  left: -666666px;
  opacity: 0;
}
.v-code-wrapper .code-input-box .v-code .line[data-v-1a2defc9] {
  position: relative;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #2e2f33;
  border: 1px solid #3d5eb9;
  cursor: text;
}
.v-code-wrapper .code-input-box .v-code .line[data-v-1a2defc9]::after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  transform: scaleY(0.5);
  transform-origin: 0 100%;
}
.v-code-wrapper .code-input-box .v-code .line.animated[data-v-1a2defc9]::before {
  display: block;
  position: absolute;
  left: 50%;
  top: 35%;
  width: 1px;
  height: 40%;
  content: "";
  background-color: #2e2f33;
  -webkit-animation-name: coruscate-data-v-1a2defc9;
          animation-name: coruscate-data-v-1a2defc9;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes coruscate-data-v-1a2defc9 {
0% {
    opacity: 0;
}
25% {
    opacity: 0;
}
50% {
    opacity: 1;
}
75% {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes coruscate-data-v-1a2defc9 {
0% {
    opacity: 0;
}
25% {
    opacity: 0;
}
50% {
    opacity: 1;
}
75% {
    opacity: 1;
}
to {
    opacity: 0;
}
}

