/**
* SassFlexbox
* Manage Flexbox in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.1
*/
/*
    Display
 */
/*
    Flex direction
 */
/*
    Flex wrap
 */
/*
    Flex flow
 */
/*
    Order
 */
/*
    Flex grow
 */
/*
    Flex shrink
 */
/*
    Flex basis
 */
/*
    Flex
 */
/*
    Justify content
 */
/*
    Align items
 */
/*
    Align self
 */
/*
    Align content
 */
body {
  color: #142149;
  font-size: 1.5rem;
  font-family: "Ubuntu", Tahoma, sans-serif;
  line-height: 1.7;
}

html {
  font-size: 62.5%; /* Now 10px = 1rem! */
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

a, .link {
  text-decoration: none;
  color: #0c6bc5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover, a.active, a:focus, .link:hover, .link.active, .link:focus {
  outline: 0;
  text-decoration: none;
}

.text-block a[href*=""]:hover, .fw-iconbox a:hover {
  color: #fe8c26;
  border-bottom: 1px solid;
}

/*p:empty {
  display: none;
}*/
img {
  border: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 0;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

input[type=email]::-ms-clear {
  /* remove the big X on ie */
  display: none;
}

/* Fix mozila outline */
:focus, ::-moz-focus-inner {
  outline: none !important;
}

/* Fix svg for IE */
.ie9 img[src*=".svg"] {
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
}
a[href*=mailto] {
  color: #0c6bc5;
}
a[href*=mailto]:hover, a[href*=mailto]:focus {
  color: #fe8c26;
}

@font-face {
  font-family: "Rubik Regular";
  font-style: normal;
  font-weight: 400;
  src: local("Rubik Regular"), local("Rubik-Regular"), url("../../fonts/rubik/Rubik-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Rubik Medium";
  font-style: normal;
  font-weight: 500;
  src: local("Rubik Medium"), local("Rubik-Medium"), url("../../fonts/rubik/Rubik-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Rubik Bold";
  font-style: normal;
  font-weight: 600;
  src: local("Rubik Bold"), local("Rubik-Bold"), url("../../fonts/rubik/Rubik-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto Regular";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Regular"), local("Roboto-Regular"), url("../../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto Medium";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../../fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto Bold";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../../fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Spoof Regular";
  src: url("../../assets/fonts/spoof/Spoof-Regular.eot");
  src: local("Spoof Regular"), local("Spoof-Regular"), url("../../fonts/spoof/Spoof-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/spoof/Spoof-Regular.woff2") format("woff2"), url("../../fonts/spoof/Spoof-Regular.woff") format("woff"), url("../../fonts/spoof/Spoof-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Spoof Medium";
  src: url("../../assets/fonts/spoof/Spoof-Medium.eot");
  src: local("Spoof Medium"), local("Spoof-Medium"), url("../../fonts/spoof/Spoof-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/spoof/Spoof-Medium.woff2") format("woff2"), url("../../fonts/spoof/Spoof-Medium.woff") format("woff"), url("../../fonts/spoof/Spoof-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Spoof Light";
  src: url("../../fonts/spoof/Spoof-Light.eot");
  src: local("Spoof Light"), local("Spoof-Light"), url("../../fonts/spoof/Spoof-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/spoof/Spoof-Light.woff2") format("woff2"), url("../../fonts/spoof/Spoof-Light.woff") format("woff"), url("../../fonts/spoof/Spoof-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Spoof Bold";
  src: url("../../fonts/spoof/Spoof-Bold.eot");
  src: local("Spoof Bold"), local("Spoof-Bold"), url("../../fonts/spoof/Spoof-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/spoof/Spoof-Bold.woff2") format("woff2"), url("../../fonts/spoof/Spoof-Bold.woff") format("woff"), url("../../fonts/spoof/Spoof-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Spoof Thin";
  src: url("../../fonts/spoof/Spoof-Thin.eot");
  src: local("Spoof Thin"), local("Spoof-Thin"), url("../../fonts/spoof/Spoof-Thin.eot?#iefix") format("embedded-opentype"), url("../../fonts/spoof/Spoof-Thin.woff2") format("woff2"), url("../../fonts/spoof/Spoof-Thin.woff") format("woff"), url("../../fonts/spoof/Spoof-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Spoof Black";
  src: url("../../fonts/spoof/Spoof-Black.eot");
  src: local("Spoof Black"), local("Spoof-Black"), url("../../fonts/spoof/Spoof-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/spoof/Spoof-Black.woff2") format("woff2"), url("../../fonts/spoof/Spoof-Black.woff") format("woff"), url("../../fonts/spoof/Spoof-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/* Ubuntu Font - Local */
/* Ubuntu Light (300) - Cyrillic */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../../fonts/ubuntu/Ubuntu-Light-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* Ubuntu Light (300) - Latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../../fonts/ubuntu/Ubuntu-Light-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Ubuntu Regular (400) - Cyrillic */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/ubuntu/Ubuntu-Regular-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* Ubuntu Regular (400) - Latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/ubuntu/Ubuntu-Regular-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Ubuntu Italic (400i) - Cyrillic */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/ubuntu/Ubuntu-Italic-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* Ubuntu Italic (400i) - Latin */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/ubuntu/Ubuntu-Italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Ubuntu Medium (500) - Cyrillic */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../fonts/ubuntu/Ubuntu-Medium-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* Ubuntu Medium (500) - Latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../fonts/ubuntu/Ubuntu-Medium-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Ubuntu Bold (700) - Cyrillic */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../fonts/ubuntu/Ubuntu-Bold-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* Ubuntu Bold (700) - Latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../fonts/ubuntu/Ubuntu-Bold-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body.login {
  background-color: #fff;
}

#login h1 a {
  background-image: url("../../images/CrimeCheckAustralia.svg");
  background-size: 20rem;
  height: 5rem;
  width: 100%;
}

@media (min-width: 600px) {
  #login {
    width: 550px;
  }
}
#login #backtoblog {
  display: none;
}
#login #nav {
  text-align: center;
}
#login #nav a {
  color: #283648;
  font-size: 1.5rem;
  border-bottom: 1px solid #283648;
}

#loginform {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  border: 0;
  margin: 0 auto;
  padding: 4rem 2.5rem;
}
@media (min-width: 600px) {
  #loginform {
    padding: 6rem 7.5rem;
  }
}
#loginform label {
  color: #142149;
  font-size: 1.5rem;
  margin-bottom: 0.65rem;
}
#loginform .input,
#loginform input[type=password],
#loginform input[type=text] {
  background-color: white;
  border: 1px solid #d5dbe6;
  border-radius: 4px;
  display: block;
  color: #142149;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: normal;
  padding: 1.3rem 1rem;
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#loginform .input:last-child,
#loginform input[type=password]:last-child,
#loginform input[type=text]:last-child {
  margin-bottom: 0;
}
#loginform .input:focus,
#loginform input[type=password]:focus,
#loginform input[type=text]:focus {
  border: 1px solid #0c6bc5;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  outline: none !important;
}
#loginform .input:focus::placeholder,
#loginform input[type=password]:focus::placeholder,
#loginform input[type=text]:focus::placeholder {
  opacity: 0;
}
#loginform .input *:focus,
#loginform input[type=password] *:focus,
#loginform input[type=text] *:focus {
  outline: none;
}
#loginform .input::placeholder,
#loginform input[type=password]::placeholder,
#loginform input[type=text]::placeholder {
  color: rgba(20, 33, 73, 0.5);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
}
#loginform .forgetmenot {
  margin: 0.5rem 0 1rem;
}
#loginform .forgetmenot input[type=checkbox] {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid #d5dbe6;
  height: 2.4rem;
  min-width: 2.4rem;
  width: 2.4rem;
}
#loginform .forgetmenot input[type=checkbox]::before {
  height: 2.5rem;
  width: 2.5rem;
}
#loginform .button.wp-hide-pw {
  right: 1rem;
  height: 4.7rem;
}
#loginform .button.wp-hide-pw:focus {
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  outline: none;
}
#loginform .submit .button-primary {
  background-color: #fe8c26;
  border-color: #fe8c26;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  display: block;
  font-size: 1.6rem;
  font-family: "Rubik Medium";
  text-align: center;
  line-height: 1;
  padding: 1.85rem 1.5rem;
  float: initial;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#loginform .submit .button-primary:hover, #loginform .submit .button-primary:focus {
  background-color: rgb(239.8944954128, 113.8669724771, 1.1055045872);
  border-color: rgb(239.8944954128, 113.8669724771, 1.1055045872);
}
#loginform .user-pass-wrap {
  margin-top: 1.5rem;
}

