.wyfy_login_container {
    background-color: #347cd9;
    min-height: 330px;
    position: relative;
}
.wyfy_login_container .left_img{
    position: absolute;
    width: 800px;
    top: 58%;
    margin-top: -202.25px;
    margin-left: -400px;
    left: 32%;
}
#logo{
    margin:20px 0 0 7%;
    float: left;
    clear: left;
}
#tel{
    margin-top:50px; 
    margin-right: 10%;
    float: right;
    clear:right;
}

.wyfy_login_form {
    top: 50%;
    right: 10%;
    margin-top: -180px;
    position: absolute;
    width: 450px;
    height: 330px;
    background-color: #fff;
}
    
.wyfy_login_form .head_name {
    font-size: 18px;
    margin:20px 0 20px 0;
    width: 100%;
    color: black;
    position: absolute;
    left: 32px;
}
    
.wyfy_login_form .head_name span {
    line-height: 36px;
    color: #333333;
}
    
.wyfy_login_form form {
    width: 380px;
    margin: 60px auto 0;
}
    
.wyfy_login_form form>div {
    height: 40px;
    margin-bottom: 20px;
}
    
.wyfy_login_form form>div>input {
    width: 100%;
    line-height: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 0.1px solid rgba(11, 121, 200, 0.4);
}

.wyfy_login_input{
    color: #333333;
    /*margin-top:60px;*/
    margin-left: 35px;
}
.wyfy_login_input> a{

    float: right;
    margin-right: 35px;
}

.wyfy_login_footer{
    height: 50px;
    background-color: #f5f5f5;
    /*margin-top:30px;*/
}
.wyfy_login_footer>h5{
    color: #808080;
    text-align: center;
}



