
.bi-vet-accept{
  background: url('../images/pexels-johann-1.png');
  background-size: cover;
  overflow-x: hidden;
  background-position-x: center;
  height: 83.5ch;
}

.form-box-vet{
  background: #fff;
  margin: 17ch 4ch 0ch 4ch;
  padding-bottom: 2ch;
  border-radius: 35px;
}

.form-box-vet .fa-heartbeat{
  background: #fff;
  margin-top: -55px;
  padding: 1ch;
  font-size: 6ch;
  border-radius: 50%;
}

.form-box-vet .text-para{
text-align: left;
padding: 0 4ch;
font-size: 2.1ch;
}

.accept-btn a:first-child{
  background: #80808066;
  color: #000;
  border-radius: 10px;
  font-size: 2ch;
  padding: 0.4ch 3ch;
  font-weight: 700;
  transition: all 0.8s ease;
}
.accept-btn a:last-child{
  background: #80808066;
  color: #000;
  border-radius: 10px;
  font-size: 2ch;
  padding: 0.44ch 1.05ch;
  font-weight: 700;
  transition: all 0.8s ease;
}

.accept-btn a:hover{
  background: orange;
  text-decoration: none;
  transition: all 0.8s ease;
}

.go-back:hover{
  text-decoration: none;
}

.logo-accept1{
  position: absolute;
  left: 68%;
  top: 46%;
  width: 12.2ch;
}

.logo-accept2{
  position: absolute;
  left: 76%;
  top: 49%;
  width: 26.6ch;
}

.logo-change-accept1{
  position: absolute;
  left: 26%;
  top: 1%;
  width: 10ch;
}

.logo-change-accept2{
  position: absolute;
  left: 50%;
  top: 3%;
  width: 19ch;
}

@media all and (max-width:1390px) {
  .logo-accept2{
    position: absolute;
    left: 78%;
    top: 49%;
    width: 26.6ch;
  }
}

/***************vet accept Otp*************************/

.user-type input{
  width: 4ch;
  color: #000;
  border: none;
  outline: none;
  border-bottom: 1px solid #212529b5;
  text-align: center;
}

.verify-otp a{
  background: #80808066;
  color: #000;
  border-radius: 50px;
  font-size: 2ch;
  padding: 0.4ch 3ch;
  font-weight: 700;
  transition: all 0.8s ease;
}

.verify-otp a:hover{
  background: orange;
  text-decoration: none;
  transition: all 0.8s ease;
}
