@font-face {
  font-family: 'nexa_lightregular';
  src: url('https://cdn.coreadvisory.com.au/fonts/nexa_light-webfont.eot');
  src: url('https://cdn.coreadvisory.com.au/fonts/nexa_light-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdn.coreadvisory.com.au/fonts/nexa_light-webfont.woff') format('woff'), url('https://cdn.coreadvisory.com.au/fonts/nexa_light-webfont.ttf') format('truetype'), url('https://cdn.coreadvisory.com.au/fonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  background: url(https://cdn.coreadvisory.com.au/img/bg.webp) no-repeat center center #231f20;
  font-family: 'nexa_lightregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p {
  color: #bcbec0;
}
p.sub {
  text-transform: uppercase;
  font-size: 15px;
}
.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logo {
  margin: 250px auto 25px;
  max-width: 100%;
  height: auto;
  display: block;
}
.message {
  width: 350px;
  text-align: center;
  margin: 0 auto;
}
.message .alert {
  margin-bottom: 0;
}
.login {
  width: 251px;
  height: 252px;
  display: block;
  margin: 20px auto;
}
.login .form-group {
  text-align: left;
}
.login a,
.login .login_head {
  font-size: 17px;
  text-decoration: none;
  color: #6d6e71;
}
.login label {
  color: #bcbec0;
}
.login .form-wrapper {
  padding: 40px;
}
.login .form-wrapper .control-label {
  color: #ffffff;
}
.login p.password_retriever {
  margin-top: 5px;
}
.login p.password_retriever a {
  font-size: 13px;
  color: #abadba;
}
.token_field {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  display: inline-block;
  font-size: 20px;
  margin: 0 5px;
  width: 2.5rem;
  text-align: center;
  color: #fff;
}
.token_field:focus {
  outline: 0;
}
.padding_top {
  padding-top: 10px;
}
/* Submit Button Animation CSS */
button {
  outline: none;
  height: 40px;
  text-align: center;
  width: 130px;
  border-radius: 40px;
  background: #fff;
  border: 2px solid #bcbec0;
  color: #bcbec0;
  letter-spacing: 1px;
  text-shadow: none;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.25s ease;
}
button:hover {
  color: white;
  background: #bcbec0;
}
button:active {
  letter-spacing: 2px;
}
.onclic {
  border-radius: 40px;
  width: 40px;
  border-color: #5b5b5b;
  border-width: 3px;
  font-size: 0;
  border-left-color: #bcbec0;
  animation: rotating 2s 0.25s linear infinite;
}
.onclic:after {
  content: "";
}
.onclic:hover {
  color: #bcbec0;
  background: white;
}
.validate {
  font-size: 13px;
  color: white;
  background: #bcbec0;
}
.validate:after {
  font-family: "FontAwesome";
  content: "";
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
