
header.header .logo-img {
    max-width: 150px;
}

header.header {
    background-color: #f3f5fb;
}

.navbar {
    border-bottom: 1px solid rgba(23, 18, 25, 0.08);
    padding: 1rem 1.4rem;
}

a {
    color: #021c3a;
}

.badge-info {
    background-color: #11f5ac;
}

.primary-bg-color {
    background-color: #ffffff;
}

footer.footer {
	display: none;
}

.master-breadcrumb .breadcrumb {
	margin-left: 16px;
}

.btn-success {
    color: #fff;
    background-color: #2a6db5;
    border-color: #2a6db5;
}

.btn-success:hover {
    color: #fff;
    background-color: #021c3a;
    border-color: #021c3a;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #021c3a;
    border-color: #021c3a;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgb(0, 34, 72);
}

header.header .logo-img {
    margin-left: 15px;
}

#registration label {
  color: #212529;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

#registration .form-group {
  margin-bottom: 0.25rem;
}

#registration .account-type-radio-buttons {
  display: flex;
  gap: 0.75rem;
}

#registration input::placeholder {
  color: rgba(98, 98, 98, 0.8);
}

#registration input[type="text"],
#registration input[type="password"],
#registration input[type="date"],
#registration select {
  border-color: #dfdfdf;
  border-radius: 0.25rem;
}

#registration .account-type-radio-buttons .radio-wrapper {
  display: flex;
  gap: 0.5rem;
}

#registration .account-type-radio-buttons .radio-wrapper label {
  margin-bottom: 0;
}

#registration #card-bottom {
  margin-top: 0.5rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

#registration #card-bottom p {
  margin-bottom: 0;
}

#registration #card-bottom.start p:has(#tos) {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#registration #card-bottom:not(.start) p,
#registration #card-bottom:not(.start) div {
  display: none;
}

#registration #card-bottom.start {
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

#registration #card-bottom.start p,
#registration #card-bottom.start div {
  display: block;
}

#registration #card-bottom button {
  padding: 0.375rem 1rem;
}

.btn-primary-alternate {
  color: #29537c;
  background-color: #fff;
  border-color: #264d73;
}

#registration input {
  transition: border-color 0.5s ease, outline-color 0.5s ease;
}

#registration .input-error {
  border-color: red !important;
}

#registration label.error {
  display: flex;
  color: red;
  font-size: 0.875rem;
  margin-bottom: 0;
}

#registration .divider {
  margin-top: 1.5rem;
  border: 1px solid #dfdfdf;
  width: 100%;
}

#registration .step-count {
  position: absolute;
  top: 0;
  right: 0;
  color: #b2b2b2;
  font-size: 1.375rem;
  line-height: 1.375rem;
}

#registration div:has(.step-count) {
  position: relative;
}

#registration label label {
  margin: none;
  color: #818181;
}

#registration .password-strength-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#registration .password-strength-wrapper label {
  font-size: 0.875rem;
  color: #6c757d;
}

#registration .password-strength-wrapper .bars {
  display: flex;
  gap: 0.25rem;
}

#registration .password-strength-wrapper .bar {
  width: 4rem;
  background-color: #d1d1d1;
  height: 0.375rem;
  border-radius: 0.5rem;
}

.no-hover:hover {
  background-color: inherit !important;
}

.black {
  color: black;
}

.password-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.password-input-wrapper input {
  padding-right: 64px;
}

.password-input-wrapper i {
  cursor: pointer;
}

.password-input-wrapper i.fa-eye,
.password-input-wrapper i.fa-eye-slash {
  position: absolute;
  right: 36px;
}

.password-input-wrapper i.fa-copy {
  position: absolute;
  right: 12px;
}
