/**
 * 
 * @Alias: XF-Framework Aqualogy Login Template Styles
 * @Author: Ana Isabel Munoz aimunoz@externalpartner.com
 * @Version: 1.0
 * 
 */
 /*
  structure
  #xf_container
    #xf_top_background
    .xf_bodyContent
        #xf_login_image
        #xf_logo_client
        #xf_content
            .xf_logo_aquaCIS
            .xf_aquaCIS_pay-off
            #loginForm
    #xf_footer
*/
.xf_top_background {
    height: 114px;
    width: 100%;
/*     background-color: #222953; */
}

.xf_top_background .imageVeolia{
	background-image: url('../images/structure/login/logo.jpg.jsf?ln=net/aqualogy/xf/component/web/themes/aqualogy');	
	width: 236px;
	height: 80px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: center;
}

.xf_bodyContent #xf_login_image {
    background-image: url('../images/structure/login/registre_login_image.png.jsf?ln=net/aqualogy/xf/component/web/themes/aqualogy');
    background-repeat: no-repeat;
    height: 400px;
    width: 407px;
    margin-left: 131px;
    margin-top: 74px;
    float: left;
    position: relative;
}

/* 
 * CONTENT 
 * /
/* logo and pay-off */
#xf_content span.xf_logo_aquaCIS {
    font-size: 33px;
    margin: 5px;
    display: block;
}
#xf_content span.xf_logo_aigues{
    background-image: url('../images/structure/login/registre_login_image.png.jsf?ln=net/aqualogy/xf/component/web/themes/aqualogy');
    font-size: 33px;
    margin: 5px;
    display: block;
}
#xf_content span.xf_logo_aquaCIS  b {
    font-size: 33px;
}
#xf_content span.xf_aquaCIS_pay-off {
    display: block;
    margin: 5px 5px 60px 5px;
    font-size: 22px;
}
.xf_bodyContent {
    top: 10px;
}
.xf_bodyContent #xf_content {
    margin-top: 100px;
}
#loginForm, #loginForm input[type="submit"] {
    margin: -5px;
}
#loginForm input[type="submit"] {
    background: #ee0000;
	padding: 6px 77px;
	border: 0;
	color: #fffeff;
	font-weight: bold;
	font-size: 20px;
	height: 40px;
}
#loginForm input[type="submit"]:hover {
    text-decoration: underline;
}

.xf_bodyContent #xf_logo_client {
    position: relative;
    float: right;
    margin-top: 60px;
    margin-right: 60px;
    width: 193px;
    height: 53px;
    background-image: url('../images/logos/registre_logo_login_agbar.png.jsf?ln=net/aqualogy/xf/component/web/themes/aqualogy');
    background-repeat: no-repeat;
    background-position: top left;
    clear: right;
    margin-bottom: -150px;
}

.xf_loginBackground_top_dx{
	margin-top: 40px;
	margin-bottom: 66px;
	padding-bottom: 35px;
	border-bottom: 1px solid #9a9a9a;
}
.xf_loginBackground_top_dx .xf_loginBackground_top_sx{
	background-image: url('../images/structure/login/login.jpg.jsf?ln=net/aqualogy/xf/component/web/themes/aqualogy');	
	width: 100%;
	height: 55px;
	background-position: center;
	background-repeat: no-repeat;
}
#j_username{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #132c64 !important;
}

.spanUsername{
	font-weight: normal;
	color: #132c64;
	text-transform: uppercase;
	text-align: right;
}

#j_password{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;	
	border: 1px solid #132c64 !important;
}

.spanPass{
	font-weight: normal;
	color: #132c64;
	text-transform: uppercase;
	text-align: right;
}

.spanFooter{
	color: #132c64;
	font-weight: 700;
	font-size: 14px;
}

.change-language{
	margin-top: 10px;
	color: #7d7d7d;
	font-size:14px;
	font-weight: 700;
}

.linkReset{
    color: #337ab7 !important;
    text-decoration: none;
    font-size: 14px;
}
	
}

