/* ----------------------------------------------- */
/* GENERAL SETTINGS            
/* ----------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    background-color: #fff;
    color: #848484;
    font-size: 1rem;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
}

.head-top {
    background: #022f54;
    color: #87a3bb;
    font-size: 90%;
    padding: 20px 0;
}

.row {
    width: 70%;
    margin: 0 auto;
    padding: 5px 0;
}

section {
    padding: 80px 0;
}


.section-logo {
    margin: 35px 0;
    padding: 0 !important;
}

.section-main {
    margin: 0 !important;
    padding: 0 0 50px 0 !important;
    text-align: justify;
}

.section-np {
    padding: 0 0 50px 0 !important;
}

.hpi-label {
    font-weight: 700;
    color: #000;
}

ul {
    margin-left: 25px;
}

ul li {
    margin: 15px 0;
}

#deleteAccountForm input {
    margin-bottom: 25px;
}



/* ----- PARAGRAPHS ----- */
.long-copy {
    display: block;
    line-height: 145%;
    text-align: center;
}

p {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 25px;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.tu {
    text-transform: uppercase;
}


.logo-icon {
    height: 70px;
    margin: 1% 0;
}

.logo-icon-original {
    margin: 1% 0;
}

/* ----------------------------------------------- */
/* SECTION - FOOTER
/* ----------------------------------------------- */

footer {
    background-color: #022f54;
    padding: 30px;
    font-size: 80%;
    position:relative;
    bottom: 0;
    width: 100%;
}

.footer-nav-title,
.footer-nav-contact {
    font-weight: 400;
}

.footer-nav-contact-hr {
    background: rgba(186, 186, 186, 0.42);
    height: 1px;
    border: 0;
    margin: 0;
}

.footer-nav-info {
    font-weight: 400;
    background: #104571;    
}

footer p {
    color: #FFF;
    text-align: center;
    margin: 12px 0;
}

.mt-2 {
    margin-top: 2px;
    display: block;
    border: 0px solid red;
}

.mt-4 {
    margin-top: 10px;
    display: block;
    border: 0px solid red;
}







.container {
    max-width: 600px;
        min-height: 500px;
        margin: 0 auto;
        background-color: #fff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    h2 {
        /*text-align: center;*/
        color: #333;
        font-size: 1.25rem;
        margin: 15px 0;
    }

    h3 {
        margin: 15px 0 !important;
    }

    h4 {
        margin-bottom: 10px;
        font-size: 1.25rem;
        color: #4f72aa;
    }

    label {
        font-weight: bold;
    }
    input, textarea {
        width: 100%;
        padding: 10px;
        margin: 10px 0;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
    button {
        background-color: #007bff;
        color: #fff;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        margin-top: 10px;
    }
    button:hover {
        background-color: #0056b3;
    }