
#imageforbg {
    background-image: url('https://cdn1.dotesports.com/wp-content/uploads/2021/08/02060125/CSGO_Mirage_latest_version-1-1536x864.jpg');
    background-size: cover;
    background-position: center;
}

#section5 h1 {
    margin-top: 50px;
    color: #f5f5f5;
    text-shadow: 2px 2px 8px #f5f5f5;
}

#section5 h2 {
    color: #6D6496;
    text-shadow: 2px 2px 8px #6D6496;
}


#section5 #users h2 {
    color: #f5f5f5;
    animation: pt-glitch .65s cubic-bezier(.25, .46, .45, .9399999999999999) infinite both;
}

@keyframes pt-glitch {
    0% {
        text-shadow: 2px 2px 12px #eb055a, -2px -2px 2px #4632f0;
    }

    25% {
        text-shadow: -2px -2px 12px #eb055a, 2px 2px 12px #4632f0;
    }

    50% {
        text-shadow: 2px -2px 12px #eb055a, -2px 2px 12px #4632f0;
    }

    75% {
        text-shadow: -2px 2px 12px #eb055a, 2px -2px 12px #4632f0;
    }

    100% {
        text-shadow: 2px 2px 12px #eb055a, -2px -2px 12px #4632f0;
    }
}

#section5 #users p {
    color: #f5f5f5;
}

#section5 #reseller {
    background-color: #eb055a;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:600,400');

#container {

    background-size: cover !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#inviteContainer {
    display: flex;
    overflow: hidden;
    position: relative;
    border-radius: 100px 20px 20px;

    .acceptContainer {
        padding: 45px 30px;
        box-sizing: border-box;
        width: 400px;

        &:before {
            content: "";
            background-size: cover;
            box-shadow: inset 0 0 0 3000px #191534;
            filter: blur(10px);
            position: absolute;
            width: 150%;
            height: 150%;
            top: -50px;
            left: -50px;
        }
    }
}

#header {
    background-color: #1915348a;
}

#header h1 {
    animation: pt-glitch .65s cubic-bezier(.25, .46, .45, .9399999999999999) infinite both;
}

@keyframes pt-glitch {
    0% {
        text-shadow: 2px 2px 12px #eb055a, -2px -2px 2px #4632f0;
    }

    25% {
        text-shadow: -2px -2px 12px #eb055a, 2px 2px 12px #4632f0;
    }

    50% {
        text-shadow: 2px -2px 12px #eb055a, -2px 2px 12px #4632f0;
    }

    75% {
        text-shadow: -2px 2px 12px #eb055a, 2px -2px 12px #4632f0;
    }

    100% {
        text-shadow: 2px 2px 12px #eb055a, -2px -2px 12px #4632f0;
    }
}

form {
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    height: 100%;


    h1 {
        margin: 0 0 15px 0;
        font-family: 'Montserrat';
        font-weight: 600;
        font-size: 20px;
        color: #fff;
    }

    .serverInfo {
        display: flex;
        align-items: center;
        justify-content: center;


        p {
            padding-left: 10px;
            color: #fff;

            span {
                font-family: 'Montserrat';
                font-weight: 600;
            }

            .by {
                padding-left: 5px;
                font-size: 12px;
                opacity: .7;
            }

            .name {
                padding-left: 5px;
                font-size: 12px;
            }
        }
    }
}

.logoContainer {
    padding: 45px 30px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  

    img {
        width: 180px;
        margin-bottom: -5px;
        display: block;
        position: relative;
    }

    .text {
        padding: 25px 0 10px 0;
    }

    &:before {
        content: "";
        background-size: cover !important;
        position: absolute;
        top: -50px;
        left: -50px;
        width: 150%;
        height: 150%;
        
    }
}

#section5 button {
    background-color: #eb055963;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 30px;
}

#section5 button:hover {
    background-color: #eb0559;
    /* background: #ff6600/; */
    transform: translate(0, -5px) scale(1.05);
    box-shadow: 0 8px 12px #eb0559;
    transition: background 0.6s, transform 0.3s, box-shadow 0.3s;
}


#s5row{
    border-radius: 50px 50px 50px 50px;
    box-shadow: 4px 4px 10px 0px #eb0559; 
}
