::placeholder,
:-ms-input-placeholder,
::-webkit-placeholder {
	color: #fff !important;
	opacity: 1 !important;
}
.bb-form-wraper {
    width: 100%;
    float: left; 
    margin: auto;
}
.bb-form-wraper .form-inner {
    width: 25%;
    float: left;
    margin: auto;
    padding: 10px;
}
.bb-form-wraper .form-inner.fl5 {
    width: 100%;
}
.bb-form-wraper .form-inner input,
.bb-form-wraper .form-inner textarea {
    width: 100%;
    background: transparent;
    border: 2px solid #fff;
    padding: 15px 10px;
    line-height: 1;
    color: #fff;
    font-size: 20px;
}
.bb-form-wraper .form-inner textarea {
    line-height: 1;
    resize: none;
    height: 58px;
}
.bb-form-wraper .form-submit {
    text-align: center;
    float: left;
    width: 100%;
    padding: 0 10px;
}
.bb-form-wraper .form-submit button {
    text-align: center;
    float: none;
    line-height: 1;
    background: transparent url(https://www.backtobase.com.au/wp-content/themes/back2base/include/img/submit.svg);
    border: none;
    font-size: 0;
    background-repeat: no-repeat !important;
    background-size: contain;
    height: 64px;
    width: 345px;
}
.bb-form-wraper .form-submit button:hover {
    background: transparent url(https://www.backtobase.com.au/wp-content/themes/back2base/include/img/submit-hover.svg);
}
.wpcf7-not-valid-tip {
    color: #fff !important;
    font-size: 1.1em !important;
    font-weight: normal !important;
    display: block !important;
    margin-top: 5px !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #ffffff !important;
    float: left;
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 16px;
    margin: 13px 0 0 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output {
    border-color: #333333 !important;
    float: left;
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 16px;
    margin: 13px 0 0 0;
}


/* Pay My Bill Page */
.pay-my-bill-form .bb-form-wraper .form-inner {
    width: 100%;
}
.pay-my-bill-form  .bb-form-wraper .form-inner input {
    border: 2px solid #333;
    color: #333;
}
.pay-my-bill-form .bb-form-wraper .formcap {
    padding: 10px;
    width: 100%;
    float: left;
}
.pay-my-bill-form .wpcf7-not-valid-tip,
.pay-my-bill-form .wpcf7 form.invalid .wpcf7-response-output, 
.pay-my-bill-form .wpcf7 form.unaccepted .wpcf7-response-output {
    color: #333 !important;
}
.pay-my-bill-form .bb-form-wraper .form-submit button:hover {
    background: transparent url(https://www.backtobase.com.au/wp-content/themes/back2base/include/img/submit-pay-bill.svg);
}
@media all and (min-width: 320px) and (max-width: 767px) {
    .bb-form-wraper .form-inner {
        padding: 5px;
        width: 50%;
    }
    .bb-form-wraper .form-inner input, .bb-form-wraper .form-inner textarea {
        font-size: 16px;
    }
	.bb-form-wraper .form-submit button {
        width: 180px;
        height: 35px;
    }
}
@media all and (min-width: 768px) and (max-width: 980px) {
	.bb-form-wraper .form-inner {
        padding: 5px;
    }
    .bb-form-wraper .form-inner input, .bb-form-wraper .form-inner textarea {
        font-size: 16px;
    }
	.bb-form-wraper .form-submit button {
        width: 180px;
        height: 35px;
    }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
	.bb-form-wraper .form-inner {
        padding: 5px;
    }
    .bb-form-wraper .form-inner input, .bb-form-wraper .form-inner textarea {
        font-size: 16px;
    }
	.bb-form-wraper .form-submit button {
        width: 180px;
        height: 35px;
    }
}
@media all and (min-width: 1025px) and (max-width: 1140px) {
    .bb-form-wraper .form-inner input, .bb-form-wraper .form-inner textarea {
        font-size: 16px;
    }
	.bb-form-wraper .form-submit button {
        width: 200px;
        height: 35px;
    }	
}
@media all and (min-width: 1141px) and (max-width: 1280px) {
    .bb-form-wraper .form-inner input, .bb-form-wraper .form-inner textarea {
        font-size: 18px;
    }
	.bb-form-wraper .form-submit button {
        width: 250px;
        height: 46px;
    }
}
@media all and (min-width: 1281px) and (max-width: 1440px) {
	.bb-form-wraper .form-submit button {
        width: 280px;
    }
}
@media all and (min-width: 1441px) and (max-width: 1680px) {
    .bb-form-wraper .form-submit button {
        width: 280px;
    }
	
}
