/* CSS Document */

.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 #logo img {
    display: inline-block;
    margin-top: 20px;
    margin-left: 40px;
}

.login #content {
    position: relative;
}

.login .bloc-content {
    background-color: #fff;
    width: 80%;
    margin: 30px auto 20px;
    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 #footer {
    position: relative;
    width: 100%;
}

@media (min-width: 992px) {
    .login .bloc-content {
        margin: 50px auto 100px;
    }
    
    .login #footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}
.smTxt {
	text-align: left;
	color: #8C8C8C;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
/* Upgrade Login Message */
.upgrade {
	color: #777;
	padding: 10px;
	border: 1px solid #FFCC00;
	background-color: #FFF;
}

.warningHeader {
	background-color: #F7F099;
	background-image: url(../Images/loginWarningIcon.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #A77601;
	padding: 8px 6px 8px 44px;
	font-size: 14px;
	font-weight: bold;
}
