.register-account {

}

.update-profile .update-profile-form {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.update-profile .update-profile-form {
    border: 1px solid #eee;
    border-radius: 3px;
}

.update-profile .sidebar-col {
    background: #fafafa;
    border-right: 1px solid #efefef;
}

.update-profile .profile-fields {
    padding: 20px 15px 5px 5px;
}

.update-profile .profile-sidebar .tabs {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.update-profile .profile-sidebar .avatar {
    border-radius: 50%;
    margin: 10px auto;
    display: block;
    max-width: 90px;
    max-height: 90px;
}

.update-profile .profile-sidebar .user-info hr {
    border-bottom: 1px solid #fefefe;
    border-top-color: #eee;
}

.update-profile .profile-sidebar p {
    padding: 0 10px;
}

.update-profile .profile-sidebar .nav-tabs {
    margin: 0;
    border: none;
    padding-bottom: 50px;
}

.update-profile .profile-sidebar .user-info,
.update-profile .profile-sidebar .nav-tabs li {
    display: block;
    width: 100%;
    float: none;
}

.update-profile .profile-sidebar .nav-tabs li {
    margin-bottom: 0;
    margin-right: 0;
}

.update-profile .profile-sidebar .nav-tabs li a {
    border-radius: 0;
    margin-right: 0;
    border-right: none;
    border-left: none;
}

.update-profile .profile-sidebar .nav-tabs:hover li a,
.update-profile .profile-sidebar .nav-tabs li a {
    display: block;
    padding: 10px;
    color: #999;
    border-top: 1px solid #e1e1e1;
    font-weight: 400;
    background-color: #f1f1f1;
    border-bottom: 1px solid #f9f9f9;
}

.update-profile .profile-sidebar .nav-tabs:hover li a {
    background-color: #f1f1f1 !important;
}

.update-profile .profile-sidebar .nav-tabs li:first-child a {

}

.update-profile .profile-sidebar .nav-tabs li:last-child a {
    border-bottom: 1px solid #f9f9f9;
}

.update-profile .profile-sidebar .nav-tabs li:last-child {
    border-bottom: 1px solid #e1e1e1;
}

.update-profile .profile-sidebar .nav-tabs li:first-child {
    border-top: 1px solid #f9f9f9;
}

.update-profile .profile-sidebar .nav-tabs li.active a,
.update-profile .profile-sidebar .nav-tabs li:hover a {
    background-color: #fff;
    margin-right: -1px;
    text-decoration: none;
    color: #555;
}

.update-profile .profile-sidebar .nav-tabs:not(:hover) li.active a {

}

.update-profile .profile-sidebar .nav-tabs:not(:hover) li.active a,
.update-profile .profile-sidebar .nav-tabs li:hover a {
    background-color: #fff !important;
    font-weight: 700;
}

.update-profile .update-profile-form select,
.update-profile .update-profile-form input[type="text"],
.update-profile .update-profile-form input[type="email"],
.update-profile .update-profile-form input[type="url"],
.update-profile .update-profile-form input[type="password"],
.update-profile .update-profile-form input[type="search"],
.update-profile .update-profile-form input[type="number"],
.update-profile .update-profile-form input[type="tel"],
.update-profile .update-profile-form input[type="range"],
.update-profile .update-profile-form input[type="date"],
.update-profile .update-profile-form input[type="month"],
.update-profile .update-profile-form input[type="week"],
.update-profile .update-profile-form input[type="time"],
.update-profile .update-profile-form input[type="datetime"],
.update-profile .update-profile-form input[type="datetime-local"],
.update-profile .update-profile-form input[type="color"],
.update-profile .update-profile-form textarea {
    padding: 0.375rem 0.75rem;
    color: #495057;
    border-radius: 0.25rem;
}

.update-profile .update-profile-form .row-content {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.update-profile .update-profile-form .row-content .sidebar-col {
    flex: initial;
    width: 250px;
}

.update-profile .update-profile-form .row-content .sidebar-col + div {
    flex: 1 1 auto;
}

@media only screen and (max-width: 600px) {
    .update-profile .update-profile-form .row-content {
        display: block;
    }

    .update-profile .update-profile-form .row-content .sidebar-col + div,
    .update-profile .update-profile-form .row-content .sidebar-col {
        width: 100%;
    }
}