@charset "utf-8";
/* CSS Document */
body {
    position: relative
}

*, ::after, ::before {
    box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

body, span, a, input, ul, li {
    font-family: "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", tahoma, arial, simsun, "宋体";
    font-style: normal;
}

html {
    height: 100%;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

body {
    height: 100%;
}

.login-bg {
    width: 100%;
    height: 100%;
    background: #0465c2 url(../images/login-bg.jpg);
    background-size: cover;
}

.login-container {
    position: absolute;
    top: 50%;
    right: 10%;
    margin-top: -212px;
    padding: 36px;
    background-color: transparent;
    width: 520px;
    border-radius: 4px;
}

.login-title {
    position: absolute;
    top: 50px;
    left: 50px;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 30px;
    font-weight: bold;
}

.login-title h3 {
    color: #fff;
}

.login-title .logo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-right: 16px;
}

.form-title {
    margin-bottom: 24px;
    text-align: center;
    color: #0465c2;
}

.form-title h2 {
    margin-bottom: 0
}

.login-footer {
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 50px;
    text-shadow: 2px 2px 2px #ededed;
    float: right;
    font-size: 12px;
    color: #0465c2;
}

.login-footer img {
    height: 35px;
}

.login-footer p {
    margin-bottom: 1em;
}

.input-affix-wrapper {
    font-variant: tabular-nums;
    line-height: 1.5;
    color: rgba(0, 0, 0, .65);
    box-sizing: border-box;
    padding: 0;
    list-style: none;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 24px;
}

.input-affix-wrapper .input-prefix {
    left: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 20px;
}

.input-affix-wrapper .input {
    padding-left: 40px;
    height: 60px;
    font-size: 20px;
    position: static;
    min-height: 100%;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    line-height: 1.5;
    color: rgba(0, 0, 0, .65);
    background-color: #fff;
    background-image: none;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    transition: .3s;
    border-radius: 0;
}

.btn {
    height: 50px;
    font-size: 20px;
    line-height: 1.499;
    display: block;
    width: 100%;
    font-weight: 400;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #d9d9d9;
    white-space: nowrap;
    padding: 0 15px;
    border-radius: 4px;
    user-select: none;
    position: relative;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .015);
    color: rgba(0, 0, 0, .65);
    background-color: #fff;
    margin-bottom: 8px
}

.btn.primary-btn {
    color: #fff;
    background-color: #0465c2;
    border-color: #0465c2;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .045);
}