:root {
    --primary: #3377FF;
}

body, html {
    width: 100%;
    height: 100%;
    overflow: hidden
}

#app {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}


.login-wrapper {
    width: 100%;
    position: relative;
    margin: 0 auto;
    min-height: 250px;
}

.login-header {
    position: relative;
    z-index: 99;
    font-size: 38px;
    color: var(--primary);
    font-family: Microsoft YaHei;
    font-weight: bold;
    text-align: center;
    margin-top: 3vh;
    letter-spacing: 2px;
}

.login-header img {
    height: 60px;
    position: relative;
    top: 20px;
    left: -10px;
}

.hospital-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.portal-login {
    width: 100%;
    height: 100%;
}

.portal-login .csbg, .portal-login .csbg-169 {
    background-repeat: no-repeat;
    background-size: cover;
}

.portal-login .csbg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

.portal-login-input {
    position: relative;
}

.portal-login-input .input > input {
    width: calc(100% - 85px);
    height: 60px;
    outline: none;
    color: #7e89a4;
    font-size: 16px;
    border: 0;
    border-radius: 4px;
    margin-left: 15px;
    padding-right: 10px;
    background-color: transparent;
}

.login {
    height: auto;
    position: absolute;
    top: 50%;
    right: 15%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    -webkit-box-shadow: 0 2px 20px 0 rgb(59 102 255 / 36%);
    box-shadow: 0 2px 20px 0 rgb(59 102 255 / 36%);
    border: 1px solid transparent;
    overflow: hidden;
    padding: 60px 80px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    width:500px;
}

.login .login-logo .title-main {
    font-size: 30px;
    color: var(--primary);
    line-height: 34px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    letter-spacing: 4px;
}

.login .login-logo .title-sbu {
    font-size: 24px;
    color: #414a53;
    padding-top: 8px;
    line-height: 34px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 30px;
}

.login img {
    position: absolute;
    top: 38px;
    left: 40px;
}

.login-wrapper button.el-button {
    width: 100%;
    height: 60px;
    font-size: 20px;
    color: #fff;
    letter-spacing: .4em;
    outline: none;
    border: 0;
    cursor: pointer;
    margin-top: 30px;
}

.login-content__user {
    margin: 10px 0 26px 0;
}

.login-content * {
    font-size: 16px;
}

.login-content i {
    width: 40px;
    font-size: 22px;
}

.login-content button {
    background-color: var(--primary);
}

.login-content button span {
    font-size: 24px;
}

.login-content input {
    background: #F2F4F9;
    border: 0px solid #E8E6E2;
    border-radius: 2px;
    height: 60px;
}

.login-content i,
.login-content input::placeholder {
    color: #A4A9BC;
}

.login-content a {
    color: blue;
    cursor: pointer;
}

.el-input .el-input__inner {
    padding-left: 50px !important;
}

.bg-default {
    background-image: url(../../img/bgImages/default.png);
}

.bg-default-night {
    background-image: url("../../img/bgImages/default-night.png");
}

.bg-1 {
    background-image: url("../../img/bgImages/1.png");
}

.bg-2 {
    background-image: url("../../img/bgImages/2.png");
}

.bg-3 {
    background-image: url("../../img/bgImages/3.png");
}

.bg-4 {
    background-image: url("../../img/bgImages/4.png");
}

.bg-5 {
    background-image: url("../../img/bgImages/5.png");
}

.bg-6 {
    background-image: url("../../img/bgImages/6.png");
}

.bg-8 {
    background-image: url("../../img/bgImages/8.png");
}

.bg-31 {
    background-image: url("../../img/bgImages/31.png");
}

.bg-32 {
    background-image: url("../../img/bgImages/32.png");
}

.bg-33 {
    background-image: url("../../img/bgImages/33.png");
}

.bg-34 {
    background-image: url("../../img/bgImages/34.png");
}

.bg-35 {
    background-image: url("../../img/bgImages/35.png");
}

.bg-36 {
    background-image: url("../../img/bgImages/36.png");
}

.bg-37 {
    background-image: url("../../img/bgImages/37.png");
}

.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 0px;
    border-bottom: 1px #DCDFE6 solid;
    width: 100%;
}


@media (max-width: 750px) {
    .login {
        left: 5%;
        right: 5%;
        padding: 30px 30px 30px;
        width:90vw;
    }

    .login img {
        display: none;
    }
    .portal-login .csbg  {
        background-size: auto;
    }
}