.login-action-rp,
.login-action-lostpassword,
.login-action-checkemail {
  background-color: #fff;
}
.login-action-rp #login,
.login-action-lostpassword #login,
.login-action-checkemail #login {
  font-family: "Rubik Regular";
  margin: 3rem auto 4.5rem;
  padding: 3rem 4.5rem;
  width: 550px;
}
@media (min-width: 600px) {
  .login-action-rp #login,
  .login-action-lostpassword #login,
  .login-action-checkemail #login {
    margin: 8rem auto 16rem;
    padding: 4rem 7rem;
  }
}
.login-action-rp #login .message,
.login-action-lostpassword #login .message,
.login-action-checkemail #login .message {
  background-color: #0F6BC5;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 0;
  color: #fff;
  margin: 4.5rem 0 0;
  padding: 1.5rem 7rem;
}
.login-action-rp #login .message a,
.login-action-lostpassword #login .message a,
.login-action-checkemail #login .message a {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.login-action-rp #login .message a:hover, .login-action-rp #login .message a:focus,
.login-action-lostpassword #login .message a:hover,
.login-action-lostpassword #login .message a:focus,
.login-action-checkemail #login .message a:hover,
.login-action-checkemail #login .message a:focus {
  font-family: "Rubik Medium";
}
.login-action-rp #login .privacy-policy-page-link,
.login-action-lostpassword #login .privacy-policy-page-link,
.login-action-checkemail #login .privacy-policy-page-link {
  margin: 3.5rem auto;
}
.login-action-rp #login form,
.login-action-lostpassword #login form,
.login-action-checkemail #login form {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  border: 0;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}
@media (min-width: 600px) {
  .login-action-rp #login form,
  .login-action-lostpassword #login form,
  .login-action-checkemail #login form {
    padding: 4rem 7rem;
  }
}
.login-action-rp #login form label,
.login-action-lostpassword #login form label,
.login-action-checkemail #login form label {
  color: #394465;
}
.login-action-rp #login form input.password-input,
.login-action-rp #login form input.input,
.login-action-lostpassword #login form input.password-input,
.login-action-lostpassword #login form input.input,
.login-action-checkemail #login form input.password-input,
.login-action-checkemail #login form input.input {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #D5DBE6 !important;
  color: #394465;
  font-size: 1.5rem;
  padding: 1.15rem 1rem;
}
.login-action-rp #login form input.password-input:focus,
.login-action-rp #login form input.input:focus,
.login-action-lostpassword #login form input.password-input:focus,
.login-action-lostpassword #login form input.input:focus,
.login-action-checkemail #login form input.password-input:focus,
.login-action-checkemail #login form input.input:focus {
  border: 1px solid #0F6BC5 !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  outline: none;
}
.login-action-rp #login form #pass-strength-result,
.login-action-lostpassword #login form #pass-strength-result,
.login-action-checkemail #login form #pass-strength-result {
  background-color: transparent;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 0;
  text-align: left;
  margin: 2.5rem 0 1.5rem;
  padding: 0;
  position: relative;
}
.login-action-rp #login form #pass-strength-result::before,
.login-action-lostpassword #login form #pass-strength-result::before,
.login-action-checkemail #login form #pass-strength-result::before {
  background-color: #FAFAFA;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  content: "";
  top: -10px;
  position: absolute;
  height: 6px;
  width: 100%;
}
.login-action-rp #login form #pass-strength-result.bad,
.login-action-lostpassword #login form #pass-strength-result.bad,
.login-action-checkemail #login form #pass-strength-result.bad {
  color: #F77A7A;
}
.login-action-rp #login form #pass-strength-result.bad::before,
.login-action-lostpassword #login form #pass-strength-result.bad::before,
.login-action-checkemail #login form #pass-strength-result.bad::before {
  background-color: #F77A7A;
}
.login-action-rp #login form #pass-strength-result.good,
.login-action-lostpassword #login form #pass-strength-result.good,
.login-action-checkemail #login form #pass-strength-result.good {
  color: #F8A127;
}
.login-action-rp #login form #pass-strength-result.good::before,
.login-action-lostpassword #login form #pass-strength-result.good::before,
.login-action-checkemail #login form #pass-strength-result.good::before {
  background-color: #F8A127;
}
.login-action-rp #login form #pass-strength-result.strong,
.login-action-lostpassword #login form #pass-strength-result.strong,
.login-action-checkemail #login form #pass-strength-result.strong {
  color: #58D08A;
}
.login-action-rp #login form #pass-strength-result.strong::before,
.login-action-lostpassword #login form #pass-strength-result.strong::before,
.login-action-checkemail #login form #pass-strength-result.strong::before {
  background-color: #58D08A;
}
.login-action-rp #login form .pw-weak input[type=checkbox],
.login-action-lostpassword #login form .pw-weak input[type=checkbox],
.login-action-checkemail #login form .pw-weak input[type=checkbox] {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  height: 2rem;
  width: 2rem;
}
.login-action-rp #login form .pw-weak input[type=checkbox]:checked::before,
.login-action-lostpassword #login form .pw-weak input[type=checkbox]:checked::before,
.login-action-checkemail #login form .pw-weak input[type=checkbox]:checked::before {
  height: 2rem;
  width: 2rem;
}
.login-action-rp #login form button.wp-hide-pw,
.login-action-lostpassword #login form button.wp-hide-pw,
.login-action-checkemail #login form button.wp-hide-pw {
  color: rgba(0, 0, 0, 0.2);
  right: 0.5rem;
  height: 4.5rem;
}
.login-action-rp #login form button.wp-hide-pw:hover,
.login-action-lostpassword #login form button.wp-hide-pw:hover,
.login-action-checkemail #login form button.wp-hide-pw:hover {
  color: rgba(0, 0, 0, 0.4);
}
.login-action-rp #login form button.wp-hide-pw:hover, .login-action-rp #login form button.wp-hide-pw:focus,
.login-action-lostpassword #login form button.wp-hide-pw:hover,
.login-action-lostpassword #login form button.wp-hide-pw:focus,
.login-action-checkemail #login form button.wp-hide-pw:hover,
.login-action-checkemail #login form button.wp-hide-pw:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 0;
  outline: none;
}
.login-action-rp #login form .reset-pass-submit,
.login-action-lostpassword #login form .reset-pass-submit,
.login-action-checkemail #login form .reset-pass-submit {
  flex-wrap: initial;
}
.login-action-rp #login form .reset-pass-submit > *,
.login-action-lostpassword #login form .reset-pass-submit > *,
.login-action-checkemail #login form .reset-pass-submit > * {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 1.4rem;
  font-family: "Rubik Medium";
  margin: 0;
  padding: 0.5rem 1.5rem;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.login-action-rp #login form .reset-pass-submit > *:focus,
