@charset "utf-8";
/* CSS Document */
.product-form {
  background: #fff;
  padding: 40px;
  max-width: 440px;
  margin: 40px auto;
  border-radius: 4px;
  box-shadow: 7px 5px 0px 2px #fc800a;
}
.product-form label, input, textarea {color:#757373 !important}
.product-form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight:normal;
  font-size: 13px;
  color: #ccc;
}
.product-form input[type="email"] {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  background: #E2E2E2;
  border: none;
}
.form-text{
    font-size: 23px;
    color: #999999;
    font-style: normal;
    font-weight: 700;}
.form-select{padding: 10px;
  color: #757373 !important;}
.tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: rgba(160, 179, 176, 0.25);
  color: #a0b3b0;
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  transition: .5s ease;
}
.tab-group li a:hover {
  background: #179b77;
  color: #ffffff;
}
.tab-group .active a {
  background: #1ab188;
  color: #ffffff;
}

.list-form li {
  list-style: none;
  font-size: 16px;
  padding:4px 0px 10px 0px !important;
  width: 100%;
  color: #fff;
}
.list-form li  .bi-check-circle {padding-right: 7px;
  color: #a6dd5b;
  font-size: 17px; }
label {
  position: absolute;
  transform: translateY(6px);
  left: 13px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size: 22px;
}
label .req {
  margin: 2px;
  color: #1ab188;
}

label.active {
  transform: translateY(50px);
  left: 2px;
  font-size: 14px;
}
label.active .req {
  opacity: 0;
}

label.highlight {
  color: #ffffff;
}

.product-form input, textarea, select {
  font-size:15px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
  color: #ffffff;
  border-radius: 0;
  transition: border-color .25s ease, box-shadow .25s ease;
}
input:focus, textarea:focus {
  outline: 0;
  border-color: #1ab188;
}

textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}

.field-wrap {
  position: relative;
  margin-bottom: 40px;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}

.product-form .button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 8px 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #fd4b38;
  color: #ffffff;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  border-style: solid;
  border-color: rgb(248, 62, 42);
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}

.product-form .button:hover, .button:focus {
  background:#3b3c3a;
}

.product-form .button-block {
  display: block;
  width:55%;
}
.form-check label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 13px;
  color: #ccc;
  margin-left: 25px;
}
.form-check input[type="checkbox"], input[type="radio"] {
  margin: 8px 0 0;
}
.product-form p {
  color: #807f7f;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 26px;
}
.neg-margin{margin-right:0;}
.forgot {
  margin-top: -20px;
  text-align: right;
}
.centered-checkbox {
  position: relative;
  text-align: left;
  padding-left: 24px;
}

.centered-checkbox input[type="checkbox"] {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0;
}

.cdflx-checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

/* css parent selector */
label:has(> input[type="checkbox"][disabled]) {
  color: #8e8e8e;
}

label:hover {
  background-color: #8e8e8e;
  border-radius: 4px;
  color: #ffffff;
}

label:has(> input[type="checkbox"][disabled]):hover {
  color: #ffffff;
}
