﻿#notification-banner {
    display: none;
}

.menu-header {
    display: none !important;
}

.logo-header {
    pointer-events: none;
}


.main-login-container {
    margin-top: 38px;
}

body {
    background-color: #000
}

#background-img {
    position: fixed;
    right: 0;
    bottom: 30px;
}

.background-container {
    position: relative;
}

    .background-container img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .background-container::after {
        content: "";
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }


.background-container {
    position: relative;
}


.main-sectioncls {
}

.login {
    position: absolute;
    top: 40%;
    background-size: cover;
    background-position: center center;
    width: 100vw;
    z-index: 999;
}

#new-login {
    position: relative;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50%;
    border-radius: 14px;
    margin: 30px auto;
    min-height: calc(var(--app-height) - 105px);
    width: calc(100vw - 150px);
    display: flex;
    padding-top: 50px;
}

.request-access .form {
    color: white;
    width: 100% 1216px;
}

.mediacloud-header-logo {
    height: 49px;
    width: 235.03px;
}

.login-header-button-container {
    position: absolute;
    bottom: 20vh;
}

.login-header {
    font-size: 44px;
    letter-spacing: -0.04em;
    line-height: 72px;
    color: #00263e;
    font-weight: 300;
    margin-bottom: 0 !important;
}

.login-sub-header {
    font-family: Heebo;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 72px;
    text-transform: capitalize;
    text-align: left;
    background-image: linear-gradient(to right, #f59fa8, #966fe8, #62c6ff, #76cbc8);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-page-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 12px;
    padding-top: 10vh;
}

.primary-button-wrapper {
    display: inline-block;
    padding: 1.5px;
    border-radius: 50px;
    background: linear-gradient(90deg, #F59FA8 0%, #CD8BC3 17%, #966FE8 33%, #7C9BF4 50%, #62C6FF 67%, #6CC9E2 83%, #76CBC8 100%);
}

.request-access .form button {
    position: relative;
    color: var(--color-white) !important;
    border: none;
    height: 47px;
    font-size: 13px;
    justify-content: flex-start;
    cursor: pointer;
    width: 155px;
    padding-left: 15px;
    background-color: transparent !important;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    border-radius: 50px;
}

button span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 12px;
    pointer-events: none;
}
.primary {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    color: white;
    text-align: center;
    background-color: black !important;
    border: 3px solid transparent;
    border-radius: 50px;
    cursor: pointer;
}
.first-button {
    margin-top: 0;
}