﻿* {
    margin: 0;
    padding: 0;
}

html, body, form {
    width: 100%;
    height: 100%;
    background-color: #126e51;
    background-image: url(../../images/background.png);
    background-size: 195%;
    background-position: center;
    background-repeat: no-repeat;
}

#outerContainer {
    position: relative;
    width: 310px;
    height: 500px;
    /*background: teal;*/
    top: 30%;
    left: 50%;
    padding-top: 200px;
    box-sizing: border-box;
}

#innerContainer {
    position: relative;
    width: 100%;
    height: 100%;
    top: -50%;
    left: -50%;
}
.innerLogin {
    background: rgba(39,61,54,0.84);
    margin-top: 45px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 200px;
    z-index: 2;
}
#loginHeader {
    position: relative;
    top: 8px;
    height: 30px;
    width: 100%;
    background: rgba(255,81,23,0.8);
    /*background: rgb(38,88,137);*/
    box-sizing: border-box;
}

#gradientHighlight {
    position: absolute;
    height: 8px;
    width: 100%;
    /*background: -webkit-linear-gradient(top, rgb(21,157,209)0%, rgb(21,157,209)25%, rgb(43,182,241)26%, rgb(43,182,241)50%, rgb(33,156,215)51%, rgb(33,156,215)75%, rgb(41,128,181)76%, rgb(41,128,281)100% );*/
    background: -webkit-linear-gradient(top, rgb(111, 157, 175)0%, rgb(125, 164, 179)25%, rgb(113, 151, 167)26%, rgb(106, 128, 138)50%, rgb(61, 97, 115)51%, rgb(101, 123, 134)75%, rgb(71, 93, 107)76%, rgb(53, 60, 70)100% );
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    /*#innerContainer::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        bottom: -105%;
        left: 0;
        background: -webkit-linear-gradient(top, rgba(255,255,255, 0.1)0%, rgba(255,255,255, 0)40%);
        z-index: 4;
    }*/

#syte {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../images/client/syte.png) 90% 80% no-repeat;
}

#logoHyrje {
    position: absolute;
    top: -35%;
    left: -50%;
    width: 100%;
    height: 200px;
    background: url(../../images/bet_lux.png) center center no-repeat;
    background-size:contain;
}

.bestViewedWith {
    position: absolute;
    width: 300px;
    display: block;
    bottom: 0;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    color: white;
    text-align: center;
}

.language-option {
}

    .language-option img {
        width: 20px;
        height: 15px;
        margin-right: 8px;
    }

.selLng {
    display: flex;
    align-items: center;
  
}
    .selLng.en {
        background-image: url(/images/Flags/england2424.png);
        background-repeat: no-repeat;
        width: 27px;
        height: 24px;
        padding-right: 5px;
    }


    .selLng.al {
        background-image: url(/images/Flags/albania2424.png);
        background-repeat: no-repeat;
        width: 27px;
        height: 24px;
        padding-right: 5px;
    }

    .selLng.fr {
        background-image: url(/images/Flags/france2424.png);
        background-repeat: no-repeat;
        width: 27px;
        height: 24px;
        padding-right: 5px;
    }

    .selLng.de {
        background-image: url(/images/Flags/germany2424.png);
        background-repeat: no-repeat;
        width: 27px;
        height: 24px;
        padding-right: 5px;
    }

    .selLng.tr {
        background-image: url(/images/Flags/turkey.png);
        background-repeat: no-repeat;
        width: 27px;
        height: 24px;
        padding-right: 5px;
        background-position: center;
        background-size: contain;
    }