body {
  background: #ffffff !important;
}

.onProWrap {
  position: relative;
  background: #f5f5f7;
  width: 100%;
  height: 100%;
}


.oploginLogo {
  width: 24%;
  margin-bottom: 50px;
}

.onProLogin {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-51%, -54%);
  width: 100%;
}

.opTitle {
  position: relative;
  z-index: 1;
  font-size: 28px;
  line-height: 1.14286;
  font-weight: 600;
  letter-spacing: .007em;
  /* font-family: SF Pro Display,SF Pro Icons,AOS Icons,Helvetica Neue,Helvetica,Arial,sans-serif; */
  color: #1d1d1f;
  padding-top: 12px;
  margin-top: 0;
  text-align: center;
}

.card-body {
  margin-top: 116px !important;
}

span.dash {
  display: block;

  position: relative;
  background-color: #d7d7d7;
  width: 4rem;
  height: 0.2rem;
  color: #00acee;
  margin-top: 11px;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
}

.opcard {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: visible;
  background-color: #fff;
  border-radius: 18px;
  width: 18rem;
  height: 280px !important;
  white-space: normal;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, .08);
  transition: all .3s cubic-bezier(0, 0, .5, 1);

}

.opcard:hover {
  box-shadow: 2px 4px 16px rgba(0, 0, 0, .16);
  /* transform: scale3d(1.01,1.01,1.01); */
}

.imgpop {
  position: absolute;
  top: -60;
  width: 21rem;
  left: 18px;
}


.poweredIcon {
  position: absolute;
  bottom: 42px !important;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  color: #a4a4a4;
}

.imgpop:hover {
  transform: scale3d(1.01, 1.01, 1.01);
}

.card-img-top {
  width: 80% !important;
}


button {
  margin: 20px;
}

.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
  outline: none;
}

button:focus {
  outline: 1px dotted;
  outline: none !important;
}

/* 12 */
.btn-12 {
  color: #fff;
  background-color: #fff;
  margin-top: 5px;
  position: relative;
  right: 25px;
  bottom: 20px;
  border: none;
  box-shadow: none;
  width: 246px;
  height: 40px;
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
}

.btn-12 span {
  background: rgb(0, 172, 238);
  background: linear-gradient(0deg, #00acee 0%, #027efb 100%);
  display: block;
  position: absolute;
  width: 246px;
  height: 40px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
  border-radius: 5px;
  margin: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn-12 span:nth-child(1) {
  box-shadow:
    -7px -7px 20px 0px #fff9,
    -4px -4px 5px 0px #fff9,
    7px 7px 20px 0px #0002,
    4px 4px 5px 0px #0001;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}

.btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}

.btn-12:hover span:nth-child(1) {
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.btn-12:hover span:nth-child(2) {
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
  color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.oparrow i {
  margin-top: 8px;
  font-size: 22px;
}