﻿@font-face {
    font-family: "Cemb-Light";
    src: url("../fonts/HelveticaNeueLTStd-Lt_gdi.woff");
}

@font-face {
    font-family: "HelveticaNeueLTStd-Th";
    src: url("../fonts/HelveticaNeueLTStd-Th_gdi.woff");
}

body {
    background-color: #f00;
    font-family: "Cemb-Light", sans-serif;
    font-weight: 300;
}

.height {
    height: 100vh;
}

.card {
    border: none;
    padding: 20px;
    background-color: #d00612;
    color: #fff;
}

.circle {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5855e7;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
}

.form-input {
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .form-input i {
        position: absolute;
        font-size: 18px;
        top: 15px;
        left: 10px;
    }

        .form-input i.errore {
            float: right;
            margin-right: 20px;
            margin-top: -50px;
            position: relative;
            z-index: 2;
            color: red;
            /*position: absolute;
        font-size: 18px;
        top: 15px;
        left: 510px;
        color:red;*/
        }
        .form-input i.dropdown-arrow {
            float: right;
            margin-right: 50px;
            margin-top: -55px;
            position: relative;
            z-index: 2;
            color: black;
        }

.form-control {
    height: 50px;
    background-color: #fff;
    text-indent: 24px;
    font-size: 15px;
    color: black;
    font-size: 18px;
}

    .form-control:focus {
        background-color: #fff;
        box-shadow: none;
        color: black;
        border-color: #d00612;
    }

.form-check-label {
    margin-top: 2px;
    font-size: 14px;
}

.signup {
    height: 50px;
    font-size: 14px;
}

button {
    height: 42px;
    width: 191px;
    display: inline-flex;
    border: none;
    font-size: 15px;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    cursor: pointer;
    transition: all 0.5s ease;
    background-image: -moz-linear-gradient(top, #cb6e7a 0%, #be6779 12%, #ae5e77 23%, #42236b 78%, #321a69 88%, #251368 100%);
    /* FF3.6-15 */
    background-image: -webkit-linear-gradient(top, #cb6e7a 0%, #be6779 12%, #ae5e77 23%, #42236b 78%, #321a69 88%, #251368 100%);
    /* Chrome10-25,Safari5.1-6 */
    background-image: linear-gradient(to right, #cb6e7a 0%, #be6779 12%, #ae5e77 23%, #42236b 78%, #321a69 88%, #251368 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

    button:hover {
        background-size: 200% auto;
        background-position: right center;
    }

a.continua {
    border-radius: 0 !important;
    margin-bottom: 40px;
    background-color: red;
    border: 0 none;
    float: left;
    clear: both;
    color: white;
    -webkit-transition: background-color 0.35s ease;
    transition: background-color 0.35s ease;
    font-size: 1.8em;
    padding: 10px 40px;
    font-family: 'HelveticaNeueLTStd-Th';
    text-decoration: none;
}

    a.continua:hover {
        border-radius: 0 !important;
        background-color: #e30613;
        border: 0 none;
        color: white;
        text-decoration: none;
    }

a.chiudiInformativa {
    border-radius: 0 !important;
    margin-bottom: 40px;
    background-color: red;
    border: 0 none;
    float: left;
    clear: both;
    color: white;
    -webkit-transition: background-color 0.35s ease;
    transition: background-color 0.35s ease;
    font-size: 1.8em;
    padding: 10px 40px;
    font-family: 'HelveticaNeueLTStd-Th';
    text-decoration: none;
}

    a.chiudiInformativa:hover {
        border-radius: 0 !important;
        background-color: #e30613;
        border: 0 none;
        color: white;
        text-decoration: none;
    }

.title-form {
    height: 50px;
    line-height: 50px;
    color: white;
    font-size: 2.2em;
    width: 100%;
    text-align: left;
    font-family: 'HelveticaNeueLTStd-Th';
}

.fa {
    color: black;
}

a {
    color: white;
}

    a:hover {
        color: white;
    }

.flexCheckChecked {
    background-color: red;
    border-color: white;
}

.check {
    font-weight: bold;
}

select:invalid,
select option[value=""] {
    color: #8e8e8e;
}

option:disabled {
    color: #8e8e8e;
}

.select-placeholder {
    color: #8e8e8e;
}
