/* LOGIN PAGE 1443*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Nexa Bold','Arial' !important;
	font-size: 15px !important;
}


body {
  background-color: #3c1053;
  background-image: none;
}

  #main_content > div:nth-child(1) > p {
    margin-top: 5px;
    font-family: 'Arial' !important;
    line-height: 1.2em ;
  }

.customer_login_message {
	color: #000;
	font-size: 24px !important;
	font-weight: bold;
	text-align: center;
	position: relative;
	bottom: 20px;
}
#admin_wrapper > div.customer_login_message > p1 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 30px !important;
	width: 500px !important;
	font-weight: 200;
}

#admin_wrapper {
  background-color: #fff;
  color: #000;
  border: none;
  margin-top: 50px;
  width: auto;
  max-width: 790px;
  max-height: 1000px;
  align-items: center;
  border-radius: 4px;
  box-shadow: none;
  padding: 10px 0 0 0;
}

#logo {
    width: 300px;
    background: url('https://secure.activecarrot.com/media/dynamic/static_images/1326/ACU Active logo.png') no-repeat;
    background-size: 100%;
    background-position-x: 0px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 1.5rem;
}

/* LOGIN FORM */
form {
  display: flex;
  flex-direction: column;
  margin: 120px 0 0 155px;
  width: 280px !important;
}

form p {
	display: block;
	position: relative;
	left: -130px;
	margin: 5px;
}

form label {
  color: #000;
  margin: 0px;
  text-align: center;
  text-shadow: none;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 0px !important;
}


#username {
	margin-left:auto !important;
	margin-right: auto !important;
}

#admin_wrapper > form > p:nth-child(2) > input.input.large {
	margin-left:auto !important;
	margin-right: auto !important;
}

form .input {
  border: 1px solid #ccc !important;
  border-radius: 0px;
  height: 35px;
  width: 270px;
  text-align: center;
  background-color: white;
  outline: none;
  font-size: 0.85em !important;
  color: #333333;
  margin: 10px 0;
}

#admin_wrapper > h2 {
	color: #c12d25;
	text-shadow: none;
	padding-left: 100px;
	padding-right: 100px;
	text-align: center;
}

#admin_wrapper > div.success.large.png_bg {
	margin-bottom: 50px;
}

/* AUTOCOMPLETE */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border: none;
	-webkit-text-fill-color: black;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	transition: background-color 5000s ease-in-out 0s;
}




.forgot_password p {
  font-size: 16px !important;
  text-decoration: none;
  text-align: center;
  color: #FFFFFF;
  transition-delay: 0.1s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease-in;
  padding: 0px;
  margin-top: 0px;
}

.forgot_password p a {
	order: 2;
	margin-top: 15px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 16px !important;
	font-weight: 400;
	color: #3c1053;
}

.forgot_password p a:hover {
	text-decoration: underline;
	transition-delay: 0.1s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-in;
}

form .button {
  border: none;
  border-radius: 0px;
  margin-top: 25px;
  height: 55px;
  background-color: #c12d25;
  color: #FFF;
  letter-spacing: 0.1em;
  box-shadow: none;
  font-weight: 400;
  font-size: 20px;
  width: 270px;
  margin-left: auto;
  margin-right: auto;
}

form .button:hover {
  cursor: pointer;
  transition-delay: 0.1s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-in;
}

.success, .fail, .information, .attention {
	position: relative;
	top: 12px;
	text-transform: uppercase;
	font-size: 0.9em !important;
	background-color: #00ffff00;
	border: 0px solid;
}

.success {
	color: #090;
	text-align: center;
}

.fail {
	color: red;
}

.information {
	color: #03F;
}

.attention {
	color: #C69E00;
}


/* SSO CONTAINER */

#admin_wrapper > form > div.forgot_password > div > span {
	display: none;

}

#admin_wrapper > form > div.forgot_password > div {
	width: 270px !important;
	text-align: center;
	float: right;
	display: block !important;
}


#sso_login_button {
	display: block !important;
	position: relative;
	top: -120px;
	left: 325px;
	margin-top: 55px;
	width: 270px; !important;
	clear: both !important;

}

#sso_legal_agree {
	display: block !important;
	position: relative;
	left: -15px;
	top: 16px;
}

.sso_legal_text {
	width: 210px;
	color: #000;
	line-height: 20px;
	font-size: 14px;
	position: relative;
	top: -370px;
	left: 365px;
	display: block !important;
}

.sso_legal_text > a {
	color: blue;
	text-decoration: underline;
}
/* Melb override */
.sso_legal_text {
	top: -350px;
	left: 330px;
}

.sso_legal_text > a:hover {
	  transition-delay: 0.1s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-in;
}

/* START CUSTOM TEXT */


#admin_wrapper > form > div.login_custom_html > div:nth-child(1) {
	display: block;
	position: relative;
	color: #000 !important;
	font-size: 16px !important;
	font-family: 'Arial' !important;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	top: -755px !important;
	left: -125px;
}

#admin_wrapper > form > div.login_custom_html > div > p9 {
	display: block;
	position: relative;
	color: #000!important;
	font-size: 16px !important;
	font-family: 'Arial' !important;
	text-align: center;
	top: -740px !important;
	left: -125px;
}

#admin_wrapper > form > div.login_custom_html > div:nth-child(3) > h10{
	display: block;
	position: relative;
	color: #000 !important;
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px !important;
	font-family: 'Arial' !important;
	text-align: center;
	top: -835px !important;
	left: 355px;
}

