#login-header{
	padding: 30px;
}

.login-header{
	color: #484154;
	font-weight: 400;
	font-size: 22px;
}

body{
	background-color:#f2f1f8;
}

#inline-registration.wrappersize-idp{
	max-width:780px;
	height:auto;
}

#login-wrapper.wrappersize-idp{
	max-width: 590px;
	height: auto;
}

#strong-auth-registration.wrappersize-idp{
	max-width:1070px;
	height :auto;
}

#inline-registration,#strong-auth-registration,#login-wrapper{
	top: 45%;
	left: 50%;
	margin-bottom:2%;
	border-radius: 6px;
	padding: 0px;
	background:#ffffff;
}

#login-wrapper{
	text-align: center;
	font-weight: bold;
}

#digital-persona-scan-text-blink{
	color: green;
	font-weight: bold;
}

#dynamicUserName{
	text-align:center;
	font-size: 22px;
	color:#444444;
}

input:not([type="radio"]):not([type="checkbox"]){
	padding: 8px 12px;
	min-height: 38px;
}

#loading_image {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1040;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .8;
	filter: alpha(opacity=50);
	background-color:#f8f8f8;
	text-align:center;
	padding-top:16em!important;
}

.alert>p, .alert>ul {
	list-style: none;
}

.error-box-wrapper {
border:solid 1px #f7934d;
	border-radius: 5px;
	display: block;
	text-align: center;
	width: 800px;
	height: 400px;
	background-color: #fff !important;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.languageSelect {

	/* styling */
	background-color: white;
	border: 0px;
	border-radius: 4px;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 1em;
	cursor: pointer;
	/* reset */

	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}


/* arrows */


.languageSelect.minimal{
	background-image:
			linear-gradient(45deg, transparent 50%, gray 50%),
			linear-gradient(135deg, gray 50%, transparent 50%),
			linear-gradient(to right, #ccc, #ccc);
	background-position:
			calc(100% - 20px) calc(1em + 2px),
			calc(100% - 15px) calc(1em + 2px),
			calc(100% - 2.5em) 0.5em;
	background-size:
			5px 5px,
			5px 5px,
			1px 1.5em;
	background-repeat: no-repeat;
}



select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.datepicker .switch {
	display: table-cell;
}

/* Loader Container */
.loader-container {
  position: relative;
  text-align: center;
}

/* Fingerprint Design */
.fingerprint {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.fingerprint .circle {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid #007bff;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

.fingerprint .circle:nth-child(1) {
  animation-delay: 0s;
}

.fingerprint .circle:nth-child(2) {
  animation-delay: 0.3s;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
}

.fingerprint .circle:nth-child(3) {
  animation-delay: 0.6s;
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
}

.fingerprint .circle:nth-child(4) {
  animation-delay: 0.9s;
  width: 40%;
  height: 40%;
  top: 30%;
  left: 30%;
}

.fingerprint .circle:nth-child(5) {
  animation-delay: 1.2s;
  width: 20%;
  height: 20%;
  top: 40%;
  left: 40%;
}

/* Scanner Animation */
.scanner {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #28a745;
  top: 10%;
  left: 0;
  animation: scan 3s infinite;
}

/* Scanning Text */
.text {
  margin-top: 20px;
  color: #333;
  font-size: 16px;
}

/* Animations */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes scan {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(3000%);
  }
  100% {
    transform: translateY(-100%);
  }
}
