body,
html {
    background: #e8eef6;
}

.users-tab-content {
    background: #fff;
    padding: 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.user-nav-tabs li {
    width: 50%;
    text-align: center;
    font-size: 14px;
}

.user-nav-tabs li a {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 16px 0;
    background: #f7f7f7;
    color: #353f4b;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.user-nav-tabs li:first-of-type a {
    border-radius: 10px 0 0 0;
}

.user-nav-tabs li:last-of-type a {
    border-top-left-radius: 0;
    border-radius: 0 10px 0 0;
}

.user-nav-tabs li.active a,
.user-nav-tabs li.active a:focus,
.user-nav-tabs li.active a:hover {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.user-box {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 14px;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ddd;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ddd;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ddd;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ddd;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ddd;
}

.btn,
a.btn {
    height: 40px;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}