.woocommerce-form-register input, .woocommerce-form-register textarea, .woocommerce-form-register select {
    background: transparent;
    border: none;
    color: #fff;
}
.woocommerce-form-register select {
    color: #fff;
	background: transparent;
	outline: none;
}
.woocommerce-form-register select:focus {
	outline: none;
}
.woocommerce-form-register select option {
    background: rgb(201 127 200);
}
.woocommerce-form-register select:hover option{
    background: var(--primary-color);
}
.reg-field {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
.woocommerce-form-register ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

.woocommerce-form-register :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.woocommerce-form-register ::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}
.woocommerce-Input--text {
    border-bottom: 1px solid #fff !important;
}
.woocommerce-form-register__submit {
    padding: 10px 20px;
    background: #fff;
    border: none;
	margin-top: 10px;
	display: inline-block;
}
.acknowledgment-check input {
    display: inline;
    width: auto;
}
.error {
    color: red;
}
/* .booking_form .form-group .controls select { */
    /* width: 100% !important; */
    /* background: #8b5fbf; */
    /* border: none; */
	/* padding: 5px; */
/* } */

.booking_form .form-group .controls select, .booking_form .form-group .controls input {
    background: #8b5fbf !important;
    border: none !important;
    width: 95% !important;
}
.booking_form .controls {
	width: 100% !important;
    background: #8b5fbf;
    border: none !important;
	padding:8px;
}
.booking_form select:focus-visible {
    /* border: none !important; */
    outline: none;
}
.wpbc_structure_form {
    /* flex: 1 1 auto; */
    margin-bottom: 1em;
    width: 100%;
    margin-top: 20px;
}
.captachinput {
    color: var(--primary-color) !important;
    font-weight: 600;
	width: 100%;
	display: block;
}
.booking_form_div img.captcha_img {
    width: 115px;
    margin-top: 15px;
}
@media (min-width: 768px) {


}


@media (min-width: 992px) {
.wpbc_booking_form_structure.wpbc_form_center {
    display: flex;
    flex-flow: inherit !important;
    justify-content: start;
    align-items: start;
}
.bk_calendar_frame {
    width: 45% !important;
    display: block;
}
.wpbc_structure_form {
    margin-bottom: 1em;
    width: 100%;
    margin-top: 0;
}
}

@media (min-width:1200px) {
	.bk_calendar_frame {
    width: 85% !important;
    display: block;
}
	.wpbc_structure_form {
    margin-bottom: 1em;
    width: auto;
    margin-top: 0;
}
}

@media (min-width: 1440px) {}

@media (min-width: 1680px) {}

@media (min-width:1920px) {}