#associtationgroup,
#banner,
/* #footer, */ /* SUBTRACTION | LD | 2017-10-24 | AS-596 - No copyright in Login page */
#pageTop,
/* .dct_login .contentAreaBottom,*/ /* SUBTRACTION | LD | 2017-11-02 | AS-596 - Mimicking v5 Login page look */
.dct_login .cornerBottomLeftWhite,
.dct_login .cornerBottomRightWhite {
	display: none;
}

.dct_login #wrapper {
	width: 1121px;
	height: 845px;
	margin: 20px auto;
	position: relative;
}

.dct_login #formContent {
	padding: 0px;
	background-image: none;
	height: 560px; /* MODIFICATION | LD | 2017-11-02 | AS-596 - Mimicking v5 Login page look */
}

.dct_login #main {
	border-radius: none;
	border: none;
	box-shadow: none;
	background: transparent;
	-webkit-box-shadow: none;
	border: none;
	left: 260px;
	top: 230px;
	width: 600px;
	height: 300px;
}

#Logon {
	position: absolute;
	top: 35px;
	left: 35px;
	width: 400px;
	font-weight: bold;
}

/* BEGIN: ADDITION | LD | 2017-11-02 | AS-596 - Mimicking v5 Login page look */
#logonSignInMessage {
	color: #0085D1;
	font-size: 12px;
	margin-top: -35px;
	margin-bottom: 20px;
}
/*  END: ADDITION | LD | AS-596 */

.logonTextFieldGroup {
	clear: left;
	/*padding-bottom: 5px;*/
	float: left;
}
/*
.logonTextFieldGroup label {
	float: left;
	line-height: 22px;
	/*font-weight: bold;
	
}*/

.logonTextFieldGroup .controlContainer {
	clear: left;
}

.logonButtons {
	clear: left;
	padding-bottom: 5px;
	float: left;
}


#rememberGroup {
	padding-left: 0px;
	float: left;
}

#rememberCheckBoxGroupGrp, 
#rememberCheckBoxGroupGrp div {
	width: 330px;
	overflow: visible;
}

/* BEGIN: ADDITION | LD | 2017-11-02 | AS-596 - Mimicking v5 Login page look */
#rememberCheckBoxGroupGrp {
	margin-bottom: 5px;
	font-size: 14px;
}
/*  END: ADDITION | LD | AS-596 */


#RememberMePrivacyNotice {
	color: red;
	position: absolute;
	top: 15px;
	left: 14px;
}

#home > a:hover{
	background: #003FAB;
}

#home > a{
	background: #2273FF;
	border: none;
	TEXT-SHADOW: NONE;
	BOX-SHADOW: NONE;
	COLOR: #FFFFFF;
    width: 200px;
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	line-height: 25px;
	text-align: center;
	padding: 3px;
	font-weight: normal;
	border-radius: 20px;
}
#pswdReset > a:hover{
	background: #C80A1E;
	text-decoration: none;
}
#pswdReset > a{
	background: #ED0C24;
	border: none;
	TEXT-SHADOW: NONE;
	BOX-SHADOW: NONE;
	COLOR: #FFFFFF;
    width: 200px;
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	line-height: 25px;
	text-align: center;
	padding: 3px;
	font-size: 14px;
	font-weight: normal;
	border-radius: 20px;
}
#logonFields > div{
	margin-bottom: 10px;
}

.logonTextFieldGroup .controlContainer{
	margin-bottom: 2px;
	margin-left: 2px;
}

#logonFields .g-btn-text {
	/*margin: 0 0 0 80px;*/
	TEXT-SHADOW: NONE;
	COLOR: #FFFFFF;
    width: 200px;
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

#logonFields .g-btn {
	/*margin: 0 0 0 80px;*/
	float: left;
}

#NewAgentsInformation {
	position: relative;
	top: 104px;
	left: 81px;
}

#NewAgentsInformation a {
	display: block;
	padding-top: 5px;
	font-weight: normal;
	color: #000;
}

#NewAgentsInformation a:hover {
	color: #0000BB;
}

.boldText {
	font-weight: bold;
}

#loginLanguageComboContainer {
	float: right;
	width: auto;
}

#RememberMePrivacyNotice {
	top: 20px;
}

/* BEGIN: ADDITION | LD | 2017-11-02 | AS-596 - Mimicking v5 Login page look */
.dct_login .pageFooter {
	background-color: #001435;
	color: #FFF;
	height: auto;
	padding: 15px 0;
}

.pageFooter .clear_bottomLeft {
	text-align: center;
	width: auto;
}

/*  END: ADDITION | LD | AS-596 */

.logonTextFieldGroup .x-form-text-wrap-default{
	border: none;
	
}
.logonTextFieldGroup {
	border: 1px solid #BEC6DD;
	border-radius: 6px;
	margin: 5px;
	width: 203px;
}

.logonTextFieldGroup label {
	color: #001435;
	padding: 0px 0px 0px 2px;
	font-size: 12px;
	float: left;
	line-height: 22px;
	font-weight: normal;
}

.logonTextFieldGroup input {
	color: #001435 !important; 
	font-size: 16px;
	width: 200px;
	font-weight: bold !important;
	
}

.logonTextFieldGroup div {
	width: 200px !important; 
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #001435 !important;
  font-weight: bolder !important;
}

#required {
	color: #ed0c24 !important;
	font-weight: bold;
}