
/*<div class="cover-image sptb-1" data-image-src="/images/banner_1920x600.jpg" >*/

.construction-image-login {
    background: url(../images/banner_1920x600.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

    .construction-image-login:before {
        position: fixed;
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        z-index: 1;
        left: 0;
        right: 0;
        /*background: linear-gradient(-225deg, rgba(231, 42, 26, 0.6) 0%, rgba(141, 11, 183, 0.6) 48%, rgba(231, 42, 26, 0.6) 100%);*/
    }

.construction-login {
    z-index: 1;
}

    .construction-login .btn.btn-icon {
        text-align: center;
        padding: 0;
        background: 0 0;
        font-size: 20px;
        color: $white;
        margin: 0 5px;
        border-radius: 50%;
        background: #fff;
    }

    .construction-login .btn {
        border-radius: 20px;
    }
