.wbpagereg,
.login-right {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 4px;
  height: 100%;
}

.account-form .color-primary {
  font-size: 14px;
}

.heading {
  margin-top: 30px;
  margin-bottom: 30px;
}

.custheading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
} 

.wbpagereg p {
  margin: 0 0 20px;
  color: #666666;
  font-weight: 400;
}

.btn-primary {
  border-radius: 10px !important;
  border: none !important;
  color: #fff !important;
  outline: none;
  background: #81b29a !important;
  letter-spacing: .5px;
  text-transform: capitalize;
  padding: 0.5rem 0.75rem !important;
}

.background-succ {
  background-color: #000000;
  color: #fff;
  width: 400px;
  z-index: 1000;
  border-radius: 5px;
  height: 215px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.background-succ .content {
  padding-top: 50px;
  position: relative;
  text-align: center;
}

.background-succ .content img {
  width: 60px;
  height: 60px;
}

.background-succ .content p {
  display: block;
  font-size: 18px;
  margin-top: 1rem;
  font-weight: 500;
  color: #fff;
}


.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: green;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: green;
  stroke-miterlimit: 10;
  margin: 0px auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #fff;
  }
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0rem rgb(38 143 255 / 50%) !important;
}

.text-center {
  text-align: center;
}

.color-primary {
  width: 100%;
  text-align: right;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin: 15px 0;
}

.field__label {
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 0.4285714286em;
  margin-left: 1px;
  padding: 0 0.8em;
  z-index: 1;
  transform: translateY(3px);
  pointer-events: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  opacity: 0;
}

.field__input-wrapper.active .field__label {
  opacity: 1;
  transform: none;
  color: #737373;
}

.field__input-wrapper {
  margin-bottom: 10px;
  position: relative;
}

.field__input-wrapper input {
  border: 1px solid #ddd;
  background-clip: padding-box;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 7px 14px;
  word-break: normal;
  line-height: inherit;
  transition: all 0.2s ease-out;
  outline: none;
  height: 46px;
  font-size: 14px;
}

.field__input-wrapper.active input {
  padding-top: 1.2em;
  padding-bottom: 0.3571428571em;
}

.field__input-wrapper input:focus {
  border-color: #81b29a;
  box-shadow: 0 0 0 1px #81b29a;
}


/*register*/
.tvh-login-txt-bt {
  font-size: 14px;
}

.wbrtaddress {
  text-transform: uppercase;
  color: #81b29a;
  font-weight: 600;
}

#submit-customer {
  background: #81b29a;
  width: 200px;
  color: #fff;
  font-size: 14px;
  margin: 20px auto;
  height: 40px;
}

#submit-customer:focus {
  box-shadow: 0 0 0 0rem rgb(38 143 255 / 50%) !important;
}

.error-text {
  color: red;
  font-size: 14px;
  display: none;
}