﻿* {
    margin: 0;
    padding: 0;
}

html,
body,
#app,
.wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    font-family: 'PingFang SC', "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif;
}

a {
    text-decoration: none
}

.login-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(/Content/images/login-bg.jpg);
    background-size: cover;
}

.login-wrap2 {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(/Content/images/onlineshoploginbk.jpg);
    background-size: cover;
}

.ms-title {
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-bottom: 1px solid #ddd;
}

.ms-title2 {
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #000;
    border-bottom: 1px solid #ddd;
}

.ms-login {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 350px;
    margin: -190px 0 0 -175px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.3);
    overflow: hidden;
}

.ms-login2 { 
    width: 350px;
    margin-top:30px; 
    border-radius: 5px;
    overflow: hidden;
}

.ms-content {
    padding: 30px 30px;
}

.login-btn {
    text-align: center;
}

    .login-btn button {
        width: 100%;
        height: 36px;
        margin-bottom: 10px;
    }

.login-tips {
    font-size: 12px;
    line-height: 30px;
    color: #fff;
}
[v-cloak] {
    display: none !important;
}
