* {
    box-sizing: border-box;    
}

html {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    /* background: url(/image/logo2-04.png); */
    background: url(/image/newLogin/0-1.png);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
}

#app {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}


body::-webkit-scrollbar { width: 0 !important }
body { -ms-overflow-style: none; }
body { overflow: -moz-scrollbars-none; }

.login-warp {
    /* background: url(/image/newLogin/0-1.png);
    background-size: cover;
    background-repeat: no-repeat; */
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
}

.login-header {
    background-image: url(/image/entrance/1-1.png);
    height: 130px;
    width: 525px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    /* left: calc(50% - 202px); */
    top: 7.6%;
}

h1 {
    line-height: 64px;
    font-size: 22px;
    color: #1a1a1a;
    text-align: left;
}

.login-content {
    margin-top: 281px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 448px;
    /* min-height: 488px;
    flex-grow: 1;
    position: relative; */
}

.login-form-warp {
    width: 448px;
    height: 488px;
    position: relative;
    padding: 40px 60px 0 60px;
    border-radius: 12px;
    background: #fff;
}

.login-footer {
    margin-top: 69px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    padding: 0;
    /* position: absolute;
    bottom: 8%; */
    /* bottom: 90px; */
    /* left: calc(50% - 160px); */
}

.containerNew {
    margin-left: auto;
    margin-right: auto;
    /* left: calc(50% - 224px);
    top: 29%;
    position: absolute; */
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title {
    font-size: 26px;
    color: #1f1f1f;
    margin: 0;
    line-height: 1;
    text-align: center;
}

.input-wrap {
    margin-top: 44px;
}

.input-row-wrap {
    display: flex;
    align-items: flex-end;
}

.input-row-middle {
    margin-top: 52px;
}

.icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 12px;
}

.icon-account {
    background: url(/image/zhanghao.png);
}

.icon-password {
    background: url(/image/mima.png);
}

.icon-checkcode {
    background: url(/image/checkcode.png);
}

.input-content {
    border: 0;
    flex-grow: 1;
    border-bottom: 1px solid #c7c7c7;
    padding: 0 10px 0 10px;
    font-size: 16px;
    transition: border-color 0.5s;
}

.input-content::placeholder {
    color: #c7c7c7;
}

.input-content:-moz-placeholder {
    color: #c7c7c7;
}

.input-content::-moz-placeholder {
    color: #c7c7c7;
}

.input-content::-ms-input-placeholder {
    color: #c7c7c7;
}

.input-content:focus {
    outline: none;
    border-color: #1a7fd3;
}

.codeImg {
    display: inline-block;
    width: 138px;
    height: 44px;
    border-radius: 8px;
}

.input-row-foot {
    margin-top: 42px;
    align-items: flex-end;
}

.input-row-foot .input-content {
    flex-grow: initial;
    width: 124px;
    margin-right: 26px;
    height: 24px;
}

.input-row-check {
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
}

.checkbox-warp {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.square {
    width: 14px;
    height: 14px;
    border: 1px solid #1c7fd3;
    margin-left: 38px;
}

.square-desc {
    line-height: 1;
    margin-left: 5px;
    color: #1c7fd3;
    font-size: 14px;
}

.forget-desc {
    font-size: 14px;
    color: #1f1f1f;
    line-height: 1;
}

.input-btn-wrap {
    margin-top: 31px;
}

.login-btn {
    width: 100%;
    height: 56px;
    border: none;
    padding: 0;
    border-radius: 28px;
    background: linear-gradient(0deg, #1056a0, #1b82d6);
    color: #fff;
    font-size: 24px;
    text-align: center;
    box-shadow: 0px 3px 7px #8bacce;
    cursor: pointer;
}

.login-btn:focus {
    outline: none;
}

.footer-shadow {
    background: url(/image/footer-shadow.png);
    flex-direction: unset;
    width: 400px;
    height: 28px;
}

#rememberMe {
    margin-left: 40px;
    color: #1a7fd3;
    font-size: 14px;
}

#rememberMe .check-box {
    padding-top: 6px;
}

#rememberMe .icheckbox-blue {
    top: 7px;
}