div#bfPage2 p {
    text-align: left!important;
}
.career-form div#bfPage2 p {
    text-align: center!important;
    font-weight:100!important;
    line-height: 20px;
}
.general-form label {
    color: #a87d73!important;
}

/*--------------------------------
    ASTERISK
--------------------------------*/

i.glyphicon.glyphicon-asterisk:before, .bfQuickMode .bfbs3-glyphicon-asterisk {
    content: "\002a";
    color:red;
    font-family: 'poppins'!important;
    font-style: normal;
    padding-left: 5px;
    font-size:16px;
}


.reserve-form .field-calendar.input-group input {
    width: 120%!important;
    max-width: 100%!important;
    min-height: 34px;
    height: 34px;
    box-shadow: inset 1px 1px 1px rgb(0 0 0 / 8%);
    border: 1px solid #cccccc;
    border-bottom: 1px solid #000;
    border-radius: 4px!important;
}

.reserve-form .glyphicon-calendar:before{
    content:'\f073';
    font-family: 'Font Awesome 5 Free';
    margin-top: -18px!important;
    left: -7px;
    position: absolute;
}

/*reserve form*/

#datetime .row {
    justify-content: center;
    text-align: center;
}

.reserve-form .bfCalendar {
    height: 34px;
    border: 1px solid #000;
}


.reserve-form .field-calendar.input-group input{
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 200px;
    color: #555555;
    border-bottom: 1px solid #ccc!important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*datetime row*/
section#datetime, section#datetime .row {
    padding: 0px;
    margin: 0px!important;
}

#datetime input#ff_elem129, #datetime select  {
    width: 100%;
    max-width: 100%;
}

#datetime .col-sm-6 {
    padding: 0px!important;
}

#datetime .form-group.other-form-group {
    text-align: left!important;
}
#datetime .form-group {
    text-align: left;
}
/*-----------------------------------------------------------------------
                                992 px
-------------------------------------------------------------------------*/
@media screen and (min-width:992px){
#datetime .col-sm-6:nth-child(1) {
    padding-right: 10px!important;
}
#datetime .col-sm-6:nth-child(2) {
    padding-left: 10px!important;
}
}


@media screen and (max-width:991px){
#datetime label {
    text-align: left;
}}

#datetime span.nonform-control {
    width: 100%!important;
    max-width: 100%;
}

#datetime .input-group {
    width: 100%!important;
    max-width: 100%!important;
}


#datetime span.input-group-btn {width: 1%;}

.general-form.reserve-form input {
    width: 100%!important;
}

/*--------------------------------
     GENERAL FORM
--------------------------------*/
.general-form input, .general-form textarea{
    border:0px;
    border-bottom: 1px solid #cccccc;
    box-shadow: none;
}

.general-form textarea {
    border-radius: 0px!important;
    width: 78%!important;
}

.general-form .form-inline label {
    justify-content: left;
    width: 180px!important;
}

.general-form input {
    border-radius: 0px!important;
    width: 78%!important;
}

.general-form.contact-page input,.general-form.contact-page textarea {
    border-radius: 0px!important;
    width: 100%!important;
}

.general-form span.nonform-control input {
    border-bottom: 0px!important;
}

@media screen and (min-width:992px){
.form-group.form-group-actions {
    width: 100%;
}}

@media screen and (min-width:768px) and (max-width:991px){
.form-group.form-group-actions {
    width: 84%;
}}

/*--------------------------------
        CAREER FORM
--------------------------------*/
.career-page .bfQuickMode .form-inline .form-control {
    width: 100%;
}

@media screen and (min-width:992px){
.career-page .form-group.form-group-actions {
    width: 100%;
}}

/*--------------------------------
    ASTERISK
--------------------------------*/

i.glyphicon.glyphicon-asterisk:before {
    content: "\002a"!important;
    color:red!important;
    font-family: 'poppins'!important;
    font-style: normal!important;
    padding-left: 5px!important;
}

/*focus color clicked*/
.general-form input:focus, .general-form textarea:focus {
    box-shadow: 0 0 0 0.2rem #a87d73;
    border-color: #a87d73;
}

/*autofill*/
.general-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ebded5 inset!Important}

/*choose-file-button*/
.ff_elem::-webkit-file-upload-button {
  background:#a87d73!important;
  border: 0px;
  padding: 5px 20px;
  color: white;
  border-radius: 0px;
  margin-left: 0px;
}

.ff_elem::-webkit-file-upload-button:hover {
  background:#ebded5;
  border:0px;
  transition: .5s ease;
  cursor:pointer; 
}