﻿

#btnSave
{ box-shadow: 0 4px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12); } 

.input-group-addon i
{ color: #428bca; }

.fp-alert-msg
{ position: relative; bottom: 5px; color: #FFFFFF; background-color: red; border-radius: 3px; }

#loader 
{ position: absolute; top: calc(50% - 20px); left: calc(50% - 20px); }

#box 
{ width: 50px; height: 50px; background: #FFFFFF; 
  -webkit-animation: animate .5s linear infinite;
  -moz-animation: animate .5s linear infinite;
  -o-animation: animate .5s linear infinite;
  animation: animate .5s linear infinite; position: absolute; top: 0; left: 0; border-radius: 3px; z-index: 1; }

#shadow 
{ width: 50px; height: 5px; background: #000000; opacity: 1; position: absolute; top: 59px; left: 0; border-radius: 50%; animation: shadow .5s linear infinite; }

/*h4
{ position: absolute; bottom: 20px; left: 20px; margin: 0; font-weight: 200; opacity: .5; color: #FFFFFF; font-weight: 400; }*/

.panel-default
{ border-radius: 13px !important; position: relative; left: 4px; }


@keyframes loader {
  0% { left: -100px }
  100% { left: 110%; }
}
@keyframes animate {
  17% { border-bottom-right-radius: 3px; }
  25% { transform: translateY(9px) rotate(22.5deg); }
  50% {
    transform: translateY(18px) scale(1,.9) rotate(45deg) ;
    border-bottom-right-radius: 40px;
  }
  75% { transform: translateY(9px) rotate(67.5deg); }
  100% { transform: translateY(0) rotate(90deg); }
} 
@keyframes shadow {
  50% {
    transform: scale(1.2,1);
  }
}

/*Forgot Password*/
.fa-lock:before
{ position: absolute; top: 8px; left: 23px; color: #ffffff; }


.fg-pass-icon 
{ width: 92px; height: 92px; position: absolute; top: -65px; left: 45px; background-color: #428bca; border-radius: 50%; box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0, 0, 0, 0.51); }

/*Font animation*/
@import url('https://fonts.googleapis.com/css?family=Barlow');
.sp-container {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: -webkit-radial-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.65) 35%, rgba(0, 0, 0, 0.88));
	background: -moz-radial-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.65) 35%, rgba(0, 0, 0, 0.88));
	background: -ms-radial-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.65) 35%, rgba(0, 0, 0, 0.88));
	/*background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));*/
    background: radial-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.65) 35%, rgba(0, 0, 0, 0.88));    
    border: none;
    margin: 0px;
    padding: 0px; 
   
}

@media (min-width: 992px){
   .fg-container{
    z-index: 1011;
    position: fixed;
    padding: 0px;
    margin: 0px;
    top: 20%;
    left: 35%;
    text-align: center;
    color: rgb(0, 0, 0);
    border: none;
    
    background: none;
    width: 30%;
}
}
@media (max-width: 992px){
   .fg-container{
    z-index: 1011;
    position: fixed;
    padding: 0px;
    margin: 0px;
    top: 14%;
    left: 7%;
    text-align: center;
    color: rgb(0, 0, 0);
    border: none;
    cursor: wait;
    background: none;
    width: 85%;
}
}
/*@media (max-width: 768px){
    .panel-default
    { left: 0; }

    .fg-container
    { margin-top: 100px; }
}*/

.fg-pass-panel-body 
{ box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12); height: 26em; }

.fg-pass-panel-body  .fg-pass-subpanel-body
{ position: relative; top: 35px; }

.sp-content {
	position: absolute;
	width: 45%;
	height: 50%;
	left: 28.5%;
	top: 35%;
	z-index: 1000;
}
.sp-container span {
	position: absolute;
	top: 50%;
	line-height: 100px;
	height: 90px;
	margin-top: -50px;
	font-size: 25px;
	width: 100%;
	text-align: center;
	color: transparent;
	-webkit-animation: blurFadeInOut 3s ease-in backwards;
	-moz-animation: blurFadeInOut 3s ease-in backwards;
	-ms-animation: blurFadeInOut 3s ease-in backwards;
	animation: blurFadeInOut 3s ease-in backwards;
}
.sp-container span.frame-1 {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	animation-delay: 1s;
}
.sp-container span.frame-2 {
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	-ms-animation-delay: 4s;
	animation-delay: 4s;
}
.sp-container span.frame-3 {
	-webkit-animation-delay: 8s;
	-moz-animation-delay: 8s;
	-ms-animation-delay: 8s;
	animation-delay: 8s;
}
/**/

@-webkit-keyframes blurFadeInOut {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
	}
	20%, 75% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
	}
	100% {
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		-webkit-transform: scale(0);
	}
}
@-webkit-keyframes blurFadeIn {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
	}
	50% {
		opacity: 0.5;
		text-shadow: 0px 0px 10px #fff;
		-webkit-transform: scale(1.1);
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
	}
}
@-webkit-keyframes fadeInBack {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
	}
	50% {
		opacity: 0.4;
		-webkit-transform: scale(2);
	}
	100% {
		opacity: 0.2;
		-webkit-transform: scale(5);
	}
}
@-webkit-keyframes fadeInRotate {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) rotate(360deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) rotate(0deg);
	}
}
/**/

@-moz-keyframes blurFadeInOut {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-moz-transform: scale(1.3);
	}
	20%, 75% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-moz-transform: scale(1);
	}
	100% {
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		-moz-transform: scale(0);
	}
}
@-moz-keyframes blurFadeIn {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-moz-transform: scale(1.3);
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-moz-transform: scale(1);
	}
}
@-moz-keyframes fadeInBack {
	0% {
		opacity: 0;
		-moz-transform: scale(0);
	}
	50% {
		opacity: 0.4;
		-moz-transform: scale(2);
	}
	100% {
		opacity: 0.2;
		-moz-transform: scale(5);
	}
}
@-moz-keyframes fadeInRotate {
	0% {
		opacity: 0;
		-moz-transform: scale(0) rotate(360deg);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) rotate(0deg);
	}
}
/**/

@keyframes blurFadeInOut {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		transform: scale(1.3);
	}
	20%, 75% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		transform: scale(0);
	}
}
@keyframes blurFadeIn {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		transform: scale(1.3);
	}
	50% {
		opacity: 0.5;
		text-shadow: 0px 0px 10px #fff;
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		transform: scale(1);
	}
}
@keyframes fadeInBack {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	50% {
		opacity: 0.4;
		transform: scale(2);
	}
	100% {
		opacity: 0.2;
		transform: scale(5);
	}
}
@keyframes fadeInRotate {
	0% {
		opacity: 0;
		transform: scale(0) rotate(360deg);
	}
	100% {
		opacity: 1;
		transform: scale(1) rotate(0deg);
	}
}