.sd-candidate-account-delete-intro {
    background-color: transparent !important;
}

.sd-candidate-account-delete {
    margin-bottom: 35px;
    padding: 20px;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.sd-candidate-account-delete-form {
    background-color: #e1eefa;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
}