:root{
   	--bkg-start-dre: #5C0A4E;
    --bkg-end-dre: #2e0527;
	--bkg-autofill: #decedc;
	--hover-dre: #8d5483;
}

#main-container .branded-login .background {
	background: linear-gradient(135deg, var(--bkg-start-dre, #444) 5%, var(--bkg-end-dre, #777) 95%);
}

#main-container .branded-login .logo-brand {
	content: url("/bootstrap/integration/dre/logo/dre-424.svg");
}

#main-container .branded-login .ilustration-line {
 	background-image: url('/bootstrap/img/brand/ilustrations/rent.svg');
}

#login-box input:focus {
	border-color: var(--hover-dre);
}

#login-box .float-input-box input:not(:placeholder-shown) ~ label,
#login-box .float-input-box input:focus ~ label,
#login-box .float-input-box input:-webkit-autofill ~ label,
#login-box .float-input-box input:-webkit-autofill:hover ~ label,
#login-box .float-input-box input:-webkit-autofill:focus ~ label,
#login-box .float-input-box input:autofill ~ label {
	color: var(--hover-dre);
}

#login-box input:-webkit-autofill,
#login-box input:autofill,
#login-box input:-webkit-autofill,
#login-box input:autofill {
	-webkit-box-shadow: 0 0 0px 1000px var(--bkg-autofill) inset;
}

#main-container .branded-login .login-btn {
	color: var(--bkg-end-dre);
	border-color: var(--bkg-end-dre);
	transition: 0.2s ease;
	transition-property: color, border-color, background-color;
}

#main-container .branded-login .login-btn:hover {
	color: #fff;
	background-color: var(--hover-dre);
	border-color: var(--hover-dre);
	text-shadow: none;
}

#main-container .branded-login .login-link {
	transition: color 0.2s ease;
}

#main-container .branded-login .login-link:hover {
	color: var(--hover-dre);
}