#associtationgroup,
#banner,
#footer,
#pageTop,
.dct_login .contentAreaBottom,
.dct_login .cornerBottomLeftWhite,
.dct_login .cornerBottomRightWhite {
	display: none;
}

body.dct_login, .dct_login #wrapper {
	/* Background colors need to match, or else left panel will look bad when screen is scrolled */
	background: #3B3F4A;
}

.dct_login #wrapper {
	width: 100%;
	margin: 0 auto;
	height: 100vh;
	position: relative;
}

.dct_login #formContent {
	height: 100%;
	margin: 0;
	min-height: 630px;
}

.dct_login #main {
	border-radius: 0px;
	border: none;
	box-shadow: none;
	background: transparent;
	-webkit-box-shadow: none;
	border: none;
	left: 50%;
	top: 0;
	height: 100%;
	margin: 0;
	width: 100%;
	background: #F7F9FC;
	position: relative;
}
/* ----- Added changes ------------- */
.dct_login #main > * {
	float: none;
	position: absolute;
}

/* MYT/ Corrected position of #brandLogo section(left: -530px)*/
#main #brandLogo {
	left: -530px;
	bottom: 0;
	width: 450px;
	top: 270px;
	float: none;
	position: relative;
	background: #252931;
	margin: 0;
	padding: 0 40px;
	height: 230px;
	border-top-left-radius: .5rem;
	border-bottom-left-radius: .5rem;
	box-shadow: 0 4px 5px rgba(0,0,0,.15);
}

#main #brandLogo img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 350px;
}

/* ----- Added changes ------------- */

#brandLogo img {
	border: 0;
}

/* MYT/Change logon section */
#Logon {
	position: absolute;
	font-weight: bold;
	top: 289px;
	left: 0px;
	width: 450px;
	background: #fff;
	border-color: #9c9c9c;
	border-top-right-radius: .5rem;
	border-bottom-right-radius: .5rem;
	box-shadow: 0 4px 5px rgba(0,0,0,.15);
	height: 230px;
	padding-left: 0;
	border: 1px solid darkgray; 
}

#logonFields {
	position: absolute;
	padding: 10px 0px 5px 30px;
}

.logonTextFieldGroup {
	clear: left;
	padding-bottom: 5px;
	float: none;
}


.logonTextFieldGroup .x-form-item {
	padding-right: 40px;
	padding-bottom: 10px;
}

.logonTextFieldGroup label {
	float: left;
	line-height: 24px;
}
.dct_login #username, #password{
	width:120px;
}
.logonTextFieldGroup .controlContainer {
	clear: left;
}


#rememberGroup {
	padding-left: 0px;
	padding-top: 30px;
	float: none;
}

#rememberCheckBoxGroupGrp, 
#rememberCheckBoxGroupGrp div {
	overflow: visible;
}

#RememberMePrivacyNotice {
	color: red;
	position: absolute;
	top: 15px;
	left: 14px;
}

#logonFields .g-btn {
	margin: 0;
	float: none;
}


#logonFields .g-btn > a {
	padding: 0px 20px;

}

#NewAgentsInformation {
	position: relative;
	top: 509px;
	left: 40px;
	width: auto;
	padding: 0;
}

#NewAgentsInformation a {
	display: block;
	padding-top: 12px;
	font-weight: normal;
	color: #0096F1;
}

.boldText {
	font-weight: bold;
}

#loginLanguageComboContainer {
	width: auto;
	position: absolute;
	bottom: 0px;
	left: 30px;
	top: 580px;
}

#RememberMePrivacyNotice {
	top: 20px;
}
