﻿.demo-card {
  width: 500px;
  height: auto;
  box-shadow: 0 1px 10px 0 rgb(16 16 16 / 18%);
  background-color: #fff;
}

#overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: -200px;
  bottom: -200px;
  z-index: 1000;
  background: rgba(0,0, 0, 0.60);
}

.circle {
  padding: 0 !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 4px solid rgba(100, 100, 100, 0.2);
  border-top-color: #55cf31;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  float: left;
}

@keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loadingText {
  font-size: 12px;
  padding-left: 15px;
  padding-top: 10px;
  font-weight: 700;
}

.progress {
  transform: translate(-50%, -50%);
  background-color: white;
  position: absolute;
  text-align: left;
  top: 50%;
  left: 50%;
  z-index: 100001;
  border-radius: 5px 5px 5px 5px;
  border: 0 solid #232323;
  -webkit-box-shadow: 18px -12px 21px -6px rgba(0,0,0,0.2);
  -moz-box-shadow: 18px -12px 21px -6px rgba(0,0,0,0.2);
  box-shadow: 18px -12px 21px -6px rgba(0,0,0,0.2);
  font-family: Arial;
  font-size: 14px;
  padding-left: 10px;
  padding-top: 18px;
  height: 70px;
}

.center-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 150px);
}

.sign-type-form h2 {
  font-family: 'Pontano Sans', sans-serif;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
}

.sign-type-form .form-body {
  max-width: 350px;
  margin: auto;
  margin-top: 10px;
  text-align: center;
}


.sign-type-form .form-body p {
  text-align: center;
  color: #8A8A8A;
}

.sign-type-form .form-check {
  margin-bottom: 20px;
}

.sign-type-form .form-check .form-check-label {
  cursor: pointer;
}

.sign-type-form .form-check .form-check-label > span.checkbox-label {
  display: inline-flex;
  align-items: center;
  position: relative;
  top: -10px;
  font-family: Arial;
  font-size: 16px;
  font-weight: 500;
}

.sign-type-form .form-check .form-check-label > span.checkbox-label span {
  position: relative;
  top: 4px;
  left: 7px;
}

.sign-type-form #btn-try-now {
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-top: 18px;
  border-radius: 0;
  padding: 7px 30px;
  min-width: 170px;
}

.mobile iframe {
  top: 0 !important;
  bottom: 0 !important;
  height: 100% !important;
}
.block-button-section {
  margin-top:20px;
}
.block-button-section button {
  width: 100%;
  margin-bottom: 10px;
}
.placeholder-img {
  text-align:center;
}