/*
CSS Reset
http://meyerweb.com/eric/tools/css/reset/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* particleground demo */

* { 
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  background: #334054;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

input {
    border: none;
}

a {
    color: #337ab7;
}

a:hover {
    cursor: pointer;
    color: #ffffff;
}

#particles {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.intro {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}
.intro-register{
	position: absolute;
  left: 0;
  top: 38%;
  width: 100%;
}

.myapp-login {
    /* background: #334054; */
    background-size: 100%;
    height: 100%;
}

.myapp-login-logo-block {
    width: 100%;
}

.myapp-login-logo {
    width: 100%;
    text-align: center;
    padding-top: 150px;
}

.myapp-login-logo i {
    color: #eb602e;
    font-size: 120px;
    display: inline-block;
}

.myapp-login-logo-text {
    padding: 60px 0 12px 0;
    font-family: Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 42px;
    text-align: center;
    width: 82%;
		margin: auto;
}
.intro-register .myapp-login-logo-block .myapp-login-logo-text {
	padding: 10px 0 12px 0;
}
.intro-forgetpw .myapp-login-logo-block .myapp-login-logo-text {
	padding: 60px 0 12px 0;
}
.myapp-login-logo-text span {
  color: #5484d3;
	font-size: 40px;
	display: block;
	margin-top: 8px;
}

.myapp-login-logo-text i {
    color: #5484d3;
    font-size: 50px;
}

.myapp-login-logo-text .info {
    padding-bottom: 30px;
    border-bottom: 1px solid #4d4d4d;
    font-family: FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

.login-font {
    font-size: 15px;
    font-family: "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
    width: 100%;
    color: #5e5e5e;
    text-align: center;
    padding-top: 6px;
}

.login-font i {
    color: #5484d3;
    font-style: normal;
}

.login-font span {
    color: #c9c9c9;
}

.myapp-login .am-form-group {
    margin:18px 0;
}

.login-am-center {
    margin: 0 auto;
    float: none;
}

.login-am-center .am-form input {
    background: #fff;
    border: none;
    font-size: 12px;
		height: 42px;
    line-height: 32px;
    text-indent: 10px;
    border-radius: 6px;
     margin-bottom: 14px; 
}
.am-form-group span{
	font-size: 14px;
  color: #e8641b;
	display: none;
}
.smalltip{
	font-size: 14px;
	color:#c9c9c9;
	padding:12px 2px;
	padding-top: 0px;
}
.login-am-center .am-form .smalltip input{
	height: auto;
}
.forget-password{
	color:#c9c9c9;
	float: right;
	margin:4px 0;
}
.login-am-center .am-btn-default {
    width: 100%;
    border-radius: 6px;
    background: #5484d3;
    border: none;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
	/* margin-top:12px; */
}
.login-am-center .am-btn-default:hover{
	box-shadow: 4px 4px 5px #333333;
}
.register-link{
	padding:18px 2px;
}
.register-link input{
	margin: 0;
}
.register-link a{
	color:#c9c9c9;
}
.register-link a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.register-link a:last-of-type{
	color:#5484d3;
	font-size: 14px;
	float: right;
}
.register-link a:last-of-type:hover{
	color:#4c78bf;
	text-decoration: underline;
}
.tpl-login-max {
    max-width: 640px;
    margin: 0 auto;
}

.am-topbar-btn {
    margin-top: 21px;
}

.tpl-chart-mb {
    margin-top: 20px;
    margin-bottom: 40px;
}
.register-am-center{
	margin: 0 auto;
	float: none;
}
.register-am-center .am-form input {
    background: #fff;
    border: none;
    font-size: 12px;
		height: 42px;
    line-height: 32px;
    text-indent: 10px;
    border-radius: 6px;
		margin-bottom: 14px;
}
.register-am-center .am-btn-default{
		margin-top: 12px;
}
@media screen and (max-width: 1000px) {
    .tpl-left-nav-hover {
        display: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .tpl-left-nav-list {
        width: 100%;
    }
    .tpl-content-wrapper {
        padding-left: 0;
    }
}