.pd_login {
    flex: 0 0 auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    z-index: 999;
    background-color: transparent;
}

.login_wrap {
    width: 100%;
}

.login_con {
    overflow: hidden;
    /*width: 1140px;*/
    width: 900px;
    padding: 0 30px;
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
    margin: 0 auto;
    min-height: 500px;
}

.login_area {
    padding: 60px 150px;
    overflow: hidden;
    height: 100%;
}

.login_area h1 {
    font-size: 45px;
    font-weight: 900;
    color: #408e98;
}

.login_area h1 span {
    font-size: 18px;
    display: inline-block;
    color: #333;
}


.login_page_box {
    background: #fff;
    padding: 70px 80px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.login_left,
.login_right {
    width: 50%;
    padding-bottom: 20px;
}

.login_left h3,
.login_right h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px;
}

.login_left {
    float: left;
    border-right: 1px dotted #ddd;
    padding-right: 34px;
}

.login_right {
    float: right;
    padding-left: 34px;
}

.login_right h3 {
    visibility: hidden;
}

.padding-top--110 {
    padding-top: 110px;
}

.padding-top--64 {
    padding-top: 64px;
}
.padding-top--24 {
    padding-top: 24px;
}
.padding-top--48 {
    padding-top: 48px;
}
.padding-bottom--24 {
    padding-bottom: 24px;
}
.padding-horizontal--48 {
    padding: 48px;
}
.padding-bottom--15 {
    padding-bottom: 15px;
}


label {
    margin-bottom: 10px;
}

.field input {
    font-size: 16px;
    line-height: 28px;
    padding: 8px 16px;
    width: 100%;
    min-height: 60px;
    border: unset;
    border-radius: 5px;
    border: 1px solid #b3b3b3;
}



.field input:focus{
    /*border-color: #fc83bb;*/
    border-color:  #408e98;
    /* box-shadow: inset 0 0 3px #fb6aae; */
}

.field input::placeholder{
    color: #999;
    transition: all 0.3s ease;
}
.field input:focus::placeholder{
    color: #408e98;
}

input[type="button"]#customer_login_btn {
    border: 0;
    background-color: #4eb1ac;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.12) 0px 1px 1px 0px,
    #4eb1ac 0px 0px 0px 1px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(60, 66, 87, 0.08) 0px 2px 5px 0px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

input[type="button"]#customer_signup_btn {
    border: 0;
    background-color: rgb(99, 99, 99);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

input[type="button"]#customer_login_btn:hover {
    background-color: #408e98;
    transition: 0.3s all;
}

input[type="button"]#customer_signup_btn:hover {
    background-color: rgb(99, 99, 99);
    transition: 0.3s all;
}

.field-checkbox input {
    width: 20px;
    height: 15px;
    margin-right: 5px;
    box-shadow: unset;
    min-height: unset;
}
.field-checkbox label {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 14px;
}


.login_forgot_box {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    clear: both;
}


.login_forgot_box li {
    position: relative;
    display: inline-block;
}

.login_forgot_box li+li  {
    padding-left: 28px;
}

.login_forgot_box li+li::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 12px;
    width: 1px;
    height: 13px;
    border-radius: .5px;
    background-color: #dadada;
}

#admin_unsetRestUserModal .modal-dialog {
    top: 40%;
    transform: translateY(-50%);
}



#admin_unsetRestUserModal .modal-body h3{
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
}

#admin_unsetRestUserModal .modal-body button {
    width: 49%;
    height: 40px;
    border-radius: 3px;
    margin-top: 20px;
    font-size: 16px;
}

#admin_unsetRestUserModal #edit_restUser {
    background-color: #4eb1ac;
    border: 1px solid #4eb1ac;
    color: #fff;
}

#admin_unsetRestUserModal #close_restModal {
    background-color: #dadada;
    border: 1px solid #dadada;
}