i#togglePassword {
    position: absolute;
    top: 60%;
    right: 10px;
}

body {
    height: 100vh;
    width: 100%;
    background-image: url('/login-assets/assets/img/logos/login-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-wrapper {
    padding: 20px 40px;
    border-radius: 28px;
    width: 50%;
    border: 1px solid #ababab;
    background: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}

.sign-in_btn {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    color: #fff;
}

.sign-in_btn {
    background: linear-gradient(35deg, rgb(9 157 227) 0%, rgb(22 109 203) 45%, rgb(29 37 73) 100%);
}


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

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


.form-control {
    padding: .575rem .75rem;
    line-height: 2;
}

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

@media (max-width: 991px) {
    .login-wrapper {
        width: 100%;
    }
    body {
        height: 100%;
        background-image: url('/login-assets/assets/img/logos/login-banner.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding:10px
    }
}

canvas#canvas-club {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -3;
}
a {
    color: #272d45 !important;
}
.login-wrapper form a {
    text-align: center;
    display: block;
}