.logo-container {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 60px;
}

.gif-wrapper {
    opacity: 0.7;
    display: flex;
    flex-direction: row !important;
    justify-content: center;
}

.company-logo {
    width: auto;
    height: 40px;
}

body {
    background: white;
}

.organisation-reset {
    display: none;
}

.title-container {
    max-width: 100%;
    word-break: break-word;
}

@media only screen and (max-width: 780px) {
    .organisation-reset {
        display: flex;
        justify-content: center;
        font-size: small;
        color: #3f78dc;
        font-weight: 500;
        text-decoration: underline;
        cursor: pointer;
    }
}

@media only screen and (max-width: 780px) {
    .videoRight {
        display: block !important;
        position: relative !important;
        flex: 1 1 auto !important;
        width: 100% !important;
        height: auto !important;
        z-index: 1 !important;
        order: 1 !important;
    }

    .mobileViewLogin {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        max-height: 60vh !important;
        z-index: 2 !important;
        border-radius: 30px 30px 0 0 !important;
        overflow-y: auto !important;
        padding: 2rem !important;
        box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2) !important;
        order: 2 !important;
        margin-top: -20px; /* Pull it slightly over the image if desired, or set to 0 */
    }
    
    .kt-grid--hor-tablet-and-mobile {
        display: flex !important;
        flex-direction: column !important;
        height: 100vh !important;
        overflow: hidden !important;
    }

    .kt-login__form p {
        text-align: center !important;
        font-size: 1.25rem !important;
    }

    .logo-container img {
        max-height: 30px !important;
        width: auto !important;
        margin: 0 auto !important;
        display: block !important;
    }

    .logo-container {
        margin: 0px !important;
        justify-content: center !important;
    }

    #logixn-form {
        width: auto !important;
    }
}

@media only screen and (max-width: 480px) {
    .mobileViewLogin {
        padding-right: 18px !important;
    }
}

@media only screen and (max-width: 380px) {
    .mobileRes {
        display: flex;
        flex-flow: column;
    }
}

.pr-0 {
    padding-right: 0px;
}

.m-0 {
    margin: 0;
}

.br-0 {
    border-radius: 0px;
}

.t-17 {
    top: 17px !important;
}

.remember-me__container {
    display: flex;
    justify-content: space-between;
    margin-top: 16.25px;
}

.errorMessage {
    color: red;
}

.p-0 {
    padding: 0;
}

.login-logo {
    height: auto;
    width: 250px !important;
}

#login-aside-image {
    transition: opacity 1s ease-in-out !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blur {
    opacity: 0.5;
}

.kt-login__body-custom {
    padding: 1rem 1rem;
}