/* FONT UNBOUNDED */
@font-face {
    font-family: 'Unbounded';
    src: url('assets/Unbounded/static/Unbounded-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Unbounded';
    src: url('assets/Unbounded/static/Unbounded-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* GENERALE */
body {
    font-family: 'Unbounded', Arial, Helvetica, sans-serif;
    margin: 0;
    background-color: #fbfdff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100dvh;
    background-color: #E02121;
}

h1 {
    font-size: 2.5rem;
    text-align: center;
}

h2 {
    text-align: center;
    font-size: 1.8rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.3rem;
}

h5 {
    font-size: 1rem;
}

p {
    font-size: 1rem;
}

.text-center {
    text-align: center;
}

.font-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.mb-1 {
    margin-bottom: 8px !important;
}

.mb-2 {
    margin-bottom: 16px !important;
}

.mb-3 {
    margin-bottom: 32px !important;
}

.mb-4 {
    margin-bottom: 64px !important;
}

.mt-1 {
    margin-top: 8px !important;
}

.mt-2 {
    margin-top: 16px !important;
}

.mt-3 {
    margin-top: 32px !important;
}

.mt-4 {
    margin-top: 64px !important;
}

.me-1 {
    margin-right: 8px;
}

.me-2 {
    margin-right: 16px;
}

.d-block {
    display: block;
}

/* CONTAINER */
.container {
    /* width: 100%; */
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
} 
@media (min-width: 576px) {
    .container {
        width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

.main-login {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .main-login {
        flex-direction: column;
        gap: 80px;
        margin-block: 64px;
    }
}

/* HEADER */
header {
    padding-block: 16px;
    background: white;
    box-shadow: 0 -5px 12.5px #3333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    height: 45px;
}

@media (max-width: 991px) {
    .logo {
        width: 180px;
        height: auto;
    }
}

.topnav {
    overflow: hidden;
    /* background-color: black; */
    width: 100%;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topnav #myLinks {
    display: none;
    margin-top: 16px;
}

.topnav a {
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

/* .topnav a:hover {
    background-color: #ddd;
    color: black;
} */

#icon {
    color: black;
    padding: 0;
    display: block;
}

#icon:hover {
    padding: 0;
    background: transparent;
}

#logo {
    padding: 0;
}

#logo:hover {
    padding: 0;
    background: transparent;
}
/* HEADER */

/* MAIN */
main {
    padding-block: 32px;
}

.hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-grow: 1;
}

.hero img {
    max-height: 350px;
    object-fit: scale-down;
}

@media (max-width: 1199px) {
    .hero img {
        max-height: 300px;
    }
}

.login-container {
    background-color: #fff;
    border-radius: 30px;
    padding: 56px 56px 26px 56px;
    flex-grow: 1;
    max-width: 400px;
    display: flex;
    align-items: center;
    height: fit-content;
}

.input-field {
    width: -webkit-fill-available;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.login-button {
    width: 100%;
    padding: 10px;
    background-color: #E02121;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: 'Unbounded', Arial, Helvetica, sans-serif;
}

.login-button:hover {
    background-color: #dd4949;
}

.policy-link {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.forgot-password,
.privacy-link,
.cookie-link {
    text-decoration: none;
    display: block;
    text-align: center;
}

.forgot-password:hover,
.privacy-link:hover,
.cookie-link:hover {
    text-decoration: underline;
}

.forgot-password {
    color: #dd4949;
    font-size: 14px;
    margin-bottom: 10px;
}

.privacy-link,
.cookie-link {
    color: #757575;
    font-size: 12px;
    margin-bottom: 0px;
}

.divider {
    width: 100%;
    border: none;
    border-top: 1px solid #ddd;
    margin: 40px 0 10px 0;
}

/* MAIN */

/* FOOTER */

.footer {
    background: #252525;
    color: #fff;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 1200px;
    width: 100%;
}

.footer-logo {
    flex: 2;
    min-width: 300px;
    margin-bottom: 20px;
    padding-inline: 16px;
}

.footer-logo p {
    font-size: 14px;
}

.logo-irsaf {
    max-width: 140px;
    height: auto;
}

.footer-info {
    flex: 2;
    min-width: 300px;
    text-align: left;
    margin-bottom: 20px;
}

.footer-info p {
    margin: 0 0 8px 0;
    font-size: 14px;
}

.footer-info a,
.footer-logo a {
    color: #dd4949;
    text-decoration: none;
}

.footer-info a:hover,
.footer-logo a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-logo, .footer-info {
        text-align: center;
    }
}

/* FOOTER */





