/* LOGIN */
.nav-login {
	display: block;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #ff4929;
	text-indent: 0px;
}

.nav-login .imglogo	 {
	width: 133px !important;
	height: 22px !important;
	padding: 20px !important;
	padding-top: 5px !important;
	padding-bottom: 0px !important;
	margin: 0px !important;
	cursor: pointer;
}

.nav-login ul {
	display: inline-flex;
	overflow: hidden;
	margin: 10px;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
}

.nav-login .nav-title {
	width: 100%;
}

.nav-login ul li {
	text-align: center;
}

.nav-login ul li:first-child {
	margin-left: 10px;
	min-width: 173px;
	float: left;
}

.nav-login ul li:last-child {
	float: right;
	min-width: 173px;
}

.nav-login ul li a {
	text-decoration: none;
	font-weight: normal;
	font-family: Open Sans;
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
	float: right;
}

.nav-login ul li h1 a {
	text-decoration: none;
	font-weight: normal;
	font-family: Open Sans;
	font-size: 20px;
}

.nav-login ul li h2 {
	text-decoration: none;
	font-weight: normal;
	font-family: Open Sans;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-left: 20px;
}

/* LOGIN */

.login {
	display: block;
	overflow: hidden;
	background-color: #fff;
	border-radius: 5px;
	margin-top: 50px;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #e2e2e2;
	text-indent: 0px;
}

.login h2 {
	margin: 20px;
	text-decoration: none;
	font-weight: normal;
	font-family: Open Sans;
	font-size: 22px;
	color: #000;
	width: 90%;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.login h1 {
	text-align: center;
}

.login .imglogo {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.login h3 {
	text-decoration: none;
	font-weight: normal;
	font-family: Open Sans;
	font-size: 16px;
	color: #505050;
	text-align: center;
}

.login p {
	text-decoration: none;
	font-weight: normal;
	font-family: Open Sans;
	font-size: 14px;
	color: #505050;
	margin-top: 30px;
}

.login .login-about {
	display: block;
	overflow: hidden;
	margin: 20px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.login .login-about img {
	width: 120px;
	height: 38px;
	margin-top: 55px;
	margin-right: 20px;
}

.login .login-input {
	display: block;
	overflow: hidden;
	margin: 20px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.login .login-input input {
	width: 98%;
	min-height: 40px;
	text-indent: 10px;
	border: 1px solid #e2e2e2;
	margin-bottom: 20px;
	border-radius: 3px;
	outline: none;
	font-weight: normal;
	font-family: Open Sans;
	font-size: 14px;
	color: #202020;
}

.login .login-qrcode {
	display: block;
	overflow: hidden;
	margin: 20px;
	float: right;
	max-width: 240px;
}

.login .login-qrcode input {
	width: 200px;
	min-height: 38px;
	text-indent: 10px;
	border: 1px solid #e2e2e2;
	margin-bottom: 10px;
	border-radius: 3px;
	outline: none;
	font-weight: normal;
	font-family: Open Sans;
	font-size: 14px;
	color: #202020;
}

.login .login-qrcode img {
	width: 200px;
}

.login .login-qrcode button {
	width: 205px;
	float: initial;
}

.login button {
	min-width: 120px;
	float: right;
	margin-right: 8px;
	border: 0px;
	padding: 8px;
	border-radius: 3px;
	background-color: #24cc1d;
	color: #fff;
	font-weight: normal;
	font-family: Open Sans;
	font-size: 14px;
	cursor: pointer;
}

.login button:hover {
	background-color: #15af0f;
}

.login a {
	font-weight: normal;
	font-family: Open Sans;
	font-size: 14px;
	text-decoration: none;
	color: #0fa9af;
}

.login-cookie {
	display: block;
	overflow: hidden;
	width: 96%;
	position: fixed;
	bottom: 0;
	margin-left: 2%;
	margin-right: 2%;
	line-height: 1.4;
	margin-bottom: 80px;
	border: 1px solid #c8c8c8;
	border-radius: 4px;
	background-color: #fff;
}

.login-cookie p {
	font-weight: normal;
	font-family: Open Sans;
	font-size: 14px;
	color: #505050;
	margin: 20px;
}

.login-cookie h2 {
	font-weight: bold;
	font-family: Lato;
	font-size: 16px;
	color: #505050;
	margin: 20px;
}

.login-cookie button {
	min-width: 120px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
	border: 0px;
	padding: 8px;
	border-radius: 3px;
	color: #fff;
	font-weight: normal;
	font-family: Open Sans;
	font-size: 14px;
	cursor: pointer;
}

.login #userqrcode {
	font-size: 20px;
}

.login #userqrcode::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
}
.login #userqrcode::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
}
.login #userqrcode:-ms-input-placeholder { /* IE 10+ */
  font-size: 14px;
}
.login #userqrcode:-moz-placeholder { /* Firefox 18- */
  font-size: 14px;
}

