/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
*/
/* line 7, ../../sass/screen.scss */
body {
    background: #fff;
}

/* line 11, ../../sass/screen.scss */
.header {
    background: #fff;
}

/* line 15, ../../sass/screen.scss */
.content-login, .content-login-idp {
    background-size: 120% auto;
    padding: 0;
    margin: 0;
    height: 100vh;
    width: 100vw;
    list-style: none;
    align-items: center;
    justify-content: center;
}

.logo-finnet {
    background-image: url("logo_finnet.png");
    /* background-size:     cover; */                     /* <------ */
    background-repeat:   no-repeat;
    background-position: left center;              /* optional, center the image */
}

.logo-colaborha {
    background-image: url("logo_colaborha.png");
    /* background-size:     cover; */                     /* <------ */
    background-repeat:   no-repeat;
    background-position: left center;              /* optional, center the image */
}

.logo-holerite {
    background-image: url("logo_holerite.png");
    /* background-size:     cover; */                     /* <------ */
    background-repeat:   no-repeat;
    background-position: left center;              /* optional, center the image */
}

.logo-leroy {
    background-image: url("logo_leroy.png");
    /* background-size:     cover; */                     /* <------ */
    background-repeat:   no-repeat;
    background-position: left center;           /* optional, center the image */
}

.logo-cvale {
    background-image: url("logo_cvale.jpg");
    /* background-size:     cover; */                     /* <------ */
    background-repeat:   no-repeat;
    background-position: left center;           /* optional, center the image */
}

.content-login-colaborha {
    background-image: url("bg_colabora.jpg");
}

.content-login-holerite {
    background-image: url("bg_holerite.jpg");
}

.content-login-leroy {
    background-image: url("bg_leroy.jpg");
}

.content-login-cvale {
    background-image: url("bg_cvale.jpg");
}

@media (min-width: 800px) {
    .content-login .container, .content-login-colaborha .container, .content-login-idp .container, 
    .content-login-holerite .container, .content-login-leroy .container, .content-login-cvale .container{
        width: 600px;
    }

    .content-login, .content-login-idp {
        display: flex;
    }

    .content-login .container-login,
    .content-login-colaborha .container-login-colaborha, 
    .content-login-holerite .container-login-holerite, 
    .content-login-cvale .container-login-cvale,
    .content-login-leroy .container-login-leroy {
        padding: 5px;
        font-weight: bold;
    }
}

@media (max-width: 800px) {
    .content-login .container-login,
    .content-login-idp .container, 
    .content-login-colaborha .container,
    .content-login-holerite .container, 
    .content-login-leroy .container, 
    .content-login-cvale .container{
        /*width: 100vw;*/
    }

    .container  {
        padding-left: 0;
        padding-right: 0;
    }

    .xs-no-pading {
        padding-left: 0;
        padding-right: 0;
    }
}


/* line 20, ../../sass/screen.scss */
.footer {
    padding: 20px;
    color: #ddd;
}

/* line 24, ../../sass/screen.scss */
.footer a {
    color: #c00;
}

/* line 29, ../../sass/screen.scss */
#portalcontent {
    padding: 20px 0;
}


.btn-primary {
    background-color: #003366 !important;
}