#login {
    position: relative;
    z-index: 1;
    width: 100vw;
    height: 100vh
}

#systemName {
    height: 25%;
    text-align: center;
    color: white;
    padding-top: 8%;
    position: relative
}

#loginWrap {
    height: 300px;
    width: 420px;
    margin-left: calc(50% - 225px);
    border-radius: 5px;
    background-size: 100% 100%
}

#loginTag {
    width: 100%;
    height: calc(72% - 310px);
    padding-top: 3%
}

#picWrap {
    width: 70%;
    height: 80%;
    margin-left: 15%
}

#picWrap li {
    width: 20%;
    height: 100%;
    float: left
}

#picWrap li img {
    width: 120%;
    height: 100%;
    float: left
}

.welcome {
    color: #04607d;
    padding: 3px 0 3px 15px
}

.loginContent {
    margin: 35px 0;
    padding: 0 0 0 95px;
    height: 25px
}

.contentType {
    line-height: 25px;
    color: white;
    height: 28px;
    width: 90px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    background-color: #1786a9
}

.contentVal {
    width: 168px;
    margin: 0 19px;
    background: transparent;
    border-radius: 3px;
    position: relative;
    top: 2px;
    border: 2px solid #1786a9
}

#loginBtn {
    text-align: center
}

.loginBtn {
    padding: 2px 24px;
    margin: 2px 22px 0;
    border-radius: 15px;
    border: 0;
    background: #6f8c0d;
    color: white
}

.loginBtn:hover {
    border: 0
}

.loginBtn img {
    width: 20px;
    height: 20px;
    line-height: 25px;
    vertical-align: center;
    position: relative;
    bottom: 2px
}
