﻿.light {
    --main-color: #0331a8;
}
.skin-4w-default .sidebar-menu > li.active > a {
    border-left-color: #fee600;
}
.skin-4w-default .sidebar-menu > li:hover > a {
    border-color: #fee600;
}
.light .fw-main-logo {
    background-color: #fee600 !important;
}
.light .fw-main-logo {
    background: url(../App_Img/logo_4web_ymt_light.png) 7px bottom no-repeat;
    /*background:none !important;*/
    background-size: 50%;
    background-position-x: 5px;
    background-position-y: 5px;
}
#logo_fw {
    background: url(../App_Img/logo_4web_ymt_form_light.png) no-repeat;
    /*background-size: 45%;
    background-position-x: 10px;
    background-position-y: 7px;*/
}
body, body.login-page, body.default-page {
    background: #fff url(../App_Img/bg_4web_ymt.jpg) repeat-x scroll 0 0;
    background-size: cover;
}
.content-wrapper {
    background-color: rgba(255,255,255,0.9) !important;
}

.light .login-box, .register-box {
    width: 600px;
    padding: 80px;
    background-color: rgba(255,255,255,0.1);
    padding-left: 100px;
    padding-right: 100px;
}
.login-box-body, .register-box-body {
    background: rgba(255,255,255,0.9);
    padding: 20px;
    border-top: 0;
    color: #555;
}
a.fw-login-confirm {
    color: var(--main-color) !important;
}

body.login-page.light #copy {
    font-weight: bold;
    color: #fff;
}

body.login-page.light #copy > span > span {
    font-weight: normal;
    color: #fff !important;
}

.login-box-body, .register-box-body {
    background: rgba(255,255,255,0.9);
    padding: 20px;
    border-top: 0;
    color: #555;
    margin-top: 110px;
}

#logo_fw {
    /*background: url(../App_Img/logo_4web_ymt_form_light.png) no-repeat;*/
    position: absolute;
    z-index: 1000;
    margin-top: -40px;
    margin-left: 0px;
    height: 150px;
}

/*body, body.login-page, body.default-page {
    background: #fff url(../App_Img/bg_max_talent_40.png) repeat-x scroll 0 0;
    background-size: cover;
}
.light .fw-main-logo {
    background: url(../App_Img/max_logo_light.svg) 7px bottom no-repeat;
    background-size: 41%;
    background-position-x: 10px;
    background-position-y: 10px;
}
#logo_fw {
    background-size: 62%;
}

@media (max-width: 425px) {
    .light .fw-main-logo {
        background: url(../App_Img/logo_max_white.png) center center no-repeat;
    }
}*/
/*.skin-4w-default .sidebar-menu > li:hover > a {
    border-color: #00c405;
}

.login-box-body, .register-box-body {
    background: #eee;
    padding: 20px;
    border-top: 0;
    color: #333;
    border: solid 1px #ccc;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 40px 0 rgba(0, 0, 0, 0.19);
}*/