﻿
main {
    background-image: url(../../images/ragazzo.png);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 100px;
}

#home-title {
    padding-bottom: 60px;
}

.title1 {
    color: #cc122e;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.title2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}

.title3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5px;
    display: none;
}

.title4 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 35px;
}

.title5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 7px;
    display: none;
}

.title6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 7px;
}

.title7 {
    font-size: 20px;
    font-weight: 500;
    display: none;
}

.left-col a, .left-col a:hover {
    color: #cc122e;
}

.login-box {
    color: #000000;
    background-color: #ffde00;
    padding: 40px 50px;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.title11 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.title12 {
    font-size: 18px;
    padding-bottom: 50px;
    border-bottom: 1px solid #000000;
}

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

    main {
        background-size: 63%;
        background-position-y: 80%;
        background-position-x: 35%;
    }
}

@media only screen and (min-width: 1921px) and (max-width: 2200px) {

    main {
        background-size: 63%;
        background-position-y: 80%;
        background-position-x: 25%;
    }
}

@media only screen and (max-width: 1920px) {

    main {
        background-size: 63%;
        background-position-x: initial;
        background-position-y: calc(100% - 10px);
    }
}

@media only screen and (max-width: 991px) {

    .login-box {
        padding: 40px 50px;
        min-height: auto;
    }

    main {
        background-size: 75%;
        background-position-x: initial;
        background-position-y: calc(100% - 10px);
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {

    main {
        /*background-size: 75%;*/
        background-position-x: initial;
        background-position-y: calc(100% - 10px);
    }
}

@media only screen and (max-width: 575px) {

    main {
        /*background-size: 65%;*/
        /*background-position-x: initial;*/
        /*background-position-y: bottom;*/
    }

    .login-box {
        padding: 20px 30px;
    }

    .title1 {
        font-size: 35px;
    }

    .title2 {
        font-size: 30px;
    }

    .title3 {
        font-size: 25px;
    }

    .title4 {
        font-size: 25px;
    }

    .title5 {
        font-size: 20px;
    }

    .title4 {
        font-size: 20px;
    }
}