body {
  background: #0E101D;
}
body .cb-card {
  width: 380px;
  height: 220px;
  margin: 15vh auto;
  position: relative;
  overflow: auto;
  box-shadow: 0 0 10px rgba(27, 43, 52, 0.2);
}
body .cb-card-front,
body .cb-card-back {
  box-sizing: border-box;
  position: absolute;
  width: 380px;
  height: 220px;
  background: linear-gradient(to bottom right, #33374c 40%, #272a3a 100%);
  border-radius: 8px;
  padding: 20px;
  overflow: auto;
}
body .cb-card-front.z-index,
body .cb-card-back.z-index {
  z-index: 2;
}
body .cb-card-front:before,
body .cb-card-back:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 5px solid rgba(255, 255, 255, 0.06);
}
body .cb-card-front:after,
body .cb-card-back:after {
  position: absolute;
  content: "";
  top: 50px;
  left: 32px;
  background: rgba(255, 255, 255, 0.06);
  width: 60px;
  height: 40px;
  border-radius: 4px;
}
body .cb-card-front {
  left: 0;
  bottom: 0;
}
body .cb-card-back {
  right: 0;
  top: 0;
  box-shadow: 0 0 10px rgba(27, 43, 52, 0.1);
}
body .input-card-number {
  position: absolute;
  bottom: 70px;
  display: flex;
}
body .input-card-number input:last-child {
  font-size: 15px;
}
body .input-card-info {
  position: absolute;
  bottom: 20px;
  display: flex;
}
body .input-card-info input {
  font-size: 15px;
}
body input {
  box-sizing: border-box;
  border: transparent 2px solid;
  background: transparent;
  outline: none;
  font-size: 20px;
  padding: 5px 10px;
  border-radius: 6px;
}
body input:focus {
  background: #474c65;
  border: #747b9e 2px solid;
  box-shadow: inset 0 0 5px rgba(51, 55, 76, 0.3);
}/*# sourceMappingURL=SeleniumForm.css.map */