.btn-primary {
  background-color: #154367;
  color: #ffffff;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.5) 0 2px 4px;
}
.btn-primary:hover {
  background-color: #0c273d;
  cursor: pointer;
}
.btn-primary:disabled {
  opacity: 0.7;
  background-color: #267abc;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
}
.btn-password-toggle {
  background-color: #154367;
  color: #ffffff;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.5) 0 2px 4px;
}
.btn-password-toggle:hover {
  background-color: #0c273d;
  cursor: pointer;
}
a {
  color: #154367;
  text-decoration: underline;
}
.app-nav__arrow-back {
  color: #154367;
  margin-right: 8px;
  padding: 2px;
}
.signin {
  background-color: #7B7B7B;
  background-image: url("");
  background-size: cover;
  background-attachment: fixed;
}
.signin-body {
  background: linear-gradient(-45deg, #154367 20%, #4479a1 80%);
  background-size: 200% 200%;
  animation: background 15s ease infinite;
}
.signin-card__accent {
  width: 16px;
  height: 90px;
  background-color: #154367;
}
.signin-card__logo {
  background-size: 253px 67px;
  background-repeat: no-repeat;
  background-image: url("/img/arcoro_blue_trans.svg");
  background-position: center center;
  width: 100%;
  height: 90px;
}
.mini-logo {
  background-image: url("/img/arcoro_blue_trans.svg");
}