.error_form {
color:red;
}
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
text-align: center;
}
body.modal-open {
	overflow: hidden;
	position:fixed;
	width: 100%;
}
.igauto {
	/* variables */
	--color-primary: #44a0b3;
	--color-grey: rgba(68, 160, 179, .06);
	--color-dark: rgba(68, 160, 179, .5);
	--color-semidark: rgba(68, 160, 179, .5);

	text-align: center;
	margin: 60px 0 0 0;
	font-family: 'Segoe UI';
	font-size: 14px;
}

.igauto .igauto-wrapper {
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
	position: relative;
	height: 100%;
	width: 360px;
	margin: 0 auto;
}

.igauto.igauto-red {
	--color-primary: #ff6464;
	--color-grey: rgba(255, 100, 100, .06);
	--color-dark: rgba(255, 100, 100, .8);
	--color-semidark: rgba(255, 100, 100, .55);
}

.igauto.igauto-green {
	--color-primary: #D0EF84;
	--color-grey: rgba(208, 239, 132, .15);
	--color-dark: rgba(208, 239, 132, 1);
	--color-semidark: rgba(208, 239, 132, .6);
}

.igauto.igauto-purple {
	--color-primary: #6C567B;
	--color-grey: rgba(108, 86, 123, .08);
	--color-dark: rgba(108, 86, 123, .7);
	--color-semidark: rgba(108, 86, 123, .45);
}

.igauto.igauto-blue {
	--color-primary: #0081C6;
	--color-grey: rgba(0, 129, 198, .05);
	--color-dark: rgba(0, 129, 198, .7);
	--color-semidark: rgba(0, 129, 198, .45);
}

.igauto a {
	color: #33649E;
	text-decoration: none;
	border-bottom: 1px dashed #33649E;
	margin-top: 0;
	padding-bottom: 2px;
}

.igauto * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.igauto .igauto-brand {
	overflow: hidden;
	width: 100px;
	height: 100px;
	margin: 0 auto -50px auto;
	border-radius: 50%;
	-webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, .07);
	        box-shadow: 0 4px 40px rgba(0, 0, 0, .07);
	padding: 10px;
	background-color: #fff;
	z-index: 1;
	position: relative;
}

.igauto .igauto-brand img {
	width: 100%;
}

.igauto .igauto-box {
	width: 100%;
	position: absolute;
	left: 0;
}

.igauto .igauto-box-inner {
	background-color: #fff;
	-webkit-box-shadow: 0 7px 25px rgba(0, 0, 0, .08);
	        box-shadow: 0 7px 25px rgba(0, 0, 0, .08);
	padding: 60px 25px 25px 25px;
	text-align: left;
	border-radius: 3px;
}

.igauto .igauto-box::after {
	content: ' ';
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
	        box-shadow: 0 0 25px rgba(0, 0, 0, .1);
	-webkit-transform: translate(0, -92.6%) scale(.88);
	    -ms-transform: translate(0, -92.6%) scale(.88);
	        transform: translate(0, -92.6%) scale(.88);
	border-radius: 3px;
	position: absolute;
	top: 98%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: -1;
}

.igauto .igauto-box.igauto-flip {
	-webkit-transform: rotate3d(0, 1, 0, -180deg);
	        transform: rotate3d(0, 1, 0, -180deg);
	display: none;
	opacity: 0;
}

