@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: "Roboto", serif;
    background-color: #F2F2F2;
}

.containerDeleghe {
    width: 100%;
    height: 100vh;
    padding: 50px;
    color: black;
}

#deleghe {
    background-color: white;
    padding: 50px 60px 30px 60px;
    border-radius: 10px;
    max-width: 1300px;
    min-height: 100vh;
}

/*#delegheSuccess {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}*/

.header h1 {
    font-family: "Oswald", serif;
    font-size: 32.36px;
    font-weight: 500;
    color: #005CA9;
    text-transform: uppercase;
}

.contentDeleghe {
    margin-top: 45px;
    max-width: 900px;
}

/*.contentDelegheSuccess {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}*/

.contentDeleghe h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contentDeleghe .labelForm div {
    margin-bottom: 3%;
}

.contentDeleghe .contentUploadFile {
    margin-bottom: 0px;
}

.contentDeleghe .labelForm label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.contentDeleghe .labelForm label a {
    text-decoration: none;
}

.contentDeleghe .labelForm div input {
    max-width: 500px;
    border: 1.01px solid #005CA9;
}

.labelForm #buttonFile {
    background-color: #005CA9;
    color: white;
    border-color: #005CA9;
}

.labelForm #buttonFile .btn-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.downloadDelegaSubD, .infoPrivacy {
    font-size: 15px;
    color: black;
}

.infoPrivacy {
    font-weight: 400;
    color: #2F2F2F;
}

.footerDeleghe {
    margin-top: 40px;
}

.footerDeleghe p {
    color: #575756;
    font-size: 15px;
}

.footerDeleghe p a {
    color: #575756;
    text-decoration: none;
    font-weight: bold;
}

.buttonBorderBlue {
    height: 40.45px;
    background-color: white;
    color: #005CA9;
    font-size: 17px;
    font-weight: 700;
    border: 1.5px solid #005CA9;
    border-radius: 8.09px;
    padding: 0px 10px;
    margin-right: 10px;
    text-transform: uppercase;
}

.buttonBorderBlue:hover {
    background-color: #005CA9;
    color: white;
    border: 1.5px solid #005CA9;
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.privacyTitle {
    color: #005ca9;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}