.application-success{
    width: 100%;
    height: auto;
    padding: 10px;
}

.application-success img {
    width: 100%;
    height: auto;
}

.success-padding {
    padding-left: 30px;
    padding-right: 30px;
}

.success-title {
    height: 60px;
    line-height: 60px;
}

.success-img {
    position: relative;
    width: auto;
    height: auto;
    margin-top: 10px;
}

.success-img img{
    width: 100%;
    height: auto;
}

.success-desc {
    position: absolute;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    bottom: 0;
    background: rgba(52, 52, 52, 0.8);
}

.success-desc-over {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 24px;
    padding: 10px;
    top: 0;
    background: rgba(52, 52, 52, 0.8);
    text-align: left;
}