.form-control {
    /*padding: 3px 5px;*/
    /*height: 40px;*/
    /*-webkit-box-shadow: none;*/
    /*box-shadow: none;*/
    /*display: block;*/
    /*width: 100%;*/
    /*font-size: 14px;*/
    /*line-height: 1.42857;*/
    /*color: #9c9b9b;*/
    /*vertical-align: middle;*/
    /*background-color: white;*/
    /*border: 1px solid #EBEBEB;*/
    /*border-radius: 0;*/
    /*max-width: 100%;*/
}
#dz-customer-register {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    animation: fadeIn .2s;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 15px 0px;
    position: fixed;
    z-index: 1000;
}
.account_creation_register {
    width: 600px;
    background: #FFF;
    border-radius: 4px;
    margin: 0 auto;
    height: auto;
    max-height: 100%;
    box-shadow: 0 8px 40px rgb(0 0 0 / 32%);
    overflow-y: auto;
}
#dz-customer-register .passwd {
    display: block !important;
}
#dz-reg-title img {
    width: 30px;
}
#dz-reg-title {
    padding: 10px 20px;
    font-size: 24px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
}
#dz-reg-body {
    padding: 10px 20px 30px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    overflow-y: auto;
    max-height: 100%;
}
#dz-customer-register .dz-hide {
    display: none;
}
#dz-cart-already, #dz-cart-register-f {
    font-size: 18px;
    color: #3e77aa;
    cursor: pointer;
    text-align: center;
}
#dz-customer-register .dz-cart-button {
    margin: 10px auto;
    background: #00a046;
    color: #FFF;
    border-radius: 2px;
    font-size: 20px;
    font-weight: 300;
    text-transform: none;
    text-decoration: none;
    border: 0px;
    padding: 15px;
    cursor: pointer;
    width: 100%;
}
.close-reg-form {
    cursor: pointer;
}
#dz-customer-register .login-soc {
    margin-top: 0px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    padding: 0px 0px 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    cursor: pointer;
    background: #FFF;
    margin-left: 10px;
    height: 40px;
}
#login-google svg {
    fill: #3b5998;
    width: 30px;
}
#login-facebook svg {
    fill: #3b5998;
    width: 25px;
    margin: 2.5px 0px;
}
#dz-customer-register .form-group.submit,
#dz-customer-register .form-group.edit-phone {
    margin-bottom: 0px;
}
#dz-customer-register #dz-timer-login-confirm.form-group {
    margin-bottom: 10px;
}
#dz-reg-left .errors {
    color: red;
    /*text-align: center;*/
}
#dz-timer-login {
    text-align: center;
}

#dz-customer-form-login .customer-field {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-grow: 1;
    align-items: stretch;
    position: relative;
}

#dz-customer-register .form-group {
    margin-bottom: 20px;
    width: 100%!important;
    position: relative;
}
#reg-dz_cart_save {
    display: none;
}
#dz-customer-register .form-group.edit-phone {
    text-align: center;
}
#dz-cart-edit-phone {
    color: #3e77aa;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
}
#dz-customer-register .login-soc-body {
    display: none;
}
#dz-reg-left {
    width: 70%;
    border-right: 1px solid #e9e9e9;
    padding: 20px 20px 0px 0px;
}
#dz-customer-register #dz-cart-social-connect label {
    width: 100%;
    margin-bottom: 10px;
    color: #777;
}
#dz-cart-register-resend {
    font-size: 14px;
}
#dz-customer-register a, .dz-customer-login-by {
    color: #3e77aa;
}
.dz-customer-login-by {
    cursor: pointer;
    margin-bottom: 10px;
}

#dz-customer-register #dz-cart-social-connect {
    width: 30%;
    padding: 20px 20px 0px 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.dz-cart-field-error.error-desc {
    position: absolute;
    bottom: -14px;
    font-size: 12px;
    line-height: 15px;
    background: none!important;
    color: red;
    top: 12px;
    right: 14px;
    left: auto;
}

.name-firstname .dz-cart-field-error.error-desc {
    position: static;
}

.name-lastname .dz-cart-field-error.error-desc {
    position: static;
}

.name-email .dz-cart-field-error.error-desc {
    position: static;
}

.name-passwd .dz-cart-field-error.error-desc {
    position: static;
}

.name-phone_mobile .dz-cart-field-error.error-desc {
    position: static;
}

.name-city .dz-cart-field-error.error-desc {
    position: static;
}

.dz_street .dz-cart-field-error.error-desc {
    position: static;
}

.dz_house .dz-cart-field-error.error-desc {
    position: static;
}

.dz_postcode .dz-cart-field-error.error-desc {
    position: static;
}

.dz-cart-field-error {
    background: rgba(255, 0, 0, 0.05)!important;
    border-color: #ff0000!important;
}
#reg-city-sugesting span:hover {
    background-color: #f4faf6;
}
#reg-city-sugesting span:nth-child(1) {
    padding-top: 6px;
}
#reg-city-sugesting span:nth-last-child(1) {
    padding-bottom: 6px;
}
#reg-city-sugesting span {
    cursor: pointer;
    padding: 3px 10px;
}
#reg-city-sugesting {
    display: flex;
    border-radius: 2px;
    background: #FFF;
    border: 2px solid #787878;
    max-height: 186px;
    overflow-y: scroll;
    flex-direction: column;
    font-size: 16px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.dz-input-checkbox.active {
    background: dodgerblue;
    border-color: #f9f9f9;
}
.dz-input-checkbox {
    border-radius: 2px;
    display: block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 3px solid rgba(0,0,0,0.5);
    background: #f9f9f9;
    margin: 0px;
}
.dz-input-checkbox,
.dz-customer-type .dz-input-radio,
.dz-cart-radio .dz-input-radio {
    margin-right: 5px;
}
.dz-input-radio {
    border-radius: 2px;
    display: block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 3px solid rgba(0,0,0,0.5);
    background: #f9f9f9;
    margin: 0px;
}
.dz-input-block.active .dz-input-radio {
    background: dodgerblue;
    border-color: #f9f9f9;
}
.dz-cart-radio {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.dz-cart-radio label {
    margin-right: 10px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
#dz-customer-register .radio,
#dz-customer-register .checkbox {
    padding-left: 0px;
}
.customer-field .dz-cart-checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.dz-input-radio.active, .dz-cart-radio .dz-input-radio.active {
    background: dodgerblue;
    border-color: #f9f9f9;
}
.radio .customer-field label,
.checkbox .customer-field label {
    color: #000;
}

@media (max-width: 600px) {
    #dz-reg-body {
        flex-direction: column;
    }
    #dz-reg-left {
        width: 100%;
        border-right: 0px solid #e9e9e9;
        padding: 20px 0px 0px 0px;
    }
    #dz-customer-register #dz-cart-social-connect {
        width: 100%;
    }
}