#log-container{
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.35);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 480px;
    margin: 30px auto;
}


#log-container {
        max-width: 800px;
        height: 545px;
        margin-bottom: 30px;
}

div#log-container {
    padding: 0;
}

div#log-container .col-md-6 {
    padding: 15px;
}

.form-left.col-md-6 {
    padding-right: 0 !important;
}

.form-right.col-md-6 {
    background: #4c5f71;
}

.topcont img {
    width: 280px;
    margin-top: 80px;
}

.topcont {
    text-align: center;
}

div#log-container p {
    font-family: 'Helvetica';
}

.rightcont p {
    color: #fff;
    font-size: 19px;
    margin-top: 30px;
}

.bottomcont {
    text-align: center;
}

.rightcont, .leftcont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.rightcont .bottomcont, .leftcont .bottomcont {
    display: flex;
    align-items: flex-end;
}
.error {
    border: 1px solid red !important;
}
a#signupbtn {
    color: #fff;
    text-decoration: none;
    border: solid 1px #fff;
    padding: 5px 30px;
    border-radius: 3px;
    line-height: 25px;
    margin-bottom: 20px;
}

a#loginbtn, a#submitbtn {
    color: #fff;
    text-decoration: none;
    background: #fd6800;
    padding: 5px 30px;
    border-radius: 3px;
    line-height: 25px;
    margin-bottom: 20px;
}

.leftcont {
    align-items: baseline;
}

.leftcont {
    padding: 30px;
    padding-right: 50px;
    padding-bottom: 0;
}

.leftcont h1 {
    text-align: left;
}

.leftcont input, .form-center input {
    margin-bottom: 20px;
    border-radius: 3px !important;
}

.leftcont label {
    width: 100%;
    text-align: left;
    line-height: 20px;
}

.leftcont label input {
    margin-right: 6px;
}

.form-center.col-md-12 {
    padding: 14px 50px;
}


div#log-container .form-center .col-md-6 {
    padding-bottom: 0;
}

input#agree {
    margin-right: 10px;
}

p.policytext {
    font-size: 10px;
}

a#submitbtn {
    margin-top: 30px;
    width: 140px;
    text-align: center;
}


@media only screen and (max-width:667px){
    div#log-container {
        display: block !important;
        height: auto;
		max-width: 100%;
    }
}

.loginerror {
    font-size: 11px;
    text-align: left;
    color: #000;
}


.password_div {position: relative;}

.password_div button {
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 17px;
    box-shadow: none;
}

.topcont {
    width: 100%;
}

.password_div button:focus {
    color: #000;
    box-shadow: none;
}

.password_div button:hover {
    color: #000;
}

a#backlink {
    display: none;
}


.crossicon {
    position: absolute;
    right: 10px;
    background: #fff;
    padding: 5px 9px;
    border-radius: 50%;
    top: 10px;
    cursor: pointer;
}

select#business_type {
    padding: 0 18px;
    margin-bottom: 20px;
    color: #9c9d9f;
    line-height: 30px;
}

/* p {
    margin-bottom: 1.75em !important;
}
 */

body,button,input,select,textarea,.ast-button,.ast-custom-button {
                font-family: Helvetica,Verdana,Arial,sans-serif !important;
                font-size: 1rem;
                line-height: var(--ast-body-line-height,1.65em);
}

.footer-widget-area ul {
    padding: 0;
}

.footer-widget-area ul a {
    text-decoration: none;
}

.formcol {
    padding: 0;
}

.ast-builder-html-element p:last-child {
    margin-bottom: 0 !important;
}


a#submitbtn2 {
    color: #fff;
    background: #fd6800;
    padding: 4px 30px;
    border-radius: 3px;
    line-height: 25px;
    margin-bottom: 20px;
    width: 140px;
    display: block;
    text-align: center;
}

.verifyregform {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

h4#verification_msg {
    font-size: 16px;
}

.verifyregform .row {
    width: 57%;
}

div#register_form h1 {
    text-align: center;
}

span#emailerror {
    position: relative;
    top: -12px;
    color: #cb1515;
}

a#submitbtn {
    padding: 12px 35px;
}

.topcont p {
    text-align: left;
    padding: 0px 39px;
    font-size: 18px;
}

/* @media only screen and (min-width:667px){
    .hidedesk{display: none !important;}
} */

i.fa.fa-times.crossicon {
    font-size: 20px;
}


@media only screen and (min-width:667px){
    i.fa.fa-times.crossicon.hidedesk {
        background: transparent;
        color: #fff;
    }
    
}
@media only screen and (max-device-width:667px){
    .verifyregform {
    height: auto;
    padding-top: 20px;
}

a#submitbtn2 {
    width: 100%;
}

.verifyregform .row {
    width: 100%;
}

}


/* Start custom CSS */
section#popup_login {
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffffcf;
    z-index: 99;
}

section#popup_login {
    display: none;
}

section#popup_login {
    z-index: 9999;
}

.shadow {
    box-shadow: 6px 6px 8px -5px rgba(0, 0, 0, 0.26) !important;
}

section#popup_login {
    z-index: 9999;
}

@media only screen and (max-width:667px){
    section#popup_login {
        height: 100%;
        padding-top: 70px;
    }
}


input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type=reset], input[type=tel], input[type=date], select {
    height: 40px;
}


textarea, input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], .woocommerce-js input[type=tel], .woocommerce-js input[type=text], .woocommerce-js input[type=url], .woocommerce-js textarea, .woocommerce-page form .form-row textarea, .woocommerce-page input[type=email], .woocommerce-page input[type=number], .woocommerce-page input[type=password], .woocommerce-page input[type=reset], .woocommerce-page input[type=search], .woocommerce-page input[type=tel], .woocommerce-page input[type=text], .woocommerce-page input[type=url] {
    border-color: #d1dae5;
    background-color: #fff;
    box-shadow: none;
}

input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type=reset], input[type=tel], input[type=date], select, textarea {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d1dae5;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}


/* End custom CSS */