/* line 6, ../sass/form.scss */
.button {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  cursor: pointer;
  height: 30px;
  padding: 0px 28px;
  margin: auto;
  text-transform: capitalize;
  font-size: 12px;
  color: #333333;
  background-color: rgba(51, 51, 51, 0.15);
  outline: none;
  border: 0;
}

/* line 25, ../sass/form.scss */
.form .row {
  margin-left: 10px;
  margin-right: 10px;
}
/* line 28, ../sass/form.scss */
.form .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 34, ../sass/form.scss */
.form .button {
  background-color: #8D0E57;
  color: #fff;
  width: 100%;
  max-width: 156px;
  float: right;
}
/* line 41, ../sass/form.scss */
.form .button.file {
  background-color: transparent;
  border: 1px solid #8D0E57;
  color: #8D0E57;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  padding: 0;
  text-align: center;
}
/* line 50, ../sass/form.scss */
.form .button.file span {
  display: block;
  width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 58, ../sass/form.scss */
.form .button.file.error {
  background-color: rgba(255, 0, 0, 0.35);
}
/* line 62, ../sass/form.scss */
.form .button.file input[type=file] {
  opacity: 0;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  /* line 76, ../sass/form.scss */
  .form .button {
    font-size: 12px;
    font-family: "Raleway-semi";
    float: none;
    margin: auto;
    margin-top: 15px;
  }
  /* line 84, ../sass/form.scss */
  .form .btn {
    font-size: 12px;
  }
}
/* line 90, ../sass/form.scss */
.input {
  margin-bottom: 15px;
  position: relative;
}
/* line 93, ../sass/form.scss */
.input label {
  color: #333333;
  font-size: 12px;
  font-family: "Raleway-semi";
  display: block;
  margin-bottom: 2px;
}
/* line 99, ../sass/form.scss */
.input label span {
  color: #8D0E57;
  font-size: 19px;
  line-height: 10px;
}
/* line 105, ../sass/form.scss */
.input label.placeholder {
  content: 'Message <span></span>';
  color: rgba(51, 51, 51, 0.48);
  font-family: "Raleway-semi";
  font-size: 12px;
  position: absolute;
  left: 0px;
  padding: 7px;
}
/* line 116, ../sass/form.scss */
.input .flex {
  display: flex;
  justify-content: space-between;
}
/* line 120, ../sass/form.scss */
.input .flex .li {
  flex: 1;
  text-align: center;
}
/* line 124, ../sass/form.scss */
.input .flex .li.text {
  flex: 3;
}
/* line 127, ../sass/form.scss */
.input .flex .li.icon {
  flex: 2;
}
/* line 131, ../sass/form.scss */
.input .flex .li input {
  text-align: center;
}
/* line 135, ../sass/form.scss */
.input .flex .li .calendar {
  width: 100%;
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 150, ../sass/form.scss */
.input select,
.input textarea,
.input input {
  width: 100%;
  outline: none;
  padding: 7px;
  height: 35px;
  border: 0px;
  color: #333333;
  font-size: 12px;
  font-family: "Raleway-semi";
  display: block;
}
/* line 163, ../sass/form.scss */
.input select.error,
.input textarea.error,
.input input.error {
  background-color: rgba(255, 0, 0, 0.35);
}
/* line 168, ../sass/form.scss */
.input input[type=radio] {
  width: auto;
  height: auto;
}
/* line 174, ../sass/form.scss */
.input .checkbox input {
  width: auto;
  height: auto;
  opacity: 0;
  position: relative;
  z-index: 1;
}
/* line 182, ../sass/form.scss */
.input .checkbox div {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #878787;
  position: absolute;
  top: 2px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 194, ../sass/form.scss */
.input .checkbox div.left {
  margin-left: -20px;
}
/* line 199, ../sass/form.scss */
.input .checkbox input:checked + div:after {
  content: '';
  width: 9px;
  height: 9px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #878787;
  position: relative;
  background-color: #8E0B56;
}
/* line 210, ../sass/form.scss */
.input .checkbox, .input .radio {
  margin-left: auto;
  margin-right: auto;
  display: table;
}
/* line 216, ../sass/form.scss */
.input textarea {
  height: 85px;
  resize: none;
}
/* line 221, ../sass/form.scss */
.input .bootstrap-select {
  width: 100% !important;
  height: 35px;
}
/* line 225, ../sass/form.scss */
.input .bootstrap-select > .dropdown-toggle {
  background: #fff !important;
  border: 0px !important;
  border-radius: 0px;
  width: 100%;
  outline: none !important;
  font-size: 12px;
  font-family: "Raleway-semi";
}
/* line 234, ../sass/form.scss */
.input .bootstrap-select > .dropdown-toggle:focus, .input .bootstrap-select > .dropdown-toggle .bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .input .bootstrap-select > .dropdown-toggle.bs-placeholder, .input .bootstrap-select > .dropdown-toggle .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .input .bootstrap-select > .dropdown-toggle .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .input .bootstrap-select > .dropdown-toggle .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  outline: none !important;
  color: #333333 !important;
  background: #fff !important;
}
/* line 241, ../sass/form.scss */
.input .bootstrap-select > .dropdown-toggle.bs-placeholder, .input .bootstrap-select > .dropdown-toggle .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .input .bootstrap-select > .dropdown-toggle .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .input .bootstrap-select > .dropdown-toggle .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #333333 !important;
}
/* line 245, ../sass/form.scss */
.input .bootstrap-select .dropdown-menu > li > a {
  color: rgba(51, 51, 51, 0.5) !important;
}
/* line 251, ../sass/form.scss */
.input.large input {
  height: 53px;
}

/* line 257, ../sass/form.scss */
.information {
  color: #8D0E57;
}
/* line 260, ../sass/form.scss */
.information .title {
  font-size: 12px;
  font-family: "Raleway-semi";
  opacity: .5;
}

/* line 267, ../sass/form.scss */
#datepickerData {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

@media (max-width: 991px) {
  /* line 274, ../sass/form.scss */
  .button {
    font-size: 15px;
    color: rgba(51, 51, 51, 0.5);
    height: 34px;
    font-family: "Raleway-regular";
  }
}
/* line 282, ../sass/form.scss */
.error_message {
  text-align: center;
  color: #ff3b3b;
  background: #fff;
  display: table;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 293, ../sass/form.scss */
.file_error {
  position: absolute;
  bottom: 100%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  margin-bottom: 5px;
  display: none;
  color: #8E0B56;
}

/* line 305, ../sass/form.scss */
.verify-message {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #8E0B56;
}
