/*
.cp-login-background {
    background-color: #092E51;
    width: 100%;
}

.cp-login .cp-login-footer {
    padding: 0 5px;
    position: absolute;
    bottom: 6px;
    left: 50%;
    width: 50%;
    padding-right: 14px;
    display: flex;
    align-items: center;
    align-self: flex-end;
    justify-content: space-between;
    font-weight: bold;
    z-index: 3;
    height: 30px;
	font-size: 15px;
}


.cp-login .cp-login-container .cp-login-box > .cp-logo {
	height: 95px;
    width: 322px;
    max-width: 280px;
    max-height: 171px;
    background-repeat: no-repeat;
    margin: 7px auto;
    background-position-x: center;
    background-size: contain;
    background-image: url(/customer/images/sfa_logo.png);
}


 
.cp-login .cp-login-container .cp-login-box-image .cp-login-image {
    width: 50%;
    padding-left: 27px;
    background-image: url(/customer/images/background_login.png);
    background-position: center;
    max-width: 430px;
    max-height: 526px;
    background-repeat: no-repeat;
	border-top-right-radius: 15px;
	border-bottom-right-radius:15px;
}


.cp-login .cp-login-footer {
    color: #092E51;
	
}
url(/customer/images/CP_RA_logo.png)
*/
.cp-header-logo-block .cp-header-custom-logo {
	height: 95px;
    background-image: url(/customer/images/sfa_logo.png);
}
.cp-login-background {
    background-color: #f0f2f5 !important;
}