.sp-row.row-num-0.login {
    background-image: url(../img/sage/home.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.9;
}

.design_div {
	border:0px;
	padding:0px;
	margin:0px;
	display: block;
	overflow: hidden;
}
.design_login_bkg {
	position: absolute;  
	background-image: url(../img/design/login/login-background.png);
	background-repeat: no-repeat;
	background-position: 0px 27px;
	background-color: #B6CED7;
	height:100%; 
	width:100%;
}

.design_login_header {
	position: absolute;  
	background-image: url(../img/design/login/header-gray.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height:27px; 
	width:100%;
	left: 0px;
	top: 0px;
}

.design_login_logo {
	position: absolute;  
	background-image: url(../img/design/login/logo-sage.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:27px; 
	width:50px;
	right: 10px;
	top: 0px;
}

/* CONFIRM - FORM*/

div.swt-form-dialog {
	background-color:rgba(255,255,255,1);
	font-size: 13px;
}

div.swt-form-dialog div.s_title.dialog {
	background-color:#004472;
	color: #ffffff;
	height: 32px;
}

div.s-label.message {
	font-size:14px;
	color: #004474;
	margin: auto;
	padding: 16px;
	white-space: normal;
}

/* LOGIN -- FORM*/

.login_oauth_ets {
	background-image: url(../img/portal/loginbackground.png);	
	background-position: center center;
	background-repeat: no-repeat;	
}

div.swt-form-vband {
	background-color:rgba(255,255,255,0.75);
}

.swt-form-login, .swt-form-register {
	background-color: transparent;
	/*margin-top: 10%;*/
}

.swt-form-password, .swt-form-doublefactor {
	/*background-color: #ffffff;*/
	background-color: transparent;
}

.pwd-l1000 {	
	background-position: bottom right;
	background-color: white;
}

/*borders*/
.swtBottomBorder-log , .swtBottomBorder-pwd{
	background-image: url(../img/design/login/swtbordertb.png);
	background-repeat: repeat-x;
	background-position: 0px -17px;
}

.swtTopBorder-log, .swtTopBorder-pwd {
	background-image: url(../img/design/login/swtbordertb.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}


.swtTopLeftBorder-log , .swtTopLeftBorder-pwd {
	background-image: url(../img/design/login/swtbordercorners.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.swtLeftBorder-log, .swtLeftBorder-pwd  {
	background-image: url(../img/design/login/swtborderlr.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.swtLeftBorder-pwd  {
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
.swtRightBorder-log, .swtRightBorder-pwd { 
	background-image: url(../img/design/login/swtborderlr.png);
	background-repeat: repeat-y;
	background-position: -17px 0px;
}
.swtRightBorder-pwd  {
	background-repeat: no-repeat;
	background-position: -17px bottom;
}


.swtBottomLeftBorder-log , .swtBottomLeftBorder-pwd {
	background-image: url(../img/design/login/swtbordercorners.png);
	background-repeat: no-repeat;
	background-position: 0px -17px;
}

.swtBottomRightBorder-log, .swtBottomRightBorder-pwd  {
	background-image: url(../img/design/login/swtbordercorners.png);
	background-repeat: no-repeat;
	background-position: -17px -17px;
}

.swtTopRightBorder-log , .swtTopRightBorder-pwd {
	background-image: url(../img/design/login/swtbordercorners.png);
	background-repeat: no-repeat;
	background-position: -17px 0px;
}

.login-label {
	color :#1d479c !important;
	font-size: 13px;
}
.login-label.ieWarning {
	color :#ff1e00 !important;
	font-weight:bold;
}
.login-label.error {
	color :#ff1e00 !important;
	font-weight:bold;
}
.login-label.warning {
	color :#ff5400 !important;
	font-weight:bold;
}

.login-edit {
  height:24px;
  font-size:14px;
  color :#747476;
  background-color: white;
}

.login-edit > input {
  border: 1px slod #009fda;
  height:24px;
  font-size:14px;
  color :#747476;
}

.login-edit-focus {
  color: #004186;
  background-color: #D6ECEC;
}
.login-edit-focus >input {
  color: #004186;
}

.login-button:focus {
	background-color: #1d479c;
	color: #ffffff;
	font-weight:bold;
}

.login-button:hover {
	background-color: #1d479c;
	color: #ffffff;
	font-weight:bold;
}

.login-button {
    background-color: #255bc7;
	color: #ffffff;
	font-weight:bold;
	height:38px;
}

.login-app-title {
	font-size: 22px;
	font-weight: bold;
	color: #004474;
	text-align: center;
}

.login-logo {
	background-image: url(../img/sage-140x140.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 20px;
}

.login-copyright {
	font-size: 10px;
	color: #00dc00;
	text-align:center;
}

.login-conn-title {
	display: none;
	font-size: 16px;
	color: #00A3DE;
}

.changepassword-title {	
	font-size: 16px;
	color: #00A3DE;
}


.login-error {
	color: #ff5800;
	font-size: 13px;
}

.login-recaptcha{
	height: 500px;
}

.login-oauth{
	background-repeat: no-repeat;	
	font-size : 16px;
	color : white;
	text-align:center;
	border-radius: 10px;
	
	border-width:5px;
	border-color:transparent;
}

.login-liveid{
	background-image: url(../img/portal/liveID.png);	
	background-color: #FF8C00;
}

.login-AzureAD{
	background-image: url(../img/portal/liveID.png);	
	background-color: #FF8C00;
}

.login-facebook{
	background-image: url(../img/portal/facebook.png);
	background-color : #4169E1;	
}

.login-google{
	background-image: url(../img/portal/google.png);	
	background-color : #B22222;	
}

.login-edit-disabled {
	background-color : #D2D2D2;
	color:#858585;
}

.design-form-bkg {
	background-color: #C2E9F7;
	background-image: url(../img/design/action/site-bkg.png);
	background-repeat: repeat-x;
	background-position: right 0px;
}

.design_action_left {
	background-repeat: no-repeat;
	background-image: url(../img/design/action/site-left.png);
	background-position: right -28px;
	background-color: #E3F3F9;
	border-right: 1px solid #969DA6;;
	
}
.design_action_title {
	font-family: Arial, Helvetica;
	font-size: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #014186;
}


.design_action_top {
	border: 0px none;
	padding: 0px;
	margin:0px;
}
.design_action_logo{
	position: absolute;
	right:5px;
	top:0px;
	border: 0px none;
	padding: 0px;
	margin:0px;
	height: 50px;
	width: 400px;
	background-image: url(../img/design/action/site-top-right.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}


/* Inline HTML */
.sage-content {	
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #686868;
}
.sage-content ul {
    margin: 0;
    padding: 0;
}
.sage-content ul li {
    background: url("../img/sage//puce.gif") no-repeat scroll left 5px transparent;
    padding-left: 20px;
}
.sage-content a, a:link, a:visited {
	color: #006246;
	text-decoration: none;
}
.sage-content h3 { color: #006246;}

.sage-content h2 {
	color: #016549;
	font: bold 16px Arial,Helvetica,sans-serif;
}