@charset "UTF-8";

.login,.over-user {
	margin-top: 100px;
	margin-bottom: 20px;
	padding-top: 83px;
	padding-bottom: 55px;
	padding-left: 69px;
	padding-right: 69px
}

.login .img-responsive,.over-user .img-responsive {
	margin: 0 auto 30px
}

.login .forget,.over-user .forget {
	color: #999;
	text-align: center;
	margin-top: 30px
}

.login .forget-link,.over-user .forget-link {
	cursor: pointer
}

@media (max-width:767px) {
	.login,.over-user {
		margin-top: 15px
	}
}

@media (min-width:768px) {
	.login .img-responsive,.over-user .img-responsive {
		width: 60% \9;
		max-width: 60%
	}
}

.lang-de #gotIt {
	padding: 0
}

.lang-pt #country,.lang-pt #login-password {
	font-size: 13px
}

.no-border {
	border: 0!important
}

.fly-in {
	-webkit-animation: fly-in .8s ease;
	-moz-animation: fly-in .8s ease;
	-o-animation: fly-in .8s ease;
	animation: fly-in .8s ease
}

@-webkit-keyframes fly-in {
	0% {
		transform: translateY(-100%)
	}

	100% {
		transform: translateY(0%)
	}
}

@-moz-keyframes fly-in {
	0% {
		transform: translateY(-100%)
	}

	100% {
		transform: translateY(0%)
	}
}

@keyframes fly-in {
	0% {
		transform: translateY(-100%)
	}

	100% {
		transform: translateY(0%)
	}
}

.shake {
	-webkit-animation: shake .2s ease 2;
	-moz-animation: shake .2s ease 2;
	-o-animation: shake .2s ease 2;
	animation: shake .2s ease 2
}

@-webkit-keyframes shake {
	0% {
		transform: translateX(0)
	}

	25% {
		transform: translateX(-10%)
	}

	50% {
		transform: translateX(0)
	}

	75% {
		transform: translateX(10%)
	}

	100% {
		transform: translateX(0)
	}
}

@-moz-keyframes shake {
	0% {
		transform: translateX(0)
	}

	25% {
		transform: translateX(-10%)
	}

	50% {
		transform: translateX(0)
	}

	75% {
		transform: translateX(10%)
	}

	100% {
		transform: translateX(0)
	}
}

@keyframes shake {
	0% {
		transform: translateX(0)
	}

	25% {
		transform: translateX(-5%)
	}

	50% {
		transform: translateX(0)
	}

	75% {
		transform: translateX(5%)
	}

	100% {
		transform: translateX(0)
	}
}

.country {
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 28px;
	margin-top: 20px
}

#loginPwdWrap {
	margin-bottom: 0;
	height: 95px
}

#errMsg {
	margin-top: 10px
}

.country .caret {
	float: right;
	margin-right: 15px;
	margin-top: 21px
}

.country .caret.active {
	margin-top: 17px
}

.country .form-control {
	border: 0;
	height: 46px
}

.country .dropdown {
	line-height: 46px
}

.test-tips {
	position: absolute;
	width: 300px;
	height: 200px;
	left: 50%;
	margin-left: -150px;
	top: 100px;
	z-index: 99;
	padding: 10px;
	color: #000;
	background-color: #ccc;
	border-radius: 8px
}

#forget-inform-window .main-dailog {
	width: 601px;
	height: 421px;
	margin: 0 auto;
	margin-top: 100px;
	border-radius: 6px
}

#forget-inform-window .main-dailog .fopare-ifmwrap-title {
	height: 80px
}

#forget-inform-window .main-dailog .dialog-content {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	text-align: left;
	color: #666;
	line-height: 28px
}

.lang-ko body {
	font-family: AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif
}

.ko {
	font-family: AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif
}

#gotIt {
	width: 140px;
	height: 46px;
	margin-top: 48px
}

#main_content .container {
	width: 600px
}

#loginPwdWrap .have-eyes {
	width: 100%
}

#loginPwdWrap .icon-lock {
	postion: absolute;
	margin-left: 14px;
	position: absolute;
	margin-top: 12px
}

#loginWrap .ico-text {
	padding-left: 40px
}

#loginWrap .ico-text#country {
	padding: 0;
	padding-left: 40px
}

.dropdown-menu {
	margin-top: 0
}

@media (max-width:767px) {
	#main_content .container {
		width: 100%;
		padding-left: 0;
		padding-right: 0
	}

	.center-block {
		width: 100%
	}

	.login,.over-user {
		margin-top: 100px;
		padding: 16px;
		border: 0;
		box-shadow: none
	}

	#forget-inform-window .main-dailog {
		width: 88%;
		height: 90%;
		margin-top: 0
	}
}

@media (max-width:295px) {
	#gotIt {
		margin-top: 20px
	}
}