.login-action-lostpassword #login form .reset-pass-submit > *:focus,
.login-action-checkemail #login form .reset-pass-submit > *:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.login-action-rp #login form button.wp-generate-pw,
.login-action-lostpassword #login form button.wp-generate-pw,
.login-action-checkemail #login form button.wp-generate-pw {
  background-color: #fff;
  border: 2px solid #FD8C26;
  color: #FD8C26;
  margin-right: 3rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.login-action-rp #login form button.wp-generate-pw:hover, .login-action-rp #login form button.wp-generate-pw:focus,
.login-action-lostpassword #login form button.wp-generate-pw:hover,
.login-action-lostpassword #login form button.wp-generate-pw:focus,
.login-action-checkemail #login form button.wp-generate-pw:hover,
.login-action-checkemail #login form button.wp-generate-pw:focus {
  border: 2px solid rgb(237.8082191781, 113.9726027397, 2.1917808219);
  color: rgb(237.8082191781, 113.9726027397, 2.1917808219);
}
.login-action-rp #login form input#wp-submit,
.login-action-lostpassword #login form input#wp-submit,
.login-action-checkemail #login form input#wp-submit {
  background-color: #FD8C26;
  border: 2px solid #FD8C26;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.login-action-rp #login form input#wp-submit:hover, .login-action-rp #login form input#wp-submit:focus,