/* new account */
.new-account {
	display: block;
	overflow: hidden;
	background-color: #fff;
	border-radius: 5px;
	margin-top: 15%;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #f2f2f2;
}

.new-account h2 {
	margin: 20px;
	text-decoration: none;
	font-weight: normal;
	font-family: Open Sans;
	font-size: 29px;
	color: #000;
}

.new-account .new-account-input img {
	margin-top: 20px !important;
}

.new-account .new-account-input hr {
	display: block;
	overflow: hidden;
	margin: 0px;
	border: 0px;
	border-bottom: 1px solid #e2e2e2;
	margin-top: 60px;
}

.new-account .new-account-input img {
	width: 120px;
	height: 38px;
	margin-top: 55px;
	margin-right: 20px;
}

.new-account h3 {
	text-decoration: none;
	font-weight: normal;
	font-family: Open Sans;
	font-size: 18px;
	color: #505050;
}


.new-account p {
	text-decoration: none;
	font-weight: normal;
	font-family: Open Sans;
	font-size: 15px;
	color: #505050;
	margin-top: 30px;
}

.new-account .new-account-input {
	display: block;
	overflow: hidden;
	margin: 20px;
	max-width: 100%;
}

.new-account .new-account-input input {
	width: 98%;
	min-height: 38px;
	text-indent: 10px;
	border: 1px solid #e2e2e2;
	margin-bottom: 10px;
	border-radius: 3px;
	outline: none;
	font-weight: normal;
	font-family: Open Sans;
	font-size: 14px;
	color: #202020;
}

.new-account .new-account-qrcode {
	display: block;
	overflow: hidden;
	margin: 20px;
	float: right;
	max-width: 240px;
}

.new-account .new-account-qrcode input {
	width: 200px;
	min-height: 38px;
	text-indent: 10px;
	border: 1px solid #e2e2e2;
	margin-bottom: 10px;
	border-radius: 3px;
	outline: none;
	font-weight: normal;
	font-family: Open Sans;
	font-size: 14px;
	color: #202020;
}

.new-account .new-account-qrcode img {
	width: 200px;
}

.new-account .new-account-qrcode button {
	width: 205px;
	float: initial;
}

.new-account button {
	min-width: 120px;
	float: right;
	margin-right: 8px;
	border: 0px;
	padding: 8px;
	border-radius: 3px;
	background-color: #24cc1d;
	color: #fff;
	font-weight: normal;
	font-family: Open Sans;
	font-size: 14px;
	cursor: pointer;
}

.new-account button:hover {
	background-color: #15af0f;
}

.new-account a {
	font-weight: normal;
	font-family: Open Sans;
	font-size: 14px;
	text-decoration: none;
	color: #0fa9af;
}

.new-account #button-new-account-back {
	float: left;
	background-color: #4ba1e6;
}

.new-account .new-account-input button a {
	font-weight: normal;
	font-family: Open Sans;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}