#admin_wrapper > form > div.login_custom_html > div > p10 {
	display: block;
	position: relative;
	color: #000!important;
	font-size: 16px !important;
	font-family: 'Arial' !important;
	text-align: center;
	top: -825px !important;
	left: 325px;
}


/* END CUSTOM TEXT */


.fail  {
	display: block;
	position: fixed;
	left: 1025px !important;
	top: 335px;
	font-weight: 200;
	font-size: 18px !important;
	width: auto;
	background: #c12d25;
	color: #fff;
	padding: 5px;
	padding-bottom: 20px;

}

/* START NOT YET MEMBER*/

#admin_wrapper > form > div.login_custom_html > div:nth-child(5) > p {
	display: block;
	position: relative;
	color: #fff !important;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-decoration: underline;
	font-family: 'Arial' !important;
	text-align: center;
	top: -280px !important;
	left: 100px;
}

#admin_wrapper > form > div.login_custom_html > div:nth-child(5) > p1 {
	display: block;
	position: relative;
	color: #fff !important;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: 'Arial' !important;
	text-align: center;
	top: -290px !important;
	left: 100px;
}

#admin_wrapper > form > div.login_custom_html > div:nth-child(6) > a {
	display: block;
	position: relative;
	background: #c12d25;
	color: #fff !important;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-decoration: none;
	font-family: 'Arial' !important;
	text-align: center;
	top: -280px !important;
	left: 100px;
}

#admin_wrapper > form > div.login_custom_html > div:nth-child(5) {
	color: #fff !important;
        display:none;
}

/* END NOT YET MEMBER */

#admin_wrapper > form > div {
	position: relative;
	bottom: 20px;
}

#admin_wrapper > form > p:nth-child(6) > label {
	color: #fff;
}


/*
-----------------------------------
Overrides by Paul, ACU (30/03/2020)
-----------------------------------
*/

#admin_wrapper > form > div.login_custom_html > div:nth-child(1), #admin_wrapper > form > div.login_custom_html > div:nth-child(3) > h10 {
  text-decoration:none!important;
}

.login_custom_html h9 {
    color: #3c1053;
    text-decoration: none!important;
    margin-top: 2rem;
    font-size: 1.6rem!important;
}

.customer_login_message {
    color: #3c1053;
    font-size: 2rem!important;
    padding-bottom: 1rem;
}

.sso_legal_text > a {
    color: #ed0c00;
	}
.sso_legal_text > a:hover {
    text-decoration:none;
	}
	
form .input {
	text-align: left;
}
	
form label {
    color: #000;
    text-align: left;
}
#admin_wrapper > form > div.login_custom_html > div > p9  {
    color: #3d3935!important;
    font-size: 1rem !important;
    text-align: left;
}

#admin_wrapper > form > div.login_custom_html > div:nth-child(3) > h10  {
    color: #3c1053!important;
    font-size: 1.6rem !important;
    text-align: left !important;

}

.forgot_password p {
    text-align: left;
    font-size: 1rem;
}
.forgot_password p a {
	color:#ed0c00;
        font-size: 0.9rem;
}
.forgot_password p a:hover {
	text-decoration: underline;
}
form .input {
   font-family: Arial, Helvetica, sans-serif !important;
}
#sso_login_button {
   font-size:1.2rem;
}
#sso_login_button: hover {
    text-decoration: underline;
    background-color: #d00a00;
}
form .button {
	background-color: #ed0c00;
}

form .button:hover {
	background-color: #d00a00;
    text-decoration:underline;
}

#admin_wrapper {
	height: auto;
}

#admin_wrapper > form > div.login_custom_html > div:nth-child(5) > p {
	color: #252320!important;
	margin-left: -8rem;
	margin-right: 0;
	text-align: left;
	text-decoration: none;
	font-family: 'Arial', 'Helvetica', 'sans-serif';
	top: -24rem !important;
	left: 0;
}


#admin_wrapper > form > div.login_custom_html > div:nth-child(6) > a {
	position: absolute;
	background: #fff;
	color: #ed0c00 !important;
	padding: 1rem;
	margin-left: 0;
	margin-right: 0;
	top: -14rem !important;
	left: -8rem;
	border: 1px solid #ed0c00;
}
#admin_wrapper > form > div.login_custom_html > div:nth-child(6) > a:hover{
	background: #ed0c00;
	color: #fff !important;
        text-decoration:underline;
}



/* 
--------------------
Melbourne ovverrides 
--------------------
*/

#admin_wrapper > form > div.login_custom_html > div:nth-child(5) > p {
	top: -36rem !important;
}
#admin_wrapper > form > div.login_custom_html > div:nth-child(3) > h10 {
	margin-left: -2rem;
}


.sso_legal_text {
	font-family: arial, helvetica, sans-serif !important;
	text-align: left;
}

.login_custom_html .textssocustomtext (
   text-align:left;
)

.fail {
	position: relative;
	font-size: 0.95rem !important;
	left: 2rem !important;
	top: 8.5rem;
	background: #f8d7da;
	color: #252320;
	padding-top: 0.5rem;
	padding-bottom: 1.3rem;
	text-transform: capitalize;
	padding-left: 1rem;
	border: 1px solid #f5c6cb;
	border-radius: 1px;
	font-family: 'avenir', arial, Helvetica, sans-serif !important;
	max-width: 50rem;
}