.login-action-lostpassword #login form input#wp-submit:hover,
.login-action-lostpassword #login form input#wp-submit:focus,
.login-action-checkemail #login form input#wp-submit:hover,
.login-action-checkemail #login form input#wp-submit:focus {
  background-color: rgb(237.8082191781, 113.9726027397, 2.1917808219);
  border: 2px solid rgb(237.8082191781, 113.9726027397, 2.1917808219);
}
.login-action-rp #login form input#wp-submit,
.login-action-lostpassword #login form input#wp-submit,
.login-action-checkemail #login form input#wp-submit {
  background-color: #FD8C26;
  border: 2px solid #FD8C26;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 1.6rem;
  font-family: "Rubik Medium";
  margin: 0;
  padding: 0.5rem 1.5rem;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.login-action-rp #login form input#wp-submit:hover, .login-action-rp #login form input#wp-submit:focus,
.login-action-lostpassword #login form input#wp-submit:hover,
.login-action-lostpassword #login form input#wp-submit:focus,
.login-action-checkemail #login form input#wp-submit:hover,
.login-action-checkemail #login form input#wp-submit:focus {
  background-color: rgb(237.8082191781, 113.9726027397, 2.1917808219);
  border: 2px solid rgb(237.8082191781, 113.9726027397, 2.1917808219);
}
.login-action-rp #login h1 a,
.login-action-lostpassword #login h1 a,
.login-action-checkemail #login h1 a {
  background: url("../../images/CrimeCheckAustralia.svg") no-repeat scroll center center/contain;
  background-size: 20rem;
  height: 5rem;
  width: 100%;
}
.login-action-rp #login #nav,
.login-action-rp #login #backtoblog,
.login-action-lostpassword #login #nav,
.login-action-lostpassword #login #backtoblog,
.login-action-checkemail #login #nav,
.login-action-checkemail #login #backtoblog {
  display: none;
}

.login-action-checkemail .message {
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  text-align: center;
  padding: 1.5rem 3rem !important;
}

#wfls-prompt-wrapper .submit {
  margin-top: 1.5rem !important;
}

@font-face {
  font-family: "Rubik Regular";
  font-style: normal;
  font-weight: 400;
  src: local("Rubik Regular"), local("Rubik-Regular"), url("../../fonts/rubik/Rubik-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Rubik Medium";
  font-style: normal;
  font-weight: 500;
  src: local("Rubik Medium"), local("Rubik-Medium"), url("../../fonts/rubik/Rubik-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Rubik Bold";
  font-style: normal;
  font-weight: 600;
  src: local("Rubik Bold"), local("Rubik-Bold"), url("../../fonts/rubik/Rubik-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto Regular";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Regular"), local("Roboto-Regular"), url("../../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto Medium";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../../fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto Bold";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../../fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-display: swap;
}
