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;
    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;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ced0d6;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ced0d6;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ced0d6;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ced0d6;
}


html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    font-family: montserrat,sans-serif;
    color: #fff;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
}

#particles {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image:url(/assets/img/bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain
}

.cp {
    width: 580px;
    height: 30px;
    color: #393D49;
    z-index: 1;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -300px;
    padding: 15px 22px;
}

.cp-title {
    padding: 20px 0px 28px 0px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #A9A9A9;
}

.cp-title a{
    color: #A9A9A9;
}

.login-body {
    width: 380px;
    height: 400px;
    background-color: #fff;
    z-index: 1;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-top: -190px;
    margin-left: -190px;
    border-radius: 3px;
    padding: 15px 22px;
    box-shadow: 0 7px 25px #eee;
}

.login-logo {
    overflow: hidden;
    width: 90px;
    height: 90px;
    margin: -60px auto 20px auto;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 40px rgba(0,0,0,.07);
    box-shadow:0 4px 40px rgba(0,0,0,.07); 
    padding: 10px;
    background-color: #fff;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing:border-box;
    padding: 15px;
}

.login-logo img {
	width: 60px;
	height: 60px;
}

.login-title-logo {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #1E9FFF;
    padding-bottom: 10px;
}

.login-title {
    padding: 25px 0px 28px 0px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #1E9FFF;
}

.login-item {
    margin-top: 20px;
    padding: 0px 10px;
    position: relative;
}

.login-item .layui-input {
    padding-left: 36px;
}

.login-item label {
    position: absolute;
    color: #c2c2c2;
    top: 1px;
    width: 38px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
}

.login-item input {
    padding-bottom: 1px; 
    text-indent: 15px; 
    background: transparent; 
    border: none; 
    border-radius: 0; 
    color: #333; 
    border-bottom: 1px solid #ebedf2; 
}

.login-body .btn {
    padding-top: 20px; 
}

.login-captcha {
	width:90px;
	cursor: pointer;
}

.login-reg-text {
    float: right;
}

.login-reg-tip{
    color: #c2c2c2;
}

.login-reg-text a{
    color: #FF5722;
}

.login-forgot{
    padding-left: 20px;
}

.layui-btn-danger {
    background-color: #ff6701;
}

.oth_xx {
	padding-top: 40px;
}

.oth_type_tit {
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
    padding-bottom:10px\9
}

.oth_type_txt {
    font-size: 14px;
    color: #b0b0b0;
    margin: 0 auto;
    text-align: center;
    width:100% \9
}

.oth_type_links {
    /* padding-top: 5px; */
    text-align: center;
}
