.am-body {
    background: none;
}
.am-body-content-wrapper {
    border: none !important;
}
.am-layout {
    min-height: initial;
    margin: 0;
    background: transparent !important;
    color: inherit !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
}
.am-main {
    max-width: 100%;
    padding: 0 !important;
}
.am-body-content-top > h1,
.am-login-form-form > fieldset:nth-child(1) > legend:nth-child(1),
.am-account-toolbar-items,
#widget-member-main-resources{
    display: none;
}
label {
    margin: 0 !important;
}
ul.am-tabs li.normal:hover,
ul.am-tabs li.active {
    background: #6c757d !important;
    background: linear-gradient(to bottom, #7a838a, #6c757d) !important;
}

ul.am-tabs li a:hover,
ul.am-tabs li.active a {
    border-right: 1px solid #ccc !important;
}