.change-password__icon {
  min-width: 20px;
}

.authorize-container {
  max-width: 600px;
  width: 100%;
}

.spinner-border.spinner-border-lg {
  width: 4rem;
  height: 4rem;
}

input.pinInput {
  caret-color: transparent;
  border-color: transparent;
  border-bottom-color: #ced4da;
  border-radius: 0;
  border-bottom-width: 3px;
  height: auto;
  padding: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
}

input.pinInput:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-color: transparent;
  border-bottom-color: #2469cec7;
}

.was-validated .pin-wrapper .pinInput:valid {
  border-color: transparent;
  border-bottom-color: transparent;
  border-bottom-color: #ced4da;
  border-radius: 0;
  border-bottom-width: 3px;
  height: auto;
  padding: 0.5rem;
  padding-right: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
  background: none;
  border-bottom-color: #2469cec7;
}

.was-validated .pin-wrapper .pinInput:invalid {
  border-color: transparent;
  border-bottom-color: transparent;
  border-bottom-color: #ced4da;
  border-radius: 0;
  border-bottom-width: 3px;
  height: auto;
  padding: 0.5rem;
  padding-right: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
  background: none;
  border-bottom-color: red;
}

.was-validated .pin-wrapper .pinInput:valid:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
  border-bottom-color: #2469cec7;
}

.was-validated .pin-wrapper .pinInput:invalid:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
  border-bottom-color: red;
}

.pin-wrapper {
  max-width: 250px;
}

.passwordStrong {
  width: 100%;
  height: 5px;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: rgb(205, 223, 252);
}

.passwordStrong_pass {
  background-color: rgb(70, 137, 234);
}

input.form-control:disabled,
input.form-control[readonly] {
  background-color: #fff;
}

button.reset-code__button {
  font-size: 80%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
}

button.reset-code__button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container {
  width: 100% !important;
}
.CaptchaSlider .ControlButtons-Container {
  display: none !important;
}

.select-error .select2-selection {
  border-color: #dc3545 !important;
}

.custom-control-label.border-danger:before {
  border-color: #dc3545 !important;
}
span.activation-code-alert-message {
  white-space: nowrap;
}
@media (max-width: 576px) {
  .SmartCaptcha-Shield {
    bottom: 5% !important;
  }
  #auth-app .card-body {
    padding: 1rem;
  }
  #auth-app .btn-group-lg > .btn,
  #auth-app .btn-lg {
    padding: 0.25rem 0.7rem;
    font-size: 1rem;
    line-height: 1.3;
    border-radius: 0.3rem;
  }
  #auth-app .lead {
    font-size: 1rem;
    font-weight: 400;
  }
  #auth-app .h2,
  #auth-app h2 {
    font-size: 1.5rem;
  }
  #auth-app .smart-captcha {
    min-width: 250px;
  }
}

h2.auth-heading {
  color: #0083a1;
  font-size: 3rem;
}

h2 .auth-heading__subtitle {
  color: #151515;
}

h2.auth-heading img.logo {
  width: 100%;
  height: 75px;
}

@media (max-width: 576px) {
  h2.auth-heading {
    font-size: 2rem;
  }
  h2.auth-heading img.logo {
    height: 40px;
    margin-bottom: 0.5rem;
  }
}

#tooltip {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	color: white;
	font-weight: bold;
	padding: 1rem;
	border-radius: 4px;
	font-size: 1rem;
	z-index: 9999;
	border-radius: 0.25rem;
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	top: 100%;
	display: none;
}

#tooltip[data-show="false"] {
	display: none;
}

#tooltip[data-show="true"] {
	display: block;
}