body {
    background-image: url('../img/wmremove-transformed.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

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

    a:hover {
        color: #ffc107 !important;
    }


.sign-in_btn {
    background: #0f4f79;
    border-radius: 4px;
    border: 0px;
    width: 100%;
    color: #fff;
    padding: 12px 15px;
    font-family: var(--bs-font-sans-serif);
    font-weight: 500;
    font-size: 16px;
    box-shadow: 0px 2px 5px 1px #00000047;
    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;
}
