/*
* @Author: xuebingsi
* @Date:   2019-04-01 13:37:17
* @Last Modified by:   zhibinm
* @Last Modified time: 2019-04-01 13:37:19
*/
.login-bg{
    /*background: #eeeeee url() 0 0 no-repeat;*/
     background:url(../images/bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.loginTop{
    width: 425px;
    height: 330px;
    background: #FFFFFF;
    padding: 30px;
    box-shadow: 7px 6px 28px 0px rgba(39,147,224,0.16);
    margin:10% auto;
    border-radius: 10px;
}
.loginTop .welcom{
    font-size: 24px;
    color: #4F9DFA;
    font-weight: 600;
    margin: 10px 0 40px 0;
}
.phoneBox{
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  
}
.phoneBox .leftPhone{
    width: 30px;
    text-align: right;
  
}
.phoneBox .leftPhone img{
    width:18px;
    height: 18px;
}
.phoneBox .srPhone{
    flex: 1;
    padding: 0 10px;
}
.phoneBox .srPhone  input{
    width: 96%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333333;
    border:none
}
.phoneBox .srPhone input::-webkit-input-placeholder {
    color: #aab2bd;
}
.forget a{
    width: 100%;
    display: block;
    color: #4F9DFA;
    text-align: right;
}
.loginBtn{
    width: 368px;
    height: 40px;
    background: linear-gradient(270deg, #4F9DFA 0%, #A3CDFF 100%);
    border-radius: 54px 54px 54px 54px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin:40px auto;
}


