.navigation{
    display: none;
}
.login-right{
    width:350px;
    max-height: 400px;
    box-shadow: 0px 0px 7px 1px rgba(51,51,51,.1);
}
.login-right-top{
    position: relative;
    padding: 30px 25px 60px 25px;
}
.login-right-top p{
    font-size:20px;
    color:#707070;
    margin-bottom:15px;
    display: inline-block;
}
.login-right-top>div{
    margin-top:20px;
    border:1px solid #d8d8d8;

    display: flex;
    justify-content: flex-start;
    align-items: center;

}
.login-right-top>div label{
    display: flex;
    flex: 1;
    align-items: center;
    padding:8px 0px;
}
.login-right-top>div i{
    width:40px;
    height: 24px;
    display: inline-block;
    border-right: 1px solid #d8d8d8;
}
.login-right-top>div input{
    flex:1;
    line-height: 24px;
    border:none;
    outline: none;
    font-size: 14px;
    margin-left: 11px;
    margin-right: 11px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
.label-phone i{
    background: url("../image/login1.png")no-repeat center;
    background-size: 40%;
}
.label-password i{
    background: url("../image/login2.png")no-repeat center;
    background-size: 40%;
}
.loginBtn{
    margin-top:20px;
    width:100%;
    display: inline-block;
    line-height: 42px;
    color:white;
    text-align: center;
    outline: none;
    border:none;
    background: #00a4ff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}
.login-bottom{
    display: flex;
    justify-content: flex-end !important;
    align-items: center;
    margin-top:10px !important;
    border:none!important;
    padding:0px !important;
}
.login-bottom>a{
    color:#999999;
    font-size: 12px;

}
.login-bottom a:first-child{
    margin-right: 12px !important;
}
.login-right-bottom{
    height: 52px;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-top:1px solid #eee;
}
.login-right-bottom span{
    font-size: 12px;
    color:#999999;
}
.from{
    display: none;
    text-align: center;
    margin-top:50px;
}
.from img{
    width:300px;
    height: 300px;
}
.login-right-bottom img{
    width:20px;
    height: 20px;
    margin-left: 5px;
}
input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 14px;
}

@media screen and (max-width: 769px) {
    .login{
        flex-wrap: wrap;
        padding-top:.2rem;
    }
    .login-left>div{
        margin-right: 10%;
        margin-top:10%;
    }
    .login-left{
        width:100%;
    }
    .login-right{
        width: 92%;
        margin: -3.5rem auto 0;
    }
    .login-right-top>div input{
        background: transparent;
    }
    .login-right-bottom{
        display: none;
    }
}
.login-showModel {
    color: red;
    line-height: 20px;
    font-size: 13px;
    display: none;
    float: left;
    position: absolute;
    left: 26px;
    top: 67px;
    padding-left: 18px;
}
.login-showModel:after {
    content: '!';
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid red;
    border-radius: 50%;
    font-size: 12px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 13px;
    text-align: center;
}
