* {
    margin: 0;
    padding: 0
}

#app,body[data-v-6b420179] {
    font-size: 1rem;
    color: #333
}

.cont[data-v-6b420179] {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: url(../img/background.408303d1.png) no-repeat;
    background-size: 100% 100%
}

.imgList[data-v-6b420179] {
    position: absolute;
    right: 17px;
    z-index: 999;
    top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around
}

.imgList img[data-v-6b420179] {
    width: 25px;
    height: 25px;
    background: #fff;
}

.logo[data-v-6b420179] {
    position: absolute;
    top: 15vh;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 7vh
}

.logo img[data-v-6b420179] {
    width: 40%
}

.inputs[data-v-6b420179] {
    border-radius: 10px;
    padding: 0 10vw;
    box-sizing: border-box;
    background: #fff;
    margin: 25vh auto 0 auto;
    width: 75vw;
    padding: 20px
}

.name[data-v-6b420179] {
    font-size: 14px;
    color: #000;
    font-weight: 700
}

input[data-v-6b420179] {
    background: none;
    border: none;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 7px 0;
    font-size: 16px
}

.password[data-v-6b420179] {
    margin-top: 20px
}

.loginBtn[data-v-6b420179] {
    font-weight: 700;
    margin: 3vh auto 0 auto;
    height: 6vh;
    line-height: 6vh;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    background: #df3969
}

.tips[data-v-6b420179] {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 20px;
    display: flex
}

.tips div[data-v-6b420179] {
    width: 50%;
    padding: 0 10px
}

.cont[data-v-056c994d] {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-size: 100% 100%
}

.imgList[data-v-056c994d] {
    position: absolute;
    right: 17px;
    z-index: 999;
    top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100px;
    justify-content: space-around
}

.imgList img[data-v-056c994d] {
    width: 40px;
    height: 40px
}

.inputs[data-v-056c994d] {
    margin-top: 17vh;
    border-radius: 50px;
    opacity: .85;
    padding: 0 10vw;
    box-sizing: border-box
}

.names[data-v-056c994d] {
    font-size: 14px;
    color: #000;
    font-weight: 700
}

input[data-v-056c994d] {
    font-size: 16px;
    text-align: left
}

.registerBtn[data-v-056c994d] {
    line-height: 8vh;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
    background: linear-gradient(147deg,#71b7ff,#1783fc 74%)
}

.form-group[data-v-056c994d] {
    height: 11vh;
    padding: 5px 0;
    margin-bottom: 7px;
    display: flex;
    flex-direction: column
}
