body {
    background-image: url(/Login-assets/assets/img/logos/login-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

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

.login-wrapper {
    background-color: rgb(255, 255, 255);
    color: rgb(22, 22, 19);
    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;
}


.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: rgba(68, 110, 253, 0.3) 0px 6px 12px;
    display: block;
    align-self: center;
    min-width: 150px;
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 40px auto 0px;
    text-decoration: none;
    padding: 8px 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: 25px;
    background: linear-gradient(100deg, var(--bs-orange) 0%, var(--bs-yellow) 100%);
}



.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;
}
