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, dl, dt, dd, ol, nav ul, nav 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: inherit;
    vertical-align: baseline;
}

html, body{
    height: 100%;
    width: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}

.txt-lt {
    text-align: left;
}

.txt-center {
    text-align: center;
}

.float-rt {
    float: right;
}

.float-lt {
    float: left;
}

.clear {
    clear: both;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.vertical-base {
    vertical-align: baseline;
}

.vertical-top {
    vertical-align: top;
}

.underline {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    margin: 0 0 20px 0;
}

nav.vertical ul li {
    display: block;
}

nav.horizontal ul li {
    display: inline-block;
}

img {
    max-width: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 100%;
    background: url(../images/h5/background.jpg) no-repeat;
    background-size: cover;
}

.login-form {

    padding: 100px 0px 0 0px;
}

.login-form h1 {
    font-size: 2em;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2em;
    /*-- w3layouts --*/
}

.top-login {
    width: 130px;
    height: 130px;
    display: block;
    transform: rotate(45deg) translate3d(0, 0, 0);
    margin: 0 auto 4em;
    background: #fff;
    position: relative;
}

.top-login span {
    border: 2px solid #F36;
    width: 105px;
    height: 105px;
    display: block;
    margin: 0px auto;
    position: absolute;
    top: 11px;
    left: 11px;
}

.top-login span img {
    transform: rotate(-45deg) translate3d(0, 0, 0);
    margin: 20px 0 0 20px;
}

.login-top {
    width: 460px;
    display: block;
    margin: 0 auto;
}

.login-ic {
    background: rgba(255, 255, 255, 0.32);
    margin-bottom: 1.5em;
    padding: 8px;
    border-radius: 40px;
}

.login-ic i {
    background: url(../images/h5/m.png) no-repeat 6px 6px;
    width: 38px;
    height: 38px;
    float: left;
    /*-- agileits --*/
    display: inline-block;
}

.login-ic i.icon {
    background: url(../images/h5/l.png) no-repeat 6px 6px;
}

.login-ic input[type="text"], .login-ic input[type="password"] {
    float: left;
    background: none;
    outline: none;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 10px 16px;
    border: none;
    border-left: 1px solid #fff;
    width: 82%;
    display: inline-block;
    margin-left: 7px;
}

.login-ic input[name="inputCode"] {
	width: 100px;
}

.log-bwn {
    text-align: center;
}

.log-bwn .submit {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 13px 0;
    background: #ff3366;
    display: inline-block;
    width: 100%;
    outline: none;
    border: 2px solid #ff3366;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 40px;
}

.log-bwn input[type="submit"]:hover {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border: 2px solid #fff;
}

p.copy {
    color: #fff;
    font-size: 1em;
    text-align: center;
    margin-top: 6em;
}

p.copy a {
    color: #fff;
    text-decoration: underline;
}

p.copy a:hover {
    text-decoration: none;
}

input::-webkit-input-placeholder {
    color: #eee;
}

.verify-code-img {
	cursor: pointer;
	float: right;
    margin: 3px 20px 0px;
}

.login_err_panel {
	margin-bottom: 10px;
    text-align: center;
    color: #c0392b;
}