.main-body {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    /* box-shadow: 2px 2px 20px #666666; */
    border-radius: 12px;
}


.login-main .login-bottom .center .item input {
    width: 100%;
    height: 24px;
    line-height: 24px;
    padding: 0;
    border: 0;
    font-size: 14px;
    color: #888888;
}


.login-main .login-bottom .tip .icon-check {
    margin: 0 7px 0 0;
    width: 14px;
    height: 14px;
    border: none;
    background: url(../images/icon-login.png) no-repeat -111px -48px;
}

.login-main .login-bottom .center .item .icon {
    border: rgba(109, 114, 120, 0.2) solid 1px;
    border-right:none;
    text-align: center;
    padding: 10px;
}


.login-main {
    width: 400px;
    height: 560px;
    position: relative;
    float: left;
    background-color: #fff;
}

.login-main .login-top {

    width: 100%;
    margin-bottom: 10px;
    margin-top: 35px;

}

.login-main .login-top .login-logo{
    margin: 20px auto;
    margin-bottom: 10px;
    width: 80%;
}

.login-main .login-top .login-logo img{
    width: 100%;
}

.login-main .login-top  .login-Title{
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    padding: 10px 0px;
    color: rgba(1, 1, 1, 0.4);
}

.login-main .login-bottom {
    width: 400px;
    background: #fff;
    border-radius: 0 0 12px 12px;
    padding-bottom: 53px;
}

.login-main .login-bottom .center {
    width: 400px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 15px;
    position: relative;
}


.login-main .login-bottom .center .item {
    width: 80%;
    display: flex;
    flex-wrap: nowrap;
    margin: 15px 0px;
    margin-left: 10%;
    color: rgba(1, 1, 1, 0.5);
}

.CheckCode{
    border: rgba(109, 114, 120, 0.2) solid 1px;
    padding: 5px 20px;
    width: 100%;
}

.ReTxt{
    text-align: center;
    font-size: 1.1em;
    line-height: 26px;
    white-space: nowrap;
}
.ReTxtLink {
    width: 100%;
    text-align: right;
}
.ReTxtLink a {
    color: #1e9fff !important;
    font-size: 1.2em;
    line-height: 26px;
}

.ReTxtLink a:hover{
    color: #31bdec !important;
}

.login-main .login-bottom .center .item .Input{
    border: rgba(109, 114, 120, 0.2) solid 1px;
    width: 75%;
    padding: 0px 20px;
    padding-top: 5px;
    /* border-left: none; */
}

.ErrorCss{
    border: red solid 1px !important;
}

.iconSvg img{
    width: 15px;
}

.body {
    background: url(/html/images/smallloginbg.jpg) 0% 0% / cover no-repeat;
    position: static;
    font-size: 12px;
}

.bodySuccess {
    background: url(/html/images/loginbg.jpg) 0% 0% / cover no-repeat;
    position: static;
    font-size: 12px;
}

input::-webkit-input-placeholder {
    color: #a6aebf;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a6aebf;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a6aebf;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a6aebf;
}

input:-webkit-autofill {
    /* 取消Chrome记住密码的背景颜色 */
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

html {
    height: 100%;
}

.login-main .login-bottom .tip {
    clear: both;
    height: 16px;
    line-height: 16px;
    width: 288px;
    margin: 0 auto;
}

.login-main .login-bottom .tip .login-tip {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #15c0f2;
    cursor: pointer;
}

.login-main .login-bottom .tip .forget-password {
    font-stretch: normal;
    letter-spacing: 0;
    color: #1391ff;
    text-decoration: none;
    position: absolute;
    right: 62px;
}

.login-main .login-bottom .login-btn {
    width: 100%;
    height: 44px;
    background-color: #15c0f2;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    border: none;
}

.login-main .login-bottom .center .item .validateImg {
    cursor: pointer;
    height: 32px;
    margin-top: -10px;
    border: 1px solid #e6e6e6;
}

.login-main .login-bottom .center .item .CheckCodeImg{
    text-align: right;
    width: 100%;
    margin-top: 10px;
}

.footer {
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    position: absolute;
    text-align: center;
    line-height: 30px;
    padding-bottom: 10px;
    text-shadow: #000 0.1em 0.1em 0.1em;
    font-size: 14px;
}

.padding-5 {
    padding: 5px !important;
}

.footer a,
.footer span {
    color: #fff;
}

@media  (max-width:410px) and (min-width:360px) {
    .login-main {
        transform: scale(0.85);
        transform-origin: center center;
    }
    .main-body{
        top: 45%; 
    }
}

@media  (max-width:360px) and (min-width:270px){
    .login-main {
        transform: scale(0.7);
        transform-origin: center center;
    }
    .main-body{
        top: 45%;
    }

    .ReTxt{
        font-size: 1em;
    }
}