.site_logo {
    background-image: url(./images/logo.png);
}
.headerbar, .forumbg {
    background-color: #FFF;
    background-image: linear-gradient(to bottom, #FFF 0%, #FFF 2px, #FFF 92px, #FFF 100%);
}
html, body {
    color: #303030;
    background-color: #fff;
}
.search-header, .nav-main.linklist #quick-links, #nav-breadcrumbs {
    display: none;
}
.navbar {
    background-color: #fff;
}
.page-body > .panel, #reset_password .panel {
    background-color: #FFF;
    color: #303030;
}
.panel h2, .panel h2.message-title, .nav-main a {
    color: #303030;
}
.fields2 .inputbox, #reset_password .inputbox {
    border: 1px solid #e7e4e4;
    border-radius: 5px;
    padding: 12px 10px;
    height: 45px;
    background: #fff;
    margin-top: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
    padding-right: 35px

}
.fields2 textarea.inputbox {
    border: 1px solid #e7e4e4;
    border-radius: 5px;
    padding: 12px 10px;
    height: auto;
    background: #fff;
    box-sizing: border-box;
    padding-right: 35px
}
.submit-buttons .button1, #reset_password .panel .button1 {
    border: none;
    border-radius: 6px;
    padding: 12px 32px 13px 32px;
    width: 109px;
    height: 49px;
    margin-bottom: 16px;
    background: #dc1d16;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.fields2 label, .fields2 strong, #reset_password label {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    color: #303030;
}