﻿.Hero__Slogan {
    display: none;
    /* mobile-first */
}

.Hero__Slogan.PaymentPortal {
    display: none;
}

@media only screen and (min-width: 900px) {

    /* tablet and landscape */
    .Hero__Slogan {
        color: white;
        display: block;
        font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        font-size: 50px;
        font-weight: bold;
        left: 40px;
        letter-spacing: -0.8px;
        line-height: 60px;
        position: absolute;
        top: 50%;
        max-width: 50%;
        transform: translate(0, -50%);
        z-index: 9;
    }
}

@media only screen and (min-width: 1025px) {

    /* Desktop */
    .Hero__Slogan {
        left: 40px;
        line-height: 80px !important;
        font-size: 80px !important;
    }
}


.Hero__AnimationContainer {
    display: none;
    /* mobile-first */
}

@media only screen and (min-width: 900px) {

    /* desktop, tablet and landscape */
    .Hero__AnimationContainer {
        display: block;
        height: 100%;
        min-height: 100vh;
        margin-right: 3px;
        overflow: hidden;
    }

    div.forum-spaces-logo {
        display: block;
        top: 20px;
        left: 40px;
        max-width: 50px;
        transform: unset;
    }

    div.forum-spaces-logo img {
        height: 80px;
    }
}

.Hero__Animation {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    -moz-user-select: none;
    -ms-user-select: none;
}

.Hero__Animation {
    background-image: url("https://assets.weforum.org/static/odf-auth/login-page/1.0.3/img/weforum-background.jpg");
}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.6);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}

.Hero__AnimationContainer.Hero__FullScreen {
    display: none;
}

.Layout__MainContainer.Layout__PaymentPortal .Hero__AnimationContainer.Hero__HalfScreen {
    display: none;
}

.Layout__MainContainer.Layout__PaymentPortal .Hero__AnimationContainer.Hero__FullScreen {
    display: block;
}

.Layout__MainContainer.Layout__PaymentPortal .Hero__AnimationContainer {
    display: none;
    /* mobile-first */
    position: fixed;
    height: 100%;
    width: 100%;
}

.Layout__MainContainer.Layout__PaymentPortal .Hero__Slogan.PaymentPortal {
    display: block;
}

.Layout__MainContainer.Layout__PaymentPortal .Hero__Slogan.Original {
    display: none;
}

/* LAPTOP AND TABLET RESOLUTION */

@media only screen and (max-width: 900px) {}

div.wef_line__wrapper {
    display: none;
}

hr.wef_line__top {
    width: 100%;
    border: none;
    border-top: solid 2px #ffffff;
    margin: 0;
}

/* BRANDING CUSTOMIZATIONS SECTION */

/* FULL SCREEN */
@media only screen and (min-width: 900px) {
    /* Desktop */

    .Partner__Container {
        z-index: 10;
        display: none;
        position: absolute;
        display: flex;
        flex-direction: row;
        /* change this to row instead of 'column' */
        flex-wrap: wrap;
        /* added flex-wrap */
        left: 60px;
        bottom: 50px;
    }

    .Partner__Logo {
        max-width: 150px;
        height: 45px;
        margin-right: 12px;
    }

    .PoweredByTagline {
        max-width: 260px;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        letter-spacing: 0.2px;

        color: #FFFFFF;
    }

    .PoweredByFlexLine {
        display: flex;
        flex-basis: 100%;
    }
}

/* MOBILE/TABLET */
@media only screen and (max-width: 900px) {

    #layout-pannel-left {
        min-height: 140px;
    }

    .Partner__Wrapper {
        display: none;
    }

    .Partner__Container {
        display: flex;
        flex-direction: row;
        /* change this to row instead of 'column' */
        flex-wrap: wrap;
        /* added flex-wrap */
        margin: 10px;
        color: white;
    }

    .Partner__Logo {
        height: 40px;
        margin-right: 12px;
    }

    .Partner__Logo img {
        max-height: 40px;
    }

    .Layout__MainContainer .LoginForm__Container {
        margin-top: 20px;
        min-height: unset;
        height: unset;
    }

    #layout-pannel-right {
        margin-bottom: 50px;
    }
}

/* BRANDING CUSTOMIZATIONS SECTION */