.bgLoginContainer div.login-bg{
	background-image: url(/javax.faces.resource/images/gestimum_bg.jpg.xhtml?ln=sentinel-layout);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 80%;
    position: absolute;
    width: 100%;
    height: 100%;	
}

#login-box{
    max-width: 700px;
    min-height: 180px !important;
    left: 0;
    right: 0;
    margin-bottom: 0px;
    margin: 0 auto;
    bottom: 0px;
    position: absolute;
    border-bottom-color: white;
}
.logoStyleG{
	margin-top: 10px;
    margin-left: 30px;
}
.customColorBg{
	    background-color: rgb(145, 181, 215);
}
#login-box .loginInputs{
	display: inline-block;
    margin-left: 8px;
}
#login-box .TabBtn {
    padding: 6px 0px;
    background-color: #3382c3;
    color: white;
}
#login-box .ui-button {
    border: none !important;
    box-shadow: none;
    width: 43%;
}
#login-box .ui-button .ui-button-text {
    padding: 8px !important;
    font-size: 18px !important;
}