a {
    text-decoration:none;
}

body {
    background-image: none !important;
}

h3 {
    text-align:center;
    color: #fff !important;
    font-size: 23px !important;
}

.verify-description {
    max-width: 470px;
    margin: 0 auto;
    font-size: 16px;
}

hr.wa-bline {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #aa9678;
    margin: 30px auto;
    padding: 0;
    width: 70px;
}

.wa-verify-wrapper {
    position: relative;
    padding-top: 150px;
}

.wa-verify-detail {
    max-width: 450px;
    width:100%;
    position: absolute;
    top: -190px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

@media only screen and (max-width: 600px) {
    .wa-verify-detail {
        top: -130px;
    }
}

@media only screen and (max-height: 900px) {
    #main-wrapper {
        height: auto;
        padding-top: 120px;
        padding-bottom: 30px;
    }
}