html {
    width: 100%;
    height: 100%;
}
body {
    /*background: url(../img2017/login/bg_w.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;*/
    background-color: Black;
    font-size: 1.2em;
}
#divContainer {
    background-color: #DDD;
    width: 300px;
    padding: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
}
#imgLogo {
    width: 120px;
    width: 120px;
}
#divHeader {
    background-color: #006;
    padding: 8px;
    color: #FFF;
    font-size: 1.6em;
    font-weight: bold;
    margin-top: 12px; margin-bottom: 3px;
}
#divControlls {
    background-color: #FFF;
    padding: 20px;
    line-height: 2.5em;
}
#lblCode {
    width: 55px;
    height: 20px;
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    background-image: url(../img/login/login-bgcode.png);
}
#btnLogin {
    border: 2px solid #006;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	-webkit-appearance:none;
    background-color: #006;
    color:#FFF;
    width: 100px;
    height: 36px;
    font-size: 1em;
    margin-top:16px;
}
.btnLoginFB { width: 190px; height: 40px; 
              color: White;  font-size: 1em;
              padding: 0px; 
              text-align: center; 
              cursor: pointer;
              border: 0px; }
#btnLoginFB { top: 0px; border-radius:10px; background-color: #006/*#425F9E*/; }
