.self-head img{
    display: block;
    width: 100%;
    height: 100%;
}
.background div.signInBox {
    padding: 0px 0px 30px 0px;
    border-radius: 24px;

}
.inputBoxData {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.inputBoxData  >input {
    display: inline-block;
    border-radius: 5px;
    height: 48px;
    width: 260px;
    border: #666 solid 1px;
    box-sizing: border-box;
    font-size: 16px;
    padding-left: 15px;
    
    
}



.inputBoxData >span {
    display: inline-block;
    color: #333;
    font-size: 16px;
    width: 64px;
    margin: 0 0 0 0;
    vertical-align: middle;
}
.inputBoxData >select  {
    display: inline-block;
    width: 260px;
    height: 48px;
    background-color: #F8F9FC;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 10px;
    line-height: 48px;
    height: 48px;
    

} 
.inputBoxData  option {
    line-height: 48px;
    display: inline-block;
    height: 49px;
    
}

.background .signInBox div.signInCen {
    width: 336px;
}
.background .signInBox a.signInBtn{
    border-radius: 14px;
}