*{
  outline: none !important;
}

html {
  height: 100%;
  background-image: url("../images/login-bg-tasmania-min.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Arial;
}

body {
  margin-bottom: 24px;
  background-color: transparent;
  height: 100%;
}

.container {
  width: 460px;
  height: 100%;
  display: table;
}

.vertical-center-row {
  display: table-cell;
  vertical-align: middle;
}

.col {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
}

.col > * {
  display: block;
  margin-left: 60px;
  margin-right: 60px;
}

.header-logo {
  margin-top: 34px;
  margin-bottom: 20px;
  width: 74px;
  height: 90px;
}

h1.custom-intro {
  font-family: MarkOT;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.1px;
  color: #313133;
  margin-bottom: 20px;
}

.intro {
  display: none;
}
.helpLink{
	 display: none;
}
.intro p {
  display: none;
}
.intro h2 {
  display: none;
}

#attributeList > ul {
  list-style-type: none;
  padding-inline-start: 0px;
  -webkit-padding-start: 0px;
}

#email_ver_input,
div.itemLevel + input {
  width: 100%;
  background: transparent;
  border-radius: 0px;
  caret-color: auto;
  height: 50px;
  border: solid 2px #bebebe;
  font-family: MarkOT;
  padding: 10px;
}

input#reenterPassword {
  margin-top: 0px;
}


.entry {
  margin-bottom: 24px;
}


div.entry-item label {
  display: none;
}

#createAccount {
  text-align: center;
  display: block;
}

#userMessage,
a#portal-url,
.error,
#email_success,
#email_ver_input_label,
#email_info,
#email_intro {
  font-family: MarkOT;
  font-size: 14px;
  font-weight: normal;
}  


#verifying_blurb, /*verifying_blurb is the `Please wait while we process your information.` message which doesnt 
align well with the display and keeps visible when it prompts error on the Reset Password page.*/
label[for=oldPassword],
label[for=signInName],
label[for=newPassword],
label[for=reenterPassword],
label[for=email],
#email_ver_but_edit,
button:disabled
{
  display: none;
}  

.divider h2 {
  display: none;
}

.create {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
	display: none;
}

button#continue,
#email_ver_but_verify,
#email_ver_but_send,  
#next {
  width: 340px;
  height: 48px;
  font-family: MarkOT;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  background-color: #ed0c06;
  border: none;
  padding: 0;
}

input#signInName,
button#continue,
input#email {
  margin-bottom: 10px;
}

button#email_ver_but_verify {
  margin-bottom: 10px;  
  margin-top: 20px;
}

button#next {
  margin-top: 20px;
}

button#continue,
#email_ver_but_send {
  margin-top: 10px;  
}

#email_ver_but_resend,
#cancel {
  width: 340px;
  height: 48px;
  font-family: MarkOT;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ed0c06;
  background-color: #ffffff;
  border: 2px solid #ed0c06;
  padding: 0;
}  

#email_ver_but_edit {
  display: none !important;
}

.footer {
  text-align: center;
  padding-bottom: 20px;
  opacity: 0.5;
  font-family: MarkOT;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #000000;
}

.forgot-password {
  margin-top: 20px;
  text-align: center;
  font-family: MarkOT;
  font-size: 14px;
}

#attributeList > ul {
  padding-left: 0px !important;
}


.error {
  margin-top: 10px;
  color: red;
}

.footer a {
  color: #504c4c;
  text-decoration: underline;
}
input {
  font-size: 16px;
}

@font-face {
  font-family: 'MarkOT';
  src:  url('../font/MarkOT-Regular.woff2') format('woff2'),
        url('../font/MarkOT-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 812px) {

  html {
    background-image: none;
  }

  input,
  label,
  button {
    font-size: 40px;
  }

  button#email_ver_but_verify {
    margin-top: 30px;
  }

  .container {
    width: 100%;
    padding: 0;
  }

  .vertical-center-row {
    display: block;
    height: 100%;
  }

  .col {
    height: 100%;
    padding-top: 5%;
    box-shadow: none;
    /*For responsive mobile keyboard issue.*/
    min-height: 100%;
    position: relative;
    padding-bottom: 90px;    
  }

  .col > * {    
    display: block;
    margin-left: 90px;
    margin-right: 90px;
  }

  .header-logo {
    width: auto;
    height: 200px;
    margin: 70px 0 130px 0;
  }

  h1.custom-intro {
    font-size: 60px;
  }

  div.entry-item {
    font-size: 40px;
    margin: 30px 0 30px 0;
  }

  #email_ver_input,
  div.itemLevel + input {
    height: 100px;
    border: solid 3px #bebebe;
    padding: 20px;
  }    

  button#continue,
  #email_ver_but_verify,
  #email_ver_but_resend,
  #email_ver_but_send,
  #cancel,
  #next {
    font-size: 40px;
    height: 100px;
    border-radius: 0px;
    width: 100%;
    margin-top: 20px;
  }

  #forgotPassword {
    line-height: 1.85;
    font-size: 40px;
  }

  .error,
  #email_ver_input_label,
  div.error.itemLevel.show,
  div#email_info,
  div#email_fail_retry,
  div#email_success,
  p#userMessage {
    font-size: 40px;
  }


  #email_intro,
  a#portal-url,
  #claimVerificationServerError {
    font-size: 40px;
  }
  
  input#reenterPassword {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #attributeVerification {
    margin-top: 5%;
  }

  .create {
    font-size: 40px;
    margin: 65px 0 65px 0;
    width: 100%;
  }

  .footer {
    font-size: 30px;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    height: 100px !important;
    width: 100% !important;
    margin: 0;
  }

	
.intro {
  display: none;
}
.helpLink{
	 display: none;
}
.intro p {
  display: none;
}
}
