﻿html.pol-cover,
body.pol-cover {
    min-height: 100%;
    margin: 0;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: #e2e2f2;
}

@-ms-viewport {
    width: auto;
}

.inizio-bg-morning-mist {
    background-color: #e2e2f2;
}

.sc-header-cover {
    background-image: url('../images/sc-branding/bg_inizio_sc_login_desktop.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFF;
    min-height: 300px;
    margin: 0;
    clip-path: polygon(0 0, 100% 0, 100% 65%, 0 85%);
}

.sc-floating-logo {
    float: right;
    position: absolute;
    max-width: 250px;
    right: 10px;
    top: 10px;
    z-index: 1000;
    padding: 5px;
}

.sc-header-container {
    position: relative;
}

.sc-floating-title {
    width:300px;
    bottom: 20px;
    margin: auto;
    z-index: 1000;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #004259;
}

.sc-floating-logo-title {
    float: right;
    position: absolute;
    right: -150px;
    top: 140px;
    z-index: 1002;
    padding: 5px;
    width: 600px;
    margin: auto;
    font-size: 16px;
    font-weight: bold;
    color: #451284;
}

.sc-text-regular {
    font-size: 12px;
    font-weight: normal;
    color: #2a034c;
}

.sc-title-semibold {
    font-size: 18px;
    font-weight: bold;
    color: #451284;
}

.inizio-floating-powered-by {
    float: right;
    position: absolute;
    max-width: 100px;
    right: 80px;
    top:120px;
    z-index: 1003;
    padding: 5px;
}

.inizio-floating-btn-discover-more {
    float: right;
    position: absolute;
    right: -90px;
    top: 110px;
    z-index: 1004;
}

.sc-btn-register-today, .sc-btn-register-today:hover {
    font-size: 14px;
    font-weight: bold;
    color: #71A121;
}

.sc-main-title {
    font-size:18px;
    font-weight: bold;
    color: #004259;
}

.sc-btn-alternate-login {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    color: #71a121;
    cursor: pointer;
}

.sc-btn-text-regular {
    font-size: 14px;
    font-weight: normal;
    color: #004259;
}

.sc-btn-footer-menu,
.sc-btn-footer-menu > a,
.sc-btn-footer-menu > a:hover,
.sc-btn-footer-menu > a:focus {
    font-size: 12px;
    font-weight: normal;
    color: #004259;
    position: relative;
}

.sc-btn-footer-menu img {
    position: absolute;
    left: 15px;
    bottom: 5px;
}

.btn-primary {
    background-color: #451284;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    margin: 15px;
    color: #FFF;
    border:none;
    text-decoration: none;
    border-radius: 30px;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background-color: #7949F0;
        font-size: 18px;
        font-weight: 600;
        padding: 10px;
        margin: 15px;
        color: #FFF;
        text-decoration: none;
        border:none;
        border-radius: 30px;
    }
.inizio-btn-secondary,
.inizio-btn-secondary > a {
    background-color: #00CA9F;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    margin: 15px;
    border:none;
    color: #2A034C;
    text-decoration: none;
    border-radius: 30px;
}


    .inizio-btn-secondary:hover, .inizio-btn-secondary:focus, .inizio-btn-secondary:active, .inizio-btn-secondary.active, .open > .dropdown-toggle.inizio-btn-secondary {
        background-color: #1cefc2;
        color: #451284;
        border:none;
    }

.sc-subtitle-center {
    margin: auto;
    width: 80%;
    padding: 30px 10px 10px 10px;
}



.sc-login-form {
    margin: auto;
    width:75%;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2=0);
}

.sc-login-modal-form {
    margin: auto;
    width: 80%;
    background-color: #e2e2f2;
    padding: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2=0);
}


.pol-cover .body-content {
    background: transparent !important;
    margin: auto;
}

.pol-cover .form-group {
    margin: 5px !important;
}

.pol-cover .bs-callout {
    padding: 0 0 0 5px !important;
}

.pol-cover .copyright {
    width: 100%;
    max-width: 150px;
}

#loginForm .body-content {
    padding: 0 !important;
    margin: 0 !important;
}



