body {
    background-image: url(/Login-assets/assets/img/logos/login-banner.jpg); 
}

a {
    color: #000000;
    text-decoration: underline;
}

.login-wrapper {
    background-image: url('../img/logos/login-card-bg-img.png');
    /* background-color: rgb(18 20 23);*/
    color: rgb(255 255 255);
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 32px;
    padding-bottom: 32px;
    box-shadow: rgba(200, 128, 231, 0.3) 0px 12px 21px;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 16px;
    overflow: hidden;
    border: 3px solid #5fccf4;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

    .login-wrapper::after {
        background: #fff;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        left: 0px;
        z-index: 0;
    }
    .login-wrapper form {
        position: relative;
        z-index: 1;
    }
.sign-in_btn {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: Barlow, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.75;
    color: rgb(255 255 255);
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: #4caf506e 0px 6px 12px;
    display: block;
    align-self: center;
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 40px auto 0px;
    text-decoration: none;
    padding: 12px 22px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 4px;
    background: linear-gradient(100deg, #68cce2 0%, #3d77bb 100%);
    width: 100%;
    transition: .5s ease all;
}

    .sign-in_btn:hover {
        box-shadow: #4caf5000 0px 6px 12px;
    }

    .same-box {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 35px;
        background: #000;
        border-radius: 10px;
    }

    .same-box img {
        width: 30px;
    }


.form-control {
    font-family: Barlow, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 2.4375em;
    box-sizing: border-box;
    cursor: text;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    padding-left: 14px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.form-label.text-black {
    font-weight: 500;
    margin-top: 7px;
}

@media (max-width: 991px) {
    .login-wrapper {
        width: 100%;
    }

    .m-5.mt-3.mb-3 {
        margin: 16px !important;
    }
}

canvas#canvas-club {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -3;
}

.text-black {
    color: #000;
}