/* CSS Document */
.login2 {		
    background-color: #ffc700;		
}

.login .bkg1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1c1c1b;
    background-image: url(../img/bkg_login_bulb.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}

.login .bkg2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bkg_login_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}

.login .bkg3 {
    position: fixed;
    bottom: top;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bkg_login_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
}

@media (max-width: 992px) {
    .login .bkg2 {
        background-size: cover;
        background-color: #ffc700;
    }
}

@media (min-width: 1300px) {
    .login .bkg2 {
        width: 60%;
        background-size: cover;
    }
}

.login #header1 {		
    margin-bottom: -20px;		
}

.login #menu {
    position: relative;
    z-index: 2;
}

.login #menu li {
    display: inline-block;
    border-right: solid 1px #fff;
    padding: 0 10px!important;
    margin: 0!important;
}

.login #menu li:last-child {
    border: none;
}

.login #menu a {
    color: #fff!important;
}



.login #logo img {
    display: inline-block;
    margin-left: 40px;
}

.login #content {
    position: relative;
}

.login .bloc-content {
    position: relative;
    background-color: #fff;
    width: 80%;
    margin: 0 auto 100px;
    padding: 25px;
}

.login .bloc-content-2 {		
    position: relative;		
    background-color: #fff;		
    width: 90%;		
    margin: 0 auto 100px;		   
    padding: 25px;		   
}

.login .bloc-bkg {
    padding-bottom: 0;
}

.login h1 {
    margin-top: 0;
    margin-bottom: 0.5em;
}

.login .table-line th {
    background-color: #c5c3c4;
}

.login h2.underline {
    border-bottom: solid 1px;
    margin-top: 2em;
}

.login .bloc {
    padding-bottom: 0px;
}

.login #footer-content {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
}

.login #footer-content .text-right {
    position: relative;
    padding-right: 0!important;
    right: -20px;
}

@media (max-width: 768px) {
    .login #footer-content {
        bottom: -85px;
    }
    .login #footer-content .text-right {
        text-align: left!important;
        margin-top: 1em;
    }
    .login #footer {
        margin-top: 50px;
    }
    .login #footer-content .text-right {
        right: 0;
    }
}

@media (max-width: 576px) {
    .login #footer-content {
        bottom: -105px;
    }
    .login #footer-content .text-right {
        text-align: left!important;
        margin-top: 1em;
    }
    .login #footer {
        margin-top: 50px;
    }
}

.login #footer-content a {
    display: inline-block;
    color: #130c0e;
    text-decoration: underline;
    margin: 0 5px;
}

.login #footer-content ul, .login #footer-content li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.login #footer-content li {
    border-right: solid 1px #130c0e;
}

.login #footer-content li:last-child {
    border-right: none;
    margin-right: 0!important;
}

@media (min-width: 768px) {
    .login .bloc-content {
        margin: 0px auto 180px;
    }
}

.login #baseline {
    position: relative;
    z-index: 2;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    padding: 8px;
    background-color: #474E54;
}

@media (min-width: 768px) {
    .login #baseline {
        position: fixed;
        bottom: 60px;
    }
}

@media (max-width: 1110px) {
    .login #baseline {
        bottom: 80px!important;   
    }
}

@media (max-width: 768px) {
    .login #baseline {
        bottom: -50px!important;   
    }
}

.login #footer {
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .login #footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}