﻿
/* Questo non dovrebbe funzionare ma funziona 
    Per aggiungere stili bisogna aggiungerli anche su appsettings.json ma solo a volte funziona
*/

body {
    /*font-weight: 300;*/
    line-height: 25px;
    letter-spacing: 0px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bg-dark {
    background-color: #1d1d21 !important;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.opacity-3 {
    opacity: .3;
}

.opacity-4 {
    opacity: .4;
}

.bg-banner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-privacy {
    padding: 55px;
    background-color: white;
    overflow: auto;
}

.fullscreen {
    height: 100vh !important;
    width: 100%;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #212121;
    background-color: dimgrey;
}

.top-navbar {
    font-size: 12px;
}

.top-navbar .container-fluid ul li:first-child {
    font-size: 12px;
    padding: 0 15px 0 0px;
}

.top-navbar .container-fluid ul li a {
    color: #fff;
    text-decoration: none
}

.top-navbar .container-fluid ul li {
    font-size: 12px;
    padding: 0 15px;
}

.link-to-site a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.bg-blurred-gray-transparent {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgb(65 65 64 / 70%);
}

.font-weight-700 {
    font-weight: 700;
}

.text-banner h1 {
    font-size: 4.2vw;
    line-height: 1.2;
    font-weight: 900;
}

.content-page {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
    position: relative;
}

.content-page-no-justify {
    height: 100%;
    display: flex;
    flex-direction: column;
    /*    justify-content: space-between;*/
    z-index: 2;
    position: relative;
}

.text-coming-soon {
    font-size: 25px;
    line-height: 55px;
    margin-bottom: 3%
}

.text-coming-soon a {
    color: #fff;
    text-decoration: none;
}

.form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-field-white {
    font-size: 17px;
    line-height: 21px;
    background-color: #fff;
    border-radius: 25px;
    min-width: 500px;
    padding: 15px;
    margin-top: 17px;
    margin-bottom: 17px;
    display: block;
    font-weight: 900;
    border: 0;
    text-align: center;
}

.button-field-prim {
    font-size: 17px;
    line-height: 21px;
    background-color: #0087CC;
    border-radius: 25px;
    min-width: 500px;
    padding: 15px;
    margin-top: 17px;
    margin-bottom: 17px;
    display: block;
    font-weight: 900;
    border: 0;
    text-align: center;
}

.button-field-prim:hover {
    background-color: #299cd6 !important;
}

.form-field-white::placeholder, .button-field-prim::placeholder {
    color: #3C3C3B
}

.vline {
    width: 1px;
    background-color: #fff;
    margin-left: 30px;
    margin-right: 30px;
}

.text-info-footer {
    font-size: 15px;
    color: #fff;
    margin-bottom: 3%
}

.text-info-footer a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .text-coming-soon {
        font-size: 20px;
        line-height: 55px;
        margin-bottom: 5%;
    }

    .text-banner h1 {
        font-size: 10vw;
        line-height: 1.2;
    }

    .form-field-white, .button-field-prim {
        min-width: 300px;
    }
}

.footer_link {
    text-align: center;
    padding: 0.5rem 3rem;
}

.footer_link ul li {
    display: inline-block;
    padding: 0 10px;
}

.footer_link a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.footer_link a:hover {
    font-weight: bold;
}
