body{
    background-color: #1d2024;
}
.main-container::before{
    background-color: inherit;
}

.page-content{
    background-color: inherit;
}

body .widget-box.visible {
    position: relative;
    transform: scale(1, 1) translate(0px);
    transition: -moz-transform 0.3s ease 0s;
    visibility: visible;
    z-index: auto;
}
body .widget-box {
    background-color: #394557;
    border-bottom: medium none;
    box-shadow: none;
    padding: 6px;
    position: fixed;
    transform: scale(0, 1) translate(-150px);
    visibility: hidden;
    z-index: -5;
}

body .widget-box .widget-body .toolbar > div > a {
    font-size: 15px;
    font-weight: 400;
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.25);
}
.login-box .toolbar > div:first-child > a {
    margin-left: 11px;
}
.login-box .forgot-password-link {
    color: #fe9;
}
.login-container {
    margin: 0 auto;
    width: auto;
}