#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; /*#1d2d3c;*/
}

.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;
}

#main #brandLogo {
	left: -450px;
	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;
}

#Logon {
	position: absolute;
	font-weight: bold;
	top: 270px;
	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 {
	width: 100% !important;
	padding-right: 40px;
	padding-bottom: 10px;
}

.logonTextFieldGroup label {
	float: left;
	line-height: 24px;
}

.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: calc(0.5em - 2px / 2) 2rem;
	top: 15px;
}

#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;
}

/* HIG Additions ----------
   ColtonC | 2020-10-01 | Styles originally added in login.xsl
   GeoffC | 2021-04-12 | Moved styles to this file and made minor adjustments
-------------------------*/

@font-face {
	font-family: 'HCo Gotham Regular';
	src: url("../themes/hig-paprika/fonts/44A2E3DACA40601DC.woff2") format("woff2"), url("../themes/hig-paprika/fonts/44A2E3DACA40601DC.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

/*html,body {
	background-color: #1d2d3c !important;
	background: #1d2d3c !important;
}*/
#mainForm {
	margin:0 !important;
}
#formContent {
	min-height:unset !important;
}
#wrapper {
	height: unset;
	background:unset;
	background-color:unset;
}
#main {
	left:0 !important;
	right:0;
	width: 50%!important;
	max-width: 80%;
	min-width: 500px;
	margin: 0 auto !important;
	position: absolute !important;
	background:#FFF !important;
}
#Logon {
	border: none;
	background: none;
	box-shadow: none;
	left: 0;
	right: 0;
	margin: 0 auto;
	top:20% !important;
}
#logonFields {
	padding: 0;
}
#loadingMessage {
	border: 0 !important;
	height: 0 !important;
	width: 0 !important;
	padding: 0 !important;
	height: 100% !important;
	width: 100% !important;
	font-size: 1rem !important;
	background: unset !important;
	background-color: unset !important;
}
#loadingMask {
	display:none !important;
}
.company-logo {
	height: 100px;
	width: 100%;
	background-size: contain;
	background: url(../themes/hig-paprika/images/Logo%20Co-Branded.svg) no-repeat center;
	background-size: 100% auto;
}
.logonTextFieldGroup .x-form-item 
{
	padding:0 !important;
}
input {
	color: #484848 !important;
	position: relative;
	width: 100% !important;
	background: #fff !important;
	border-radius: 1px !important;
	border: .0625rem solid #3a5a78 !important;
	text-overflow: ellipsis;
	padding: .5rem !important;
	line-height: 1!important;
	height: calc(2*.0625rem + 1em + 2*.5rem) !important;
	font-size: 1rem !important;
}
input:hover {
	background-color: #f5f5f5 !important;
	border: .0625rem solid #767676 !important;
	color: #767676 !important;
}
input:focus {
	background: #fff !important;
	border: .0625rem solid #3a5a78 !important;
	outline: 0 !important;
	box-shadow: 0 0 0.25rem #2477bf;
}
div.x-form-text-wrap-default {
	border:0 !important;
	padding:5px; 
}
label {
	color:#3a5a78;
	padding-left:5px;
	font-family: "HCo Gotham Regular",sans-serif;
	font-size: 16px;
	font-weight: 600;
}
.g-btn a {
	background: #3a5a78 !important;
	background-image: none !important;
	border: .0625rem solid #3a5a78 !important;
	border-radius: 0 !important;
	color: #fff !important;
	cursor: pointer !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	font-family: "HCo Gotham Regular",sans-serif !important;
	font-size: 1rem !important;
	outline: 0 !important;
	padding: .75rem 1rem !important;
	text-decoration: none !important;
	max-width: 100% !important;
	margin-left:5px !important;
}
.g-btn a:hover {
	background-color: #4e79a2 !important;
	background-image: none !important;
	border: .0625rem solid #9dadbc !important;
	text-decoration: none !important;
}
.g-btn span {
	color: #fff !important;
	text-shadow: none !important;
	font-size: 1rem !important;
	font-weight:400 !important;
}