.request-demo-modal {
  flex-direction: row !important;
  width: 960px !important;
  height: 520px !important;
  background-image: url("../images/request_demo@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  justify-content: space-between;
}
.request-demo-modal .col-md-12,
.request-demo-modal .col-12 {
  margin-top: 20px;
}
.request-demo-modal .modal-body-right {
  width: 328px;
  height: 440px;
  background: #ffffff;
  border-radius: 4px;
  padding: 24px;
}
.request-demo-modal .modal-body-right .form-right-title {
  font-weight: bold;
  font-size: 20px;
  color: #212121;
  line-height: 32px;
  text-align: left;
}
.request-demo-modal .btn-close {
  position: absolute;
  right: 8px;
  top: 8px;
  color: #fff !important;
}
.request-demo-form .form-textarea {
  height: 100px;
  resize: none;
}
.modal-body-left {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.modal-body-left video {
  width: 512px;
  height: 320px;
  background: #d4d4d4;
  border-radius: 2px;
}

.join-btn {
  width: 140px;
  height: 40px;
  background: #f33472;
  border-radius: 2px;
  font-weight: bold;
  font-size: 16px;
  /*font-weight: normal;*/
  color: #ffffff;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
}
.chemical-joint-btn {
  background: #6c0;
}

.chemical-joint-btn:hover {
  background: #63c304;
}

.cosmetic-joint-btn {
  background: #f33472;
}
.cosmetic-joint-btn:hover {
  background: #df2e67;
}

.food-joint-btn {
  background: #fa6634;
}
.food-joint-btn:hover {
  background: #ea6031;
}

.request-demo-dialog {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.modal-body-right .row > * {
  position: relative;
}
.food-request-demo-modal {
  background-image: url("/food/images/request_demo@2x.png") !important;
}
.chemical-request-demo-modal {
  background-image: url("/chemical/images/request_demo@2x.png") !important;
}
.cosmetic-request-demo-modal {
  background-image: url("/cosmetic/images/request_demo@2x.png") !important;
}