.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    text-shadow: 0 0 5px #ffffff;
}



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

    @-ms-viewport {
        width: auto;
    }

    .sc-header-cover {
        background-image: url('../images/sc-branding/bg_inizio_sc_login_desktop.jpg');
        background-position: left top;
        background-repeat: no-repeat;
        background-size:  cover;
        background-color: #FFF;
        filter:grayscale(0.10);
        min-height: 420px;
        margin: 0;
        clip-path: polygon(0 0, 100% 0, 100% 65%, 0 95%);
    }


    .sc-floating-logo {
        float: right;
        position: absolute;
        max-width: 250px;
        right: 20px;
        top: 40px;
        z-index: 1000;
        padding: 5px;
    }

    .sc-floating-title {
        width:360px;
        bottom: 60px;
        margin: auto;
        z-index: 1000;
        padding: 5px;
        font-size: 24px;
        font-weight: bold;
        color: #004259;
    }
    .sc-floating-logo-title {
        float: right;
        position: absolute;
        right: -140px;
        top: 180px;
        z-index: 1002;
        padding: 5px;
        width: 600px;
        margin: auto;
        font-size: 24px;
        font-weight: bold;
        color: #451284;
    }

    .inizio-floating-powered-by {
        float: right;
        position: absolute;
        max-width: 150px;
        right: 100px;
        top: 165px;
        z-index: 1003;
        padding: 2px;
    }

    .inizio-floating-btn-discover-more {
        float: right;
        position: absolute;
        right: -100px;
        top: 170px;
        z-index: 1004;
    }
    .sc-text-regular {
        font-size: 16px;
        font-weight: normal;
        color: #2a034c;
    }

    .sc-title-semibold {
        font-size: 16px;
        font-weight: bold;
        color: #451284;
    }

    .sc-btn-register-today, .sc-btn-register-today:hover {
        font-size: 16px;
        font-weight: bold;
        color: #71A121;
    }

    .sc-main-title {
        font-size: 16px;
        font-weight: bold;
        color: #004259;
    }

    .sc-btn-alternate-login {
        font-size: 14px;
        font-weight: normal;
        font-style: italic;
        color: #71a121;
        cursor: pointer;
    }

    .sc-btn-text-regular {
        font-size: 16px;
        font-weight: normal;
        color: #2a034c;
    }

    .sc-btn-footer-menu,
    .sc-btn-footer-menu > a,
    .sc-btn-footer-menu > a:hover,
    .sc-btn-footer-menu > a:focus {
        font-size: 16px;
        font-weight: normal;
        color: #004259;
    }
    .sc-subtitle-center {
        margin: auto;
        width: 70%;
        padding: 30px 10px 10px 10px;
    }

    .pol-cover .bs-callout {
        border-left: 0 !important;
        border-top: 3px solid #eee;
        padding: 5px 0 0 0 !important;
    }

    .pol-cover .checkbox {
        padding-top: 15px;
        padding-right: 5px;
    }

    .sc-login-form {
        margin: auto;
        width: 40%;
        background-color: #ffffff;
        padding: 20px;
    }

    .btn-primary {
        background-color: #451284;
        font-size: 18px;
        font-weight: 600;
        padding: 10px;
        margin: 15px;
        color: #FFF;
        border: none;
        text-decoration: none;
        border-radius: 30px;
    }

        .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
            background-color: #7949F0;
            font-size: 18px;
            font-weight: 600;
            padding: 10px;
            margin: 15px;
            color: #FFF;
            text-decoration: none;
            border: none;
            border-radius: 30px;
        }

    .inizio-btn-secondary,
    .inizio-btn-secondary > a {
        background-color: #00CA9F;
        font-size: 18px;
        font-weight: 600;
        padding: 15px;
        margin: 20px;
        border: none;
        color: #2A034C;
        text-decoration: none;
        border-radius: 30px;
    }


        .inizio-btn-secondary:hover, .inizio-btn-secondary:focus, .inizio-btn-secondary:active, .inizio-btn-secondary.active, .open > .dropdown-toggle.inizio-btn-secondary {
            background-color: #1cefc2;
            color: #451284;
            border: none;
        }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {


    @-ms-viewport {
        width: auto;
    }

    .sc-header-cover {
        background-image: url('../images/sc-branding/bg_inizio_sc_login_desktop.jpg');
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #C4D3D2;
        filter: grayscale(0.10);
        min-height: 420px;
        margin: 0;
        clip-path: polygon(0 0, 100% 0, 100% 65%, 0 95%);
    }

    .sc-floating-logo {
        float: right;
        position: absolute;
        max-width: 300px;
        right: 25px;
        top: 5px;
        z-index: 1000;
        padding: 5px;
    }
    .sc-floating-title {
        width:500px;
        bottom: 70px;
        margin: auto;
        z-index: 1000;
        padding: 5px;
        font-size: 30px;
        font-weight: bold;
        color: #004259;
    }

    .sc-floating-logo-title {
        float: right;
        position: absolute;
        right: -120px;
        top: 170px;
        z-index: 1002;
        padding: 5px;
        width: 600px;
        margin: auto;
        font-size: 24px;
        font-weight: 600;
        color: #451284;
    }

    .inizio-floating-powered-by {
        float: right;
        position: absolute;
        max-width: 250px;
        right: 100px;
        top: 160px;
        z-index: 1003;
        padding: 5px;
    }

    .inizio-floating-btn-discover-more {
        float: right;
        position: absolute;
        right: -100px;
        top: 170px;
        z-index: 1004;
    }

    .sc-text-regular {
        font-size: 16px;
        font-weight: normal;
        color: #2a034c;
    }

    .sc-title-semibold {
        font-size: 16px;
        font-weight: bold;
        color: #451284;
    }

    .sc-btn-register-today, .sc-btn-register-today:hover {
        font-size: 16px;
        font-weight: bold;
        color: #71A121;
    }

    .sc-main-title {
        font-size: 16px;
        font-weight: bold;
        color: #004259;
    }

    .sc-btn-alternate-login {
        font-size: 14px;
        font-weight: normal;
        font-style: italic;
        color: #71a121;
        cursor: pointer;
    }

    .sc-btn-text-regular {
        font-size: 16px;
        font-weight: normal;
        color: #004259;
    }

    .sc-btn-footer-menu,
    .sc-btn-footer-menu > a,
    .sc-btn-footer-menu > a:hover,
    .sc-btn-footer-menu > a:focus {
        font-size: 16px;
        font-weight: normal;
        color: #004259;
    }

    .sc-subtitle-center {
        margin: auto;
        width: 60%;
        padding: 30px 10px 10px 10px;
    }

    .pol-cover .bs-callout {
        border-left: 0 !important;
        border-top: 3px solid #eee;
        padding: 5px 0 0 0 !important;
    }

    .pol-cover .checkbox {
        padding-top: 15px;
        padding-right: 5px;
    }

    .sc-login-form {
        margin: auto;
        width: 35%;
        background-color: #ffffff;
        padding: 20px;
    }

    .btn-primary {
        background-color: #451284;
        font-size: 18px;
        font-weight: 600;
        padding: 10px;
        margin: 15px;
        color: #FFF;
        border: none;
        text-decoration: none;
        border-radius: 30px;
    }

        .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
            background-color: #7949F0;
            font-size: 18px;
            font-weight: 600;
            padding: 10px;
            margin: 15px;
            color: #FFF;
            text-decoration: none;
            border: none;
            border-radius: 30px;
        }

    .inizio-btn-secondary,
    .inizio-btn-secondary > a {
        background-color: #00CA9F;
        font-size: 18px;
        font-weight: 600;
        padding: 15px;
        margin: 20px;
        border: none;
        color: #2A034C;
        text-decoration: none;
        border-radius: 30px;
    }


        .inizio-btn-secondary:hover, .inizio-btn-secondary:focus, .inizio-btn-secondary:active, .inizio-btn-secondary.active, .open > .dropdown-toggle.inizio-btn-secondary {
            background-color: #1cefc2;
            color: #451284;
            border: none;
        }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {


    @-ms-viewport {
        width: auto;
    }

  
    .sc-floating-logo {
        float: right;
        position: absolute;
        max-width: 400px;
        right: 55px;
        top: 20px;
        z-index: 1001;
        padding: 5px;
    }

    .sc-floating-logo-title {
        float: right;
        position: absolute;
        right: -40px;
        top: 240px;
        z-index: 1002;
        padding: 5px;
        width: 600px;
        margin: auto;
        font-size: 24px;
        font-weight: 600;
        color: #451284;
    }
    .inizio-floating-powered-by {
        float: right;
        position: absolute;
        max-width: 180px;
        right: 155px;
        top: 240px;
        z-index: 1003;
        padding: 5px;
    }
    
    .inizio-floating-btn-discover-more {
        float: right;
        position: absolute;
        right: -50px;
        top: 250px;
        z-index: 1004;
    }

    .sc-floating-title {
        width:600px;
        bottom:100px;
        margin: auto;
        z-index: 1000;
        padding: 5px;
        font-size: 38px;
        font-weight: bold;
        color: #451284;
    }

    .sc-header-cover {
        background-image: url('../images/sc-branding/bg_inizio_sc_login_desktop.jpg');
        background-position: top left;
        background-repeat: no-repeat;
        background-size: auto;
        background-color: #ffffff;
        filter: grayscale(0.10);
        min-height: 600px;
        margin: 0;
        clip-path: polygon(0 0, 100% 0, 100% 65%, 0 95%);
    }


    .sc-text-regular {
        font-size: 20px;
        font-weight: normal;
        color: #2a034c;
    }

    .sc-title-semibold {
        font-size: 20px;
        font-weight: bold;
        color: #451284;
    }

    .sc-btn-register-today, .sc-btn-register-today:hover {
        font-size: 20px;
        font-weight: bold;
        color: #71A121;
    }

    .sc-main-title {
        font-size: 20px;
        font-weight: bold;
        color: #004259;
    }

    .sc-btn-alternate-login {
        font-size: 18px;
        font-weight: normal;
        font-style: italic;
        color: #451284;
        cursor: pointer;
    }

    .sc-btn-text-regular {
        font-size: 18px;
        font-weight: normal;
        color: #414156;
    }

    .sc-btn-footer-menu,
    .sc-btn-footer-menu > a,
    .sc-btn-footer-menu > a:hover,
    .sc-btn-footer-menu > a:focus {
        font-size: 20px;
        font-weight: normal;
        color: #414156;
    }

    .sc-subtitle-center {
        margin: auto;
        width: 50%;
        padding: 30px 10px 10px 10px;
    }


    .pol-cover .bs-callout {
        border-left: 0 !important;
        border-top: 3px solid #e2e2f2;
        padding: 5px 0 0 0 !important;
    }

    .pol-cover .checkbox {
        padding-top: 15px;
        padding-right: 5px;
    }
    

 
    .sc-login-form {
        margin: auto;
        width: 30%;
        background-color: #ffffff;
        padding: 20px;
    }

    .btn-primary {
        background-color: #451284;
        font-size: 18px;
        font-weight: 600;
        padding: 10px;
        margin: 15px;
        color: #FFF;
        border: none;
        text-decoration: none;
        border-radius: 30px;
    }

        .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
            background-color: #7949F0;
            font-size: 18px;
            font-weight: 600;
            padding: 10px;
            margin: 15px;
            color: #FFF;
            text-decoration: none;
            border: none;
            border-radius: 30px;
        }

    .inizio-btn-secondary,
    .inizio-btn-secondary > a {
        background-color: #00CA9F;
        font-size: 18px;
        font-weight: 600;
        padding: 15px;
        margin: 20px;
        border: none;
        color: #2A034C;
        text-decoration: none;
        border-radius: 30px;
    }


        .inizio-btn-secondary:hover, .inizio-btn-secondary:focus, .inizio-btn-secondary:active, .inizio-btn-secondary.active, .open > .dropdown-toggle.inizio-btn-secondary {
            background-color: #1cefc2;
            color: #451284;
            border: none;
        }
}

