html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

input {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent !important;
    background-image: none;
    outline: none;
}

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus {
        /*background color*/
        box-shadow: 0 0 0 60px #fff inset;
        /*font color*/
        -webkit-text-fill-color: #666666;
    }

.login {
    height: 100%;
    position: relative;
}
/* bg */
.login-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1000px;
    z-index: -10;
    zoom: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
    background-image: url(../img/in-bg.png);
    transition: all ease-out;
    /*opacity: 0;*/
    opacity: 1;
}
/*.login-bg.active{
  opacity: 1;
}*/
.login-mask {
    height: 100%;
    position: static;
    left: 0;
    width: 100%;
    min-width: 1000px;
    z-index: -8;
    zoom: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
    background-image: url(../img/in-mask.png);
    top: 0;
    opacity: 1;
    transition: all ease-out;
}
/*.login-mask-box{
  background-color: #fff;
  width: 100%;
  height: 100%;
  top:100vh;
  position: relative;
}*/
/*.login-mask.active{
  top: 0;
  opacity: 1;
}*/
/* logo */
.login-logo {
    width: 167px;
    height: 60px;
    /*opacity: 0;*/
    transition: all 1s ease-out;
    position: relative;
    /*top: -60px;*/
    margin-bottom: 32px;
    top: 0;
    opacity: 1;
}
    /*.login-logo.active{
  top:0;
  opacity: 1;
}*/
    .login-logo img {
        width: 100%;
        height: 100%;
    }
/* input */
.login-box {
    position: absolute;
    left: 50.677%;
    top: 22.363%;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.login-title {
    color: #666666;
    font-size: 46px;
    line-height: 54px;
    font-weight: bold;
    margin-bottom: 14px;
    position: relative;
    /*top:-54px;
  opacity: 0;*/
    top: 0;
    opacity: 1;
    transition: all 1s ease-out;
    font-family: FZY3JW--GB1-0, FZY3JW--GB1;
}
/*.login-title.active {
        top: 0;
        opacity: 1;
    }*/
.login-input {
    padding-top: 14px;
}

.login-input-itme {
    display: flex;
    align-items: center;
    margin-top: 40px;
    border: 2px solid #E4E9F5;
    border-radius: 20px;
    font-size: 16px;
    position: relative;
    /*top: -40px;
  opacity: 0;*/
    top: 0;
    opacity: 1;
    transition: all 1s ease-out;
    width: 359px;
    height: 40px;
    position: relative;
    font-weight: bold;
}

.login-input-text {
    padding: 0 16px;
    height: 100%;
    width: 100%;
    font-size: 16px;
    color: #666666 !important;
    /* font-weight: bold; */
    border-radius: 20px;
}
/*.login-input-itme.active{
  top:0;
  opacity: 1;
}*/
.login-input-label {
    width: 48px;
    position: absolute;
    line-height: 22px;
    top: -11px;
    left: 12px;
    background-color: #fff;
    padding: 0 4px;
    color: #BCBCBC;
}

.login-btn-box {
    display: flex;
    justify-content: flex-end;
}

.login-btn {
    background-color: #FFCF50;
    color: #fff;
    position: relative;
    /*opacity: 0;*/
    transition: all 1s ease-out;
    width: 55px;
    height: 55px;
    /*top:-10px;*/
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
    top: 48px;
    opacity: 1;
}

    .login-btn .img {
        float: left;
        position: absolute;
    }

.login-btn-iocn {
    width: 13px;
    height: 11px;
}
/*.login-btn.active{
  top:48px;
  opacity: 1;
}*/
.login-btn .submit {
    position: relative;
    width: 100%;
    height: 100%;
}

    .login-btn .submit input {
        width: 100%;
        height: 100%;
    }

@media screen and (max-width: 1918px) {
    .login-title {
        margin-bottom: 0;
    }

    .login-input {
        padding-top: 0;
    }
}
