body {
  /*background-color: #8e1d5e;
  background: linear-gradient(60deg, #367665 0%, #00a361 100%);*/
  background-image: url(../img/kufon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.crmform {
  background-color: #f2f2f2;
}

.form-control {
  border: 1px solid #ccc;
}

.result_form {
  text-align: center;
}

.result_form span {
  font-size: 1.5rem;
  font-weight: bold;
}

.bg {
  /*background-color: #8e1d5e;*/
  background: linear-gradient(60deg, #7a1431 0%, #c4122f 100%);
}

.bg form,
.bg h4,
.bg form .form-check-label a {
  color: #ffffff;
}

.bg form .form-label {
  text-transform: uppercase;
}

.card {
  border: 0;
}

.plashka-box {
  position: relative;
}

.plashka {
  width: 150px;
  height: 150px;
  position: absolute;
  right: -50px;
  top: -35px;
}

.pt-44 {
  padding-top: 2rem !important;
}
