#overlay_loading {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.719);
	z-index: 9999;
	cursor: pointer;
	;
}

#_loginForm p.errors span.error {
    display: none;
    line-height: 2rem;
    width: 100%;
    margin-top: 2px;
    padding: 0;
    box-sizing: border-box;
}
#createPassword{
   max-height: 48px;
}

#changePassword{
    max-height: 48px;
}

.inputRadius{
    border-radius: 5px 0px 0px 5px;
}

.btnNoRadius{
    border-radius: 0px 5px 5px 0px;
}

.linkCenter {
    text-align: center !important;
}


.preLine{
 white-space: pre-line;
}

.wDesktop {
	width:45% !important;		
}

@media (min-width: 320px) and (max-width:991px){
	.wDesktop{
		width:100% !important;
	}
}

div.alert {
   width: -webkit-fill-available !important;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  padding: 14px 0px;
  border-radius: 2.25rem;
  color: #33e410;
  font-size: 21px;
  margin-right: 57px;
}

#overlay_loading.active {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#logo_animation {
	width: 700px;
	text-align: center;
}

#logo_animation svg {
	width: 100%;
}

#text_animation h2 {
	font-size: 18px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: lighter;
}

#text_animation .text-gradient {
	color: transparent;
	background-image: linear-gradient(to right, #ffffff, #fbfbfb, #d4d4d4, rgba(0, 0, 0, 0.719
		));
	background-clip: text;
	-webkit-background-clip: text;
	animation: color 3s linear infinite;
	background-size: 500%;
}

@keyframes color {
	from { 
		background-position:0% 50%;	
	}

	to {
		background-position: 100% 50%;
	}
}

#L {
	animation-name: spacing_letters1;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	transform: translateX(-240PX);
}

#E {
	animation-name: spacing_letters1;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	transform: translateX(-160PX);
}

#O {
	animation-name: spacing_letters1;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	transform: translateX(-80PX);
}

#N {
	
}

#I {
	animation-name: spacing_letters1;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	transform: translateX(80PX);
}

#S {
	animation-name: spacing_letters1;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	transform: translateX(160PX);
}

#A {
	animation-name: spacing_letters1;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	transform: translateX(240PX);
}

@keyframes spacing_letters1 { 
	100% {
		transform: translateX(0px);
	}
}