@import url("site.css");

.e4 {
    height: 100%;
}

.e4 .container {
    padding: 0;
}

.e4 .left .main {
    width: 40%;
    background: #fff;
    position: fixed;
    height: calc(100% - 72px);
    justify-content: center;
    box-sizing: content-box;    
    margin:0;
    z-index: 2;
    background: #fff !important;
    overflow: auto;
}

.e4 .left .main {
    z-index: 4;
}

.e4 .left .bg  {
    display: none;
    z-index: 3;
    position: fixed;
}

.e4 .left .dialog {
    width: calc(100% - 108px);
    max-width: 50%;
    align-self: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.e4 .left .togeather {
    margin-top: 16px;
    margin-bottom: 48px;
}

.e4 .left .togeather .img {
    background: url(../img/togeather.png);
    background-size: 162px 45px;
    width: 162px;
    height: 45px;
    max-height: 45px;
}

.e4 .right {
    width: 100%;
    height: 100vh;
    z-index: 1;
    position: relative;
}

.e4 .right .bg {
    background: url(../img/bg.jfif);
    background-size: cover;
    opacity: 0.25;
    width: 100%;
    height: 100vh;
}

.e4 .right .content {
    all: unset;
    position: absolute;
    top: 0px;
    left: calc(40%);
    width: 60%;
    overflow: hidden;
    text-align: center;
}

.e4 .right .content .inner {
    width: 90%;
    padding: 16px;
    margin:0 auto;
    align-items: center;
    display: flex;
    height: 100vh;
}

.e4 .right .content .inner img {
    max-width: 100%;
}

/*old but gold*/
.dn {
    display: none;
}

/*https://css-tricks.com/almanac/properties/a/align-items/*/
.sep {
    display: flex;
    padding: 8px 0px;
    justify-content: space-between;
    align-items: center;
}

.sep .middle {
    padding: 0px 8px;
    text-transform: uppercase;
    color: var(--sep);
}

.sep .left {
    all:unset;
    tab-size: 4;
}

.sep .right {
    all:unset;
    tab-size: 4;
}

.sep .line {
    border-top: 1px solid var(--sep);
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    flex: 1;    
    tab-size: 4;
    flex-grow:  1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin:0;
    padding:0;
    width: auto;
    height: auto;
}

.salesworld {
    position:fixed;
    z-index: 5;
    width: 100%;
    bottom: 0px;
    padding: 24px;
    background: #fff;
    font-family: VodafoneRgBd;
    color: var(--light-gray);
    text-align: center;
}

img#newCaptcha 
{
    width: 20px;
    height:20px;
    cursor: pointer;
    margin-top: 45px;
}

img#captcha 
{
    margin-top: 30px;
}

@media only screen and (max-width: 800px)  
{
    .e4 .container {
        width: auto;
    }

    .e4 .right {
        display: none;
    }

    .e4 .left .main {
        width: 80%;
        margin: 0 auto;
        position: relative;
        height: 100vh;
    }

    .e4 .left {
        width: 100%;
        text-align: center;;
    }

    .e4 .left .bg {
        display: block;
        width: 100%;
        background: url(../img/bg.jfif);
        background-size: cover;
        opacity: 0.25;
        width: 100%;
        height: 100vh;
    }
}