@font-face {
    font-family: "MaisonNeue";
    src: url("../font/MaisonNeue-Light.otf") format("opentype"),url('../font/MaisonNeue-Light.woff') format('woff'),url('../font/MaisonNeue-Light.woff2') format('woff2');
}

@font-face {
    font-family: "MaisonNeue";
    font-style: italic;
    src: url("../font/MaisonNeue-LightItalic.otf") format("opentype"),url('../font/MaisonNeue-LightItalic.woff') format('woff'),url('../font/MaisonNeue-LightItalic.woff2') format('woff2');
}
html {
    font-size:16px;

}
body {
    font-family: "MaisonNeue",sans-serif;
    background : #f2eae3;


}


html {
    font-size:16px;
}

.invalid-feedback {
    font-size: 60%;
}

.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}



.image-holder {
    height:100%;
    background: url("../img/integra_landing_bg_mobile.png") no-repeat 0 0;
    background-size: 100% auto ;

}
.image-holder-thankyou {
    height:100%;
    background: none;
    background-size: 100% auto ;

}
.img-thankyou-container {
    text-align:center;
}

.container-form{
    display:inline;
    max-width:90%;
    width:100%;
    padding-top: 70vw;
    padding-left: 7vw;
}

.container-thankyou{
    display:inline-block;
    max-width: 100vw;
    padding-top: 10vw;
    width:100%;
    /* padding-left: 10vw; */
    padding-left: 8vw;
    padding-right: 8vw;
}

.claim {
    color:#c73964;
    font-size: 8vw;
    line-height: 9vw;
    /*Volendo si puo togliere*/
    margin-left: -5px;
}

.claim-container {
    padding-top:6vw;
}

.text-container {
    padding-top: 3vw;
    font-size: 5vw;
    line-height: 6vw;
}

hr {
    border:1px solid #a09892;
}
.claim-container-thankyou {
    padding-top: 6vw;
    text-align: center;
}

.text-container-thankyou {
    padding-top: 13vw;
    text-align: center;
    font-size: 6.2vw;
    line-height: 8vw;
}

img.logo {
    width:48vw;

}

.img-freccia-container {
    text-align:center;
    padding-top: 10vw;
}

img.img-freccia {
    width: 9vw;
}

img.img-thankyou {
    width: 42vw;
}

.input-container {
    color:#a09892;
    padding-top: 1.75rem;
    font-size: 7vw;
}

.input-container .col-md-6 {
    padding-bottom: 1.56rem;
}

.input-container label {
    margin-bottom: 0px;
    margin-left: 8px;
    margin-top: 6vw;
}

.input-container input {
    font-size: 5vw;
    line-height: 13vw;
    height: 13vw;
    background:  #f2eae3;
    border-radius: 0px;
    border:3px solid #c6bab0;
}

.privacy-policy {
    color:#a09892;
    padding-top: 6vw;
    font-size: 5vw;
}

.privacy-policy a{
    color:#a09892;
}

.submit-button-container {
    padding-top:1.87rem;

}


.submit-button-container button ,.submit-button-container button:hover, .submit-button-container button:focus {
    width: 100%;
    padding: 3vw;
    border-radius: 0px;
    background: #c73964;
    border: 2px solid #c73964;
    font-size: 8vw;
}

.form-signin {
    padding-bottom:10vw;
}

.is-invalid
.form-check-label, .is-invalid
.form-check-label a {
    color: #c73964 !important;
}


.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr {
    opacity: .5;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}


@media screen and (min-width:992px) {

    html {
        font-size:7px;
    }

    .vertical-center {
        min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
        min-height: 100vh; /* These two lines are counted as one :-)       */

        display: flex;
        align-items: center;
    }

    .vertical-center-thankyou {
        min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
        min-height: 100vh; /* These two lines are counted as one :-)       */

        display: flex;
        align-items: center;
    }

    .image-holder {
        height: 100vh;
        background: url("../img/integra_landing_bg.png") no-repeat 0 0;
        background-size: auto 100% ;
        overflow-y:auto;
        overflow-x:hidden;
        background-attachment: fixed;
    }


    .image-holder-thankyou {
        height: 100vh;
        background: url("../img/integra_landing_bg.png") no-repeat 0 0;
        background-size: auto 100% ;
        overflow-y:auto;
        overflow-x:hidden;
        background-attachment: fixed;
    }
    .img-thankyou-container {
        text-align:center;
    }
    hr {
        border:2px solid #a09892;
    }

    .container-form{
        display:inline;

        max-width:80%;
        padding-top: 0px;
        padding-left: 0px;
        background: #f2eae3;
        border-radius: 0px;
    }

    .container-thankyou {
        display:inline-block;
        max-width: 100vw;
        width:100%;
        padding-top: 0vw;
        /* padding-top: 70vw; */
        /* padding-left: 10vw; */
        padding-left: 4vw;
        padding-right: 4vw;
    }
    .claim {
        color:#c73964;
        font-size: 4.8rem;
        line-height: 4.5rem;
        /*Volendo si puo togliere*/
        margin-left: -5px;
    }

    .claim-container {
        padding-top:4rem;
    }

    .text-container {
        padding-top: 1.56rem;
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
    .claim-container-thankyou {
        padding-top:0.8rem;
    }

    .text-container-thankyou {
        padding-top: 3rem;
        font-size: 3.4rem;
        line-height: 3.8rem;
    }

    img.logo {
        width:20rem;

    }
    img.img-thankyou {
        width: 15rem;

    }

    .input-container {
        color:#a09892;
        padding-top: 1.75rem;
        font-size: 2.1rem;
    }

    .input-container .col-md-6 {
        padding-bottom: 1.56rem;
    }

    .input-container label {
        margin-bottom: 0px;
        margin-left: 8px;
        margin-top: 0px;
    }

    .input-container input {
        font-size:2.4rem;
        line-height: 5.75rem;
        height: 5.75rem;
        background:  #f2eae3;
        border-radius: 0px;
        border:2px solid #c6bab0;
    }

    .privacy-policy {
        color:#a09892;
        padding-top: 1.1rem;
        font-size: 1.9rem;
    }

    .privacy-policy a{
        color:#a09892;
    }

    .submit-button-container {
        padding-top:1.87rem;

    }


    .submit-button-container button ,.submit-button-container button:hover, .submit-button-container button:focus {
        width: 25rem;
        padding: 1rem;
        border-radius: 0px;
        background: #c73964;
        border: 2px solid #c73964;
        font-size: 2.8rem;
    }
    .form-signin {
        padding-bottom:0vw;
    }

}

@media screen and (min-width:1280px) {

    html {
        font-size:9px;
    }

}

@media screen and (min-width:1440px) {

    html {
        font-size:10px;
    }

}

@media screen and (min-width:1650px) {

    html {
        font-size:12px;
    }

}
@media screen and (min-width:1920px){
    html {
        font-size:13px;
    }
}
@media screen and (min-width:2560px){
    html {
        font-size:16px;
    }
}

@media screen and (min-width:3840px){
    html {
        font-size:24px;
    }
}
