* {
	padding:0;
	margin:0;
}
input, button, div, img {
	border:0;
}
ul, li, ol {
	list-style:none;
}
::-moz-focus-inner{
	border:0px;
	outline:none;
}
a {
	text-decoration:none;
}
input {
	outline: none;
}


body {
	color: #fff;
	background: url("../../img/index-bg.png");
	background-size: 100vw 100vh;
}

#main-bg {
	width: 100%;
	height: 100vh;
	margin-bottom: -100vh;
	position: relative;
	left: 0;
	top: 0;
	background-image: linear-gradient(to bottom, #005bea, #00c6fb);
	opacity: 0.6;
}

#wrapper {
	position: relative;
	left: 0;
	top: 0;
}

.container {
	text-align: center;
}
.container ul {
	margin-top: 0%;
}
.container ul li {
	margin-top: 20px;
	font-size: 20px;
	color: #fff;
}
.container ul li.name {
	font-size: 34px;
}
.container ul li .form-control {
	width: 372px;
	height: 48px;
	font-size: 18px;
	border-radius: 4px;
	padding-left: 0px !important;
	outline: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.checkbox_msg {
	height: 28px;
	margin: 0 auto;
	text-align: left;
	width: 376px;
	position: relative;
}
.checkbox_msg img{
	width: 32px;
	height: 32px;
	margin-right: 10px;
	float:left;
	cursor: pointer;
}
.checkbox {
	width: 30px;
	height: 30px;
	margin-left: -40px;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity:0);
	outline: none;
}
.remember_psd {
	line-height: 26px;
	position: absolute;
	cursor: pointer;
	top: 2px;
	left: 40px;
}
.error-msg {
	color: red;
	line-height: 26px;
	position: absolute;
	top: 2px;
	left: 140px;
}

.login_btn {
	margin-bottom: 20px;
	margin-top: 50px!important;
}
.login_submit_btn {
	width: 372px;
	height: 48px;
	border-radius: 4px;
	font-size: 24px;
	background: #2ea8ab;
	color: #fff;
	cursor: pointer;
}
.ordinary_link {
	color: #fff;
	display: block;
	font-size: 16px;
	height: 20px;
	margin: 0 auto;
	text-align: right;
	width: 380px;
	text-decoration:none;
	cursor: pointer;
}

.download a:visited {
	color:#fff;
	text-decoration:none;
}

.download a:hover {
	color:#fff;
	text-decoration:none;
}
.download a:active {
	color:#FFFFFF;
	text-decoration:none;
}

.ordinary_link span {
	padding-right: 56px;
}
.contact {
	font-size: 18px;
	bottom: 25px;
	position:fixed;
	width: 100%;
}
.contact_content {
	text-align: center;
	width: 100%;
}
.contact_mobile {
	float: right;
	margin-top:-35px;
	margin-right: 20px;
	width: 320px;
}
a:hover {
	color: #fff;
	outline: none;
	text-decoration: none;
}
a:active {
	color: #428bca;
	outline: none;
	text-decoration: underline;
}

.form-control-container {
	text-align: center;
	margin-top: 10px;
	width: 420px;
	margin-left: calc(50% - 210px);
	border: 1px rgba(0, 0, 0, 0.25) solid;
	border-radius: 4px;
	overflow: hidden;
}

.user-type-link {
	cursor: pointer;
	width: 210px;
	display: inline-block;
	background: rgba(0, 0, 0, 0.20);
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}

.user-type-link-inactive {
	background: rgba(0, 0, 0, 0.45) !important;
	color: #aaaaaa !important;
}

.controls {
	width: 420px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.20) ;
}

.user-type-tabs {
	width: 420px;
	height: 40px;
	margin-left: calc(50% - 210px);
}

.login-form {
	display: inline-block; 
	background-color:#00000055;
	border-radius: 6px;
}

.login-item-icon {
	opacity: 0.6; 
	height:36px;
}

.username,.password
{
	width: calc(100% - 60px);
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
	-webkit-text-fill-color: #807c7c;
	transition: background-color 5000s ease-out 0.5s;
}