body {
  background-image: url(/images/login-background-1.svg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: left bottom 740px;
}

@media (min-width: 992px) {
  body {
    background-image: url(/images/login-background-1.svg), url(/images/login-background-2.svg);
    background-repeat: no-repeat, no-repeat;
    background-size:auto;
    background-position: left bottom 460px, right 20px;
  }
}

.form-signin {
  width: 100%;
  max-width: 360px;
  margin: 100px auto;
}

.recaptcha-container > div {
  display: block;
  margin: 0 auto;
  width: 100%;
}

/* html,
body {
  height: 100%;
}

body .signin {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px;
  justify-content: center;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  margin-bottom: 15px;
}

.form-signin_lable {
  display: flex;
  font-weight: 300;
  font-size: 14px;
}

.mb-100 {
  margin-bottom: 100px;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-customize {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.icons {
  margin-top: 25px;
  margin-bottom: 10px;
}

.icons-txt {
  display: flex;
  font-size: 14px;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}

.icons-txt-left {
  width: 100px;

}

.icons-txt-right {
  max-width: 100px;
}

.input-group-icon {
  position: absolute;
  top: 53px;
  right: 13px;
  background-color: #fff;
  padding-left: 10px;
}

.textarea {
  width: 200px;
  min-width: 200px;
  max-width: 200px;

  height: 200px;
  min-height: 200px;
  max-height: 200px;
}

.input-customize {
  margin: auto;
  width: 145px;
  top: -170px;
}

.input-text-box {
  border: 1px solid #ced4da;
  border-radius: 3px !important;
  width: 300px;
  margin-left: 4%;
  height: auto;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  display: block;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-text-box:focus {
  border-color: #6399ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 78 226 / 25%);
}

.button-login {
  border-radius: 3px !important;
  width: 300px;
  margin-left: 4%;
}

.text-black {
  color: #0f0f0f !important;
}

.canvas-video {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 300px;
  height: auto;
}

.text-mts {
  margin-left: -20px;
  word-wrap: break-word;
}

.text-cma {
  margin-right: -80px;
  word-wrap: break-word;
}

.txt-content {
  padding: 0 10%;
}

.txt-content-reedem {
  font-weight: 300;
  font-size: 14px;
}

#rscript {
  padding-right: 50px;
}

#broadcastCancel {
  color: rgb(78, 37, 190);
}

.text-mts-mb,
.text-cma-mb {
  word-wrap: break-word;
}

.icons-txt-left-mb,
.text-cma-mb {
  width: 150px;
  text-align: center;
}

.text-bold {
  font-size: 16px;
}

.checkbox-accept-document {
  display: flex;
}

.div-continue,
.address_form,
.div-scan-consolidated-qr,
.scan-satoricoin-private,
.accept-broadcast,
.div-enter-redeem-script,
.dog_private_key_form,
.broadcast-complete {
  display: none;
}

#pstb {
  overflow: hidden;
  border-radius: 8px;
} */