.igauto .igauto-box p {
	color: #94B1D2;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}

.igauto .igauto-box .igauto-group {
	margin-bottom: 30px;
}

.igauto .igauto-box label {
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
	color: #33649E;
	font-weight: 700;
}

.igauto .igauto-box label a {
	float: right;
}

.igauto .igauto-box .igauto-input {
	background-color: #EBF3FE;
	color: #333;
	border: none;
	border-radius: 3px;
	padding: 15px 20px;
	width: 100%;
	outline: 0;
}

.igauto .igauto-box .igauto-btn {
	display: inline-block;
	width: 100%;
	border: none;
	color: #fff;
	padding: 15px;
	border-radius: 3px;
	text-align: center;
background: #34639d;
background: -moz-linear-gradient(left, #34639d 0%, #de68bc 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #34639d), color-stop(100%, #de68bc));
background: -webkit-linear-gradient(left, #34639d 0%, #de68bc 100%);
background: -o-linear-gradient(left, #34639d 0%, #de68bc 100%);
background: -ms-linear-gradient(left, #34639d 0%, #de68bc 100%);
background: linear-gradient(to right, #34639d 0%, #de68bc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34639d', endColorstr='#de68bc', GradientType=1 );

	-webkit-box-shadow: 0 2px 7px #A3C2E7;
	        box-shadow: 0 2px 7px #A3C2E7;
	font-weight: 700;
	outline: 0;
	cursor: pointer;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.igauto .igauto-box .igauto-btn:active {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.igauto .igauto-box .igauto-btn:hover {

background: #34639d;
background: -moz-linear-gradient(left, #de68bc 0%, #34639d 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #de68bc), color-stop(100%, #34639d));
background: -webkit-linear-gradient(left, #de68bc 0%, #34639d 100%);
background: -o-linear-gradient(left, #de68bc 0%, #34639d 100%);
background: -ms-linear-gradient(left, #de68bc 0%, #34639d 100%);
background: linear-gradient(to right, #de68bc 0%, #34639d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de68bc', endColorstr='#34639d', GradientType=1 );

}

.igauto .text-foot {
	text-align: center;
	padding: 10px;
	font-weight: 700;
	margin-top: 20px;
	color: #80A4CF;
}

.igauto .igauto-footer {
	text-align: center;
	margin: 30px 0;
	font-size: 12px;
	color: var(--color-semidark);
	font-weight: 700;
}

.igauto .login-back-link {
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	display: none;
	opacity: 0;
}

/* animation */
.igauto .igauto-box.igauto-animated {
	-webkit-animation-name: igautoAnimated;
	        animation-name: igautoAnimated;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
}

.igauto .igauto-box.igauto-animatedback {
	-webkit-animation-name: igautoAnimatedBack;
	        animation-name: igautoAnimatedBack;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
}

.igauto .igauto-box.igauto-animated-flip {
	-webkit-animation-name: igautoAnimatedFlip;
	        animation-name: igautoAnimatedFlip;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
}

.igauto .igauto-box.igauto-animated-flipback {
	-webkit-animation-name: igautoAnimatedFlipBack;
	        animation-name: igautoAnimatedFlipBack;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
}

.igauto .igauto-brand.igauto-animated {
	-webkit-animation-name: igautoBrandAnimated;
	        animation-name: igautoBrandAnimated;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
}

.igauto .igauto-group.password-group {
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.igauto .igauto-group.password-group.igauto-animated {
	-webkit-animation-name: igautoPasswordAnimated;
	        animation-name: igautoPasswordAnimated;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
}

.igauto .igauto-group.password-group.igauto-animated-back {
	-webkit-animation-name: igautoPasswordAnimatedBack;
	        animation-name: igautoPasswordAnimatedBack;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
}

/* keyframes */
@-webkit-keyframes igautoAnimated {
	0% {
		-webkit-transform: rotate3d(0);
		        transform: rotate3d(0);
	}
	99% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: rotate3d(0, 1, 0, 180deg);
		        transform: rotate3d(0, 1, 0, 180deg);
	}
}
@keyframes igautoAnimated {
	0% {
		-webkit-transform: rotate3d(0);
		        transform: rotate3d(0);
	}
	99% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: rotate3d(0, 1, 0, 180deg);
		        transform: rotate3d(0, 1, 0, 180deg);
	}
}

@-webkit-keyframes igautoAnimatedBack {
	0% {
		opacity: 0;
		-webkit-transform: rotate3d(0, 1, 0, 180deg);
		        transform: rotate3d(0, 1, 0, 180deg);
	}
	99% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: rotate3d(0);
		        transform: rotate3d(0);
	}
}

@keyframes igautoAnimatedBack {
	0% {
		opacity: 0;
		-webkit-transform: rotate3d(0, 1, 0, 180deg);
		        transform: rotate3d(0, 1, 0, 180deg);
	}
	99% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: rotate3d(0);
		        transform: rotate3d(0);
	}
}

@-webkit-keyframes igautoAnimatedFlip {
	0% {
		-webkit-transform: rotate3d(0, 1, 0, -180deg);
		        transform: rotate3d(0, 1, 0, -180deg);
		opacity: 0;
	}
	99% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: rotate3d(0, 0, 0, 180deg);
		        transform: rotate3d(0, 0, 0, 180deg);
	}
}

@keyframes igautoAnimatedFlip {
	0% {
		-webkit-transform: rotate3d(0, 1, 0, -180deg);
		        transform: rotate3d(0, 1, 0, -180deg);
		opacity: 0;
	}
	99% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: rotate3d(0, 0, 0, 180deg);
		        transform: rotate3d(0, 0, 0, 180deg);
	}
}

@-webkit-keyframes igautoAnimatedFlipBack {
	0% {
		opacity: 1;
		-webkit-transform: rotate3d(0, 0, 0, 180deg);
		        transform: rotate3d(0, 0, 0, 180deg);
	}
	95% {
		opacity: 0;
	}
	100% {
		-webkit-transform: rotate3d(0, 1, 0, -180deg);
		        transform: rotate3d(0, 1, 0, -180deg);
		opacity: 0;
	}
}

@keyframes igautoAnimatedFlipBack {
	0% {
		opacity: 1;
		-webkit-transform: rotate3d(0, 0, 0, 180deg);
		        transform: rotate3d(0, 0, 0, 180deg);
	}
	95% {
		opacity: 0;
	}
	100% {
		-webkit-transform: rotate3d(0, 1, 0, -180deg);
		        transform: rotate3d(0, 1, 0, -180deg);
		opacity: 0;
	}
}

@-webkit-keyframes igautoBrandAnimated {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(0, -120px);
		        transform: translate(0, -120px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

@keyframes igautoBrandAnimated {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(0, -120px);
		        transform: translate(0, -120px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

@-webkit-keyframes igautoPasswordAnimated {
	0% {
		-webkit-transform: rotate3d(0, 0, 0, 0);
		        transform: rotate3d(0, 0, 0, 0);
	}
	30% {
		opacity: 1;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 0;
		-webkit-transform: rotate3d(1, 0, 0, -180deg);
		        transform: rotate3d(1, 0, 0, -180deg);
		z-index: -1;
	}
}

@keyframes igautoPasswordAnimated {
	0% {
		-webkit-transform: rotate3d(0, 0, 0, 0);
		        transform: rotate3d(0, 0, 0, 0);
	}
	30% {
		opacity: 1;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 0;
		-webkit-transform: rotate3d(1, 0, 0, -180deg);
		        transform: rotate3d(1, 0, 0, -180deg);
		z-index: -1;
	}
}

@-webkit-keyframes igautoPasswordAnimatedBack {
	0% {
		opacity: 0;
		-webkit-transform: rotate3d(1, 0, 0, -180deg);
		        transform: rotate3d(1, 0, 0, -180deg);
	}
	40% {
		opacity: 0;
	}
	60% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 0, 0);
		        transform: rotate3d(0, 0, 0, 0);
	}
}

@keyframes igautoPasswordAnimatedBack {
	0% {
		opacity: 0;
		-webkit-transform: rotate3d(1, 0, 0, -180deg);
		        transform: rotate3d(1, 0, 0, -180deg);
	}
	40% {
		opacity: 0;
	}
	60% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 0, 0);
		        transform: rotate3d(0, 0, 0, 0);
	}
}

@media screen and (max-width: 320px) {
	.igauto .igauto-wrapper {
		width: 100%;
	}
	.igauto .igauto-box {
		padding: 0 10px;
	}
}
