@charset "UTF-8";

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

a.nav-link {
    color: #fff;
}

.navbar-toggler-icon-bg {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='#fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.immagine-background {
    position: relative;
    height: 100vh;
    width: 100%;
}

.immagine-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.immagine-background form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    background: rgba(0, 0, 0, 0.7);
}

form {
    max-width: 380px;
    width: 100%;
}

form h2 {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 45px;
}

form button {
    width: 100%;
    margin-top: 30px;
}


.form-control {
    background-color: #141414;
    border: #141414;
}

.form-control::placeholder {
    color: white;
    width: 100%;
}

.logos {
    padding: 20px;
}

.logos a {
    color: #fff;
}

.col-lg-3 a {
    text-decoration: none;
    color: #fff;
}

.copyright p {
    margin-bottom: 0;
    padding: 30px;
    text-align: center;
}


