﻿body.bg-default
{
background-image: url("../Images/Login_Page_Images/login_bg.png");
background-size: cover;
background-repeat: no-repeat;
}
 
body.bg-jh
{
background-image: url("../Images/Login_Page_Images/jh_bg.png");
background-size: cover;
background-repeat: no-repeat;
}
 
body.bg-primax
{
background-image: url("../Images/Login_Page_Images/primax_bg.png");
background-size: cover;
background-repeat: no-repeat;
}

/* DIV#LoginLogo
{	
	background: transparent url("../Images/SBCOOPLogoLarge.png") no-repeat; 
	height: 117px; 
	width: 600px;
	margin: auto;
	margin-top:20px;
	margin-bottom: 20px;
	position: relative;
} */
DIV.no-bg { background: none !important; }

DIV.LoginEnvironmentBeta,
DIV.LoginEnvironmentTest,
DIV.LoginEnvironmentDev,
DIV.LoginEnvironmentLocal{
	position: relative;
}

DIV.LoginEnvironmentBeta::before {
    content: "";
    position: absolute;
    background: url("../Images/Login_Page_Images/client_staging_ribbon_bg.png");
	width:96px;
    height: 69px;
	margin-left: 358px;
}

DIV.LoginEnvironmentTest::before {
    content: "";
    position: absolute;
    background: url("../Images/Login_Page_Images/test_ribbon_bg.png");
	width:96px;
    height: 69px;
	margin-left: 358px;
}

DIV.LoginEnvironmentDev::before {
    content: "";
    position: absolute;
    background: url("../Images/Login_Page_Images/dev_ribbon_bg.png");
	width:96px;
    height: 69px;
	margin-left: 358px;
}

DIV.LoginEnvironmentLocal::before {
    content: "";
    position: absolute;
	width:96px;
    height: 69px;
	margin-left: 358px;
}

DIV.LoginEnvironmentBeta::after {
    content: "Client Staging";
    position: absolute;
    font-size: 12px;
    top: 18px;
    opacity: 2;
    z-index: 2;
	margin-left: 364px;
	color: white;
	font-weight: 500;
}
DIV.LoginEnvironmentTest::after {
    content: "TEST";
    position: absolute;
	font-size: 12px;
    top: 18px;
    opacity: 2;
    z-index: 2;
	margin-left: 393px;
	color: white;
	font-weight: 500;
  }
DIV.LoginEnvironmentDev::after {
    content: "DEV";
    position: absolute;
	font-size: 12px;
    top: 18px;
    opacity: 2;
    z-index: 2;
	margin-left: 393px;
	color: white;
	font-weight: 500;
  }

DIV.LoginEnvironmentLocal::after {
    content: "LOCAL";
    position: absolute;
	font-size: 12px;
    top: 18px;
    opacity: 2;
    z-index: 2;
	left: 350px;
  }


DIV.Spacer
{
	width:100%;
	margin-left:-71px;
}

#logo{
	width: 225px;
    height: 50px;
    margin-left: 131px;
    margin-top: 6px;
    margin-bottom: 41px;
	background-image: url("../Images/Login_Page_Images/logo_engpnt.png");
	background-size: contain;
	background-repeat: no-repeat;
    
}
DIV.SpacerLogo
{
	width:100%;
	display: inline-block;
	height: 15%;
	/*-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	margin-bottom: -3px;*/
}

#btnPWUpdate
{
float:right
}
div.RJ
{
	margin:auto;
	width:inherit;
	margin: 10px 0px 0px 0px;
}

div.test
{
	margin:0 auto;
	width:315px;
	font-size:.6em;
}
div.sbLandscapesLogin
{
	gap: 16px;
    isolation: isolate;
    position: absolute;
    width: 487px;
    height: 394px;
    left: calc(50% - 487px/2);
    top: calc(50% - 394px/2);
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(94, 107, 114, 0.3);
    border-radius: 10px;
}

.StatusMessage span {
	float: none !important;
}
.StatusMessage span ul {
	margin-left: 20px;
}
#panPWUpdate table {
	width: 100%;
}

TABLE.formTab{
	margin-left: 18px;
	margin-top: -16px;
}

TABLE.formTab TD {
	padding: 0 !important;
}

.iconBg{
	width: 28px;
    height: 28px;
    margin-left: 14px;
    padding:17.5px;
    background: #F0F2F3;
    border-radius: 5px 0 0 5px;
	margin-bottom: 12px;
}

#ValidationSummary1{
	margin-top: -150px;
	margin-bottom: 100px;
	font-size: larger;
	width: 145px;
}

DIV.SBEArea{
	border: solid 1px #B21E3B;
	margin:5px 0px;
	background: transparent url(../Images/error_icon.png) no-repeat 10px 10px;
	background-size: 27px;
	padding: 4.2px 0px 0px 5px
}

#userIcon{
	padding: 15px;
	background-image: url("../Images/Login_Page_Images/user_icon.png");
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.8;
}

#lockIcon{
	padding: 15px;
	background-image: url("../Images/Login_Page_Images/lock_icon.png");
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 1;
}

#txtUserName{
	width: 330px;
	height: 61px;
	border-radius: 0 5px 5px 0;
	margin-bottom: 12px;
	background: #F0F2F3;
	border: none;
	display: block;
}

#txtPassword{
	width: 330px;
	height: 61px;
	border-radius: 0 5px 5px 0;
	margin-bottom: 12px;
	background: #F0F2F3;
	border: none;
}

#btnLogin{
	width: 397px;
	height: 61px;
	background: #104FD9;
	font-size: large;
	border: none;
	margin-left: 34px;
}

.toggle-password{
    position: absolute;
    z-index: 2;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: url("../Images/Login_Page_Images/eye_icon.png");
    background-size: contain;
	opacity: 0.7;
	margin-left: -43px;
	margin-top: 18px;
}

.toggle-password.show{
    background: url("../Images/Login_Page_Images/eyeOff_icon.png");
    background-size: contain;
	opacity: 0.7;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
	display: none;
}
