﻿#app, body, html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.login {
    background-color: #495060;
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.login-con {
    width: 300px;
    margin: 0 auto;
    padding-top: 230px;
}

.login-tip {
    font-size: 10px;
    text-align: center;
    color: #c3c3c3;
}

@font-face {
    font-family: 'wechat';
    src: url('fonts/wechat.eot?h8czk4');
    src: url('fonts/wechat.eot?h8czk4#iefix') format('embedded-opentype'), url('fonts/wechat.ttf?h8czk4') format('truetype'), url('fonts/wechat.woff?h8czk4') format('woff'), url('fonts/wechat.svg?h8czk4#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-wechat {
    font-family: 'wechat' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-wechat:before {
    content: "\e900";
}