html,
body {
    height: 100%;
}

body {
    min-width: 768px;
    min-height: 400px;
}

.signin-bg {
    /* background: url(/static/images/yuanda-bg.jpg) no-repeat center top / cover; */
}

[v-cloak] {
    display: none;
}

.signin-logo {
    padding: 10px 20px;
    height: 60px;
}

.signin-logo img {
    height: 60px;
    margin-left: 30px;
    margin-top: 10px;
}

.signin-wrap {
    width: 100%;
    display: table;
}

.signin-box {
    display: table-cell;
    vertical-align: middle;
    z-index: 2;
}

.signin-box>h2 {
    margin: 30px 0;
    text-align: center;
    color: #000;
    font-size: 26px;
}

.signin-box>div {
    position: relative;
    width: 320px;
    height: 50px;
    margin: 0 auto 25px;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.signin-box>.signin-text>input {
    width: 100%;
    height: 100%;
    padding: 0 55px;
    line-height: 50px;
    border-radius: 5px;
    border: 1px solid #e5e9f2;
    font-size: 14px;
    box-sizing: border-box;
}

.signin-box>.signin-text>p {
    margin: 5px 0 10px;
    font-size: 12px;
    color: #ff4445;
}

.signin-box>.signin-text>i {
    position: absolute;
    left: 17px;
    top: 14px;
    font-size: 25px;
    color: #8392a5;
}

.signin-box>.signin-remember {
    height: 25px;
}

.signin-box>.signin-remember>div {
    position: relative;
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.signin-box>.signin-remember>div>p {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.signin-box>.signin-remember>div>input {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.signin-box>.signin-login>button {
    width: 100%;
    height: 100%;
    background: #ff4445;
    border-color: #ff4445;
    color: #fff;
}
.signin-box>.signin-login>button[disabled] {
    background: #ff7d7e;
    border-color: #ff7d7e;
}

.signin-box>.signin-login>p {
    margin: 5px 0 10px;
    font-size: 12px;
    color: #a94442;
}


/* 验证码start */

.signin-box > .code-main {
    position: relative;
    width: 320px;
    margin-bottom: 0;
}

.code-contain {
    display: none;
    position: absolute;
    top: -153px;
    left: 0;
    width: 320px;
}

.icon-login-bg {
    background-repeat: no-repeat;
}

.code-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    border-radius: 3px;
    z-index: 100;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.code-img img {
    display: block;
}

.icon-w-25 {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

.icon-push {
    cursor: pointer;
    background-position: -149px -95px;
}

.code-push {
    height: 25px;
    pointer-events: none;
}

.code-btn {
    position: relative;
    box-sizing: border-box;
    height: 34px;
    margin: 15px 0;
    border: 1px solid #e1e1e1;
    border-radius: 100px;
    text-align: center;
    color: #999;
    background-color: #f5f6f7;
}

.code-btn-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50px;
    line-height: 32px;
    font-size: 12px;
    text-align: right;
    transition: all 1s;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}

.code-btn-background.fade {
    opacity: 0;
}

.code-btn-img-right {
    display: none;
    position: absolute;
    top: 6px;
    right: -35px;
    width: 19px;
    height: 19px;
    background: url(/static/images/small-icon.png) 0 0 no-repeat;
    pointer-events: none;
}

.code-btn-m {
    position: absolute;
    top: 0px;
    left: 1px;
    z-index: 5;
    width: 72px;
    height: 32px;
    cursor: pointer;
    background: url(/static/images/slider-bar.png) 0 0 no-repeat;
    background-position: 0 0;
}

.code-btn-m.sliding {
    background-position-y: -32px;
}

.code-img-con {
    position: relative;
}

.code-mask {
    position: absolute;
    top: 0;
    left: -7px;
    z-index: 10;
}

.code-mask img {
    position: relative;
    left: 13px;
    box-shadow: 0 0 15px #000000;
}

.code-tip {
    display: none;
    font-size: 12px;
    color: #ff4445;
}

.code-tip:before {
    content: '';
    position: relative;
    top: -1px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    /* background: url(/static/images/small-icon.png) 0 -19px no-repeat; */
    vertical-align: middle;
}


/* 验证码end */

[v-cloak] {
    display: none;
}