.download {
    background: url(https://hi77-overseas.mangafuna.xyz/static/website/images/download_bg_20190614.png) no-repeat;
    padding-bottom: 60px !important;
}

.container.download img {
    width: auto !important;
}

.phone {
    float: left;
    margin-left: 257px;
    margin-top: 104px;
}

.download_logo {
    float: left;
    margin-top: 125px;
    margin-left: 100px;
}

button {
    display: block;
    width: 270px;
    height: 70px;
    float: left;
    margin: 25px 34px 0 100px;
    background-color: #3590d6;
    box-shadow: 0 5px 5px 0 #8c8a8a;
    border: none;
    position: relative;
}

button:nth-of-type(2) {
    background: green;
}

button img {
    height: 45px;
    position: absolute;
    top: 13px;
    left: 34px;
}

button span {
    display: block;
}

button span:nth-of-type(1) {
    color: #fff;
    font-size: 28px;
    margin-left: 20px;
    margin-top: 7px;
    padding: 0;
}

button[disabled] {
    cursor: not-allowed;
}

button span:nth-of-type(2) {
    color: #fff;
    font-size: 17px;
    margin-left: 20px;
    margin-top: -6px;
}

button span:nth-of-type(3) {
    color: #000;
    font-size: 17px;

}

.downloadqrcode {
    text-align: center;
    float: left;
    margin: 47px 34px 0 100px;
}

.downloadqrcode #qrcode {
    margin: auto;
}

.downloadqrcode span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
}
.footer .row{
    margin-top:0 !important;
}
