.bestdrive-user-navigation {
    
    text-align: center;
}

.bestdrive-user-navigation ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-bottom: 1px solid #dee0e9;
}


.bestdrive-user-navigation ul .bestdrive-user-navigation-link {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    box-shadow: 0 0 0 transparent;
}

.bestdrive-user-navigation ul .bestdrive-user-navigation-link.is-active a {
    background-color: #dee0e9;
}

.bestdrive-user-navigation ul .bestdrive-user-navigation-link a {
    padding: 15px 20px;
}

#user-registration *, #user-registration.user-registration {
    box-sizing: border-box;
}

.ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password .password-input-group {
    display: block;
    position: relative;
}

.cmb-td input[type=text],
.ur-frontend-form .ur-form-row .ur-form-grid input[type=date], .ur-frontend-form .ur-form-row .ur-form-grid input[type=email], .ur-frontend-form .ur-form-row .ur-form-grid input[type=number], .ur-frontend-form .ur-form-row .ur-form-grid input[type=password], .ur-frontend-form .ur-form-row .ur-form-grid input[type=phone], .ur-frontend-form .ur-form-row .ur-form-grid input[type=text], .ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker], .ur-frontend-form .ur-form-row .ur-form-grid input[type=url], .ur-frontend-form .ur-form-row .ur-form-grid select, .ur-frontend-form .ur-form-row .ur-form-grid textarea {
    display: block;
    width: 100%;
    border-radius: 0;
    min-height: 36px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password input[type=password] {
    padding-right: 50px;
}

.ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password .password-input-group .password_preview {
    color: #676d8a;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bestdrive-error, .error-submitting, #login_error {
    display: block;
    margin: 0 0 10px;
    padding: 10px 15px;    
    color: #f4000a;
    border-top: 3px solid #ff4149;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    line-height: 1.25;
    text-transform: none;   
    background: rgba(255,65,73,.1);    
}

.done-submitting
{
    display: block;
    margin: 0 0 10px;
    padding: 10px 15px;
    background-color: #f0f1f9;
    color: #4c5477;
    border-top: 3px solid #475bb2;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    line-height: 1.25;
    text-transform: none;
    
}