﻿*, :before, :after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}
#app, body, html {
    height: 100%
}

html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent
}

body {
    color: #515a6e;
    font-size: 14px;
    background-color: #f7f7f7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    line-height: inherit
}

a {
    color: #2d8cf0;
    background: transparent;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: color .2s ease
}

    a:active, a:hover {
        outline-width: 0
    }

    a:hover {
        color: #57a3f3
    }

    a:active {
        color: #2b85e4
    }

    a:active, a:hover {
        outline: 0;
        text-decoration: none
    }

.account {
    width: 100%;
    margin: 0 auto
}

.account-container {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #9053c7;
    background: linear-gradient(-135deg,#c850c0,#4158d0)
}

.account-wrap-login {
    width: 960px;
    height: 554px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 95px 33px
}

.account-wrap-login .login-pic {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.account-wrap-login .login-pic img {
    max-width: 100%
}

.account-wrap-login .login-form {
    width: 350px;
    display: flex;
    flex-direction: column
}

.account-wrap-login .login-form-container {
    margin: auto;
    width: 100%
}

.account-wrap-login .login-form-title {
    padding-bottom: 15px;
    text-align: center
}

@media (max-width: 991px) {
    .account-wrap-login .login-pic {
        display: none
    }

    .account-wrap-login .login-form {
        width: 100%;
        margin: auto
    }
}

.account-wrap-login .account-top {
    text-align: center
}

.account-wrap-login .account-top-logo {
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.account-wrap-login .account-top-logo img {
    width: 45px
}

.account-wrap-login .account-top-logo .project-title {
    background: linear-gradient(92.06deg,#33c2ff -17.9%,#1e6fff 43.39% 99.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
    margin-left: 10px
}

.account-wrap-login .account-top-desc {
    font-size: 14px;
    color: #808695;
    margin-bottom: 20px
}

.account-wrap-login .account-item{
    width:100%;
}


@media (max-width: 640px) {
    .account-wrap-login {
        width: 100%;
        padding: 30px;
        height: auto
    }
}


.login-form input[type="text"], .login-form input[type="password"] {
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    font-size: 14px;
    width:100%;
    height:36px;
}

.btn-login {
    background-color: #409eff;
    padding: 8px 15px;
    cursor: pointer;
    box-sizing: border-box;
    height: 42px;
    border-radius:4px;
    font-size:14px;
    width:100%;
    color:white;
}

.mb-4 {
    margin-top:23px;
    height:60px;
    margin-bottom: 1rem !important
}
