.header {
    min-height: 100px;
    background-color: #211D45;
}
.header .title {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
}
.header .message {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.delete-account .content {
    background-color: #fff;
    margin: 40px 16px !important;
    padding: 16px;
    border-radius: 10px;
    width: 100%;
    max-width: 400px;
}

label {
    display: block;
    font-size: 17px;
}

.input-style {
    display: block;
    border: 1px solid #666666;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 32px;
    width: 100%;
    font-size: 17px;
}

.delete-account-btn {
    width: 100%;
    padding: 16px;
    font-size: 17px;
    color: #fff;
    background-color: #cf282b;
    border: none;
    outline: none;
    border-radius: 6px;
}


@media (max-width:767px) { 
    .delete-account .content {
        margin: 10px 0;
        padding: 8px;
    }    

    .privacy-policy .content .title {
        font-size: 14px;
    }

    .header {
        min-height: 150px;
    }

    .header .title {
        font-size: 25px;
    }
}

@media screen and (max-width: 512px) {
    .header .title {
        font-size: 20px;
    }

    .delete-account .content {
        padding: 8px;
    } 
}