.kvsdev-otp__email {
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}
.kvsdev-otp__code {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 8px;
  text-indent: 8px;
  height: auto;
  padding: 16px 20px;
  background: rgba(0,0,0,0.3);
  border: 2px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  color: #f0f0f0;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.kvsdev-otp__code:focus {
  border-color: rgba(255,255,255,0.3);
  outline: none;
}
.kvsdev-otp__code::placeholder {
  letter-spacing: 8px;
  opacity: 0.3;
}
.kvsdev-otp__resend {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-top: 15px;
}
.kvsdev-otp__resend-btn {
  background: none;
  border: none;
  color: #ffa80d;
  cursor: pointer;
  padding: 0;
  font-size: inherit;
  font-weight: 500;
}
.kvsdev-otp__resend-btn:hover {
  text-decoration: underline;
}
.kvsdev-otp__resend-btn:disabled {
  color: #666;
  cursor: not-allowed;
  text-decoration: none;
}
.kvsdev-otp__timer {
  color: #666;
}
