body {
    background: linear-gradient(180deg, #2A7BFF 56px, rgba(0, 0, 0, 0) 400px) #f4f4f4;
}

#main-card {
    border-radius: .5rem;
    background: #fff url("images/vip-apply/background.png") left bottom / 1250px auto no-repeat;
}

#main-card h5 {
    margin-bottom: 1.5rem;
}


#main-card form {
    max-width: 500px;
}

.form-group > label:before {
    content: "*";
    color: red;
    padding-right: .5rem;
}

@media (max-width: 576px) {
    #diamond {
        opacity: .75;
    }
}