body {
    background-image: url('/wp-content/uploads/2025/07/Bullmania-Login-Background.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    max-height: 100vh;
}

.ml-main {
    justify-content: center;
}

.ml-main .elementor-widget-shortcode {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
}

.ml-main .elementor-widget-container {
    display: flex;
    align-items: center;
}

.bm-logo {
    position: absolute;
    top: 16px;
    left: 24px;
}

.bm-login-box {
    border-radius: 14px;
    border: 1px solid #161E25;
    background: rgba(7, 10, 12, 0.60);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    width: 338px;
    margin: auto;
    padding: 24px 32px;
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.bm-login-logo {
    margin-bottom: 32px;
}

.bm-login-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    margin-bottom: 32px;
    color: #E4EAEF;
    width: 100%;
    text-align: left;
}

.bm-login-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    width: 100%;
}

.bm-login-username, 
.bm-login-password {
    width: 100%;
    background-color: #11171D;
    border-radius: 72px !important;
    border: 1px solid #212C36 !important;
    padding: 12px;
    color: #54728B;
    transition: .3s all;
}

.bm-login-username:active,
.bm-login-password:active,
.bm-login-username:focus,
.bm-login-password:focus,
.bm-login-username:focus-visible,
.bm-login-password:focus-visible {
    border: 1px solid #D18FCB !important;
    background: #540F4D;
    outline: unset !important;
}

.bm-login-submit {
    margin: 8px auto 0 auto;
    border-radius: 28px !important;
    border: 1px solid #D18FCB;
    background-color: #540F4D;
    padding: 12px;
    width: 80%;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    color: #E4EAEF !important;
    transition: .3s all;
}

.bm-login-submit:hover {
    color: #61D78B !important;
    background-color: #003329;
    border: 1px solid #61D78B;
}

.bm-login-submit svg path {
    transition: .3s;
}

.bm-login-submit:hover svg path {
    fill: #61D78B;
}

.bm-login-get-started {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #E4EAEF;
    display: block;
    text-align: center;
    margin-top: 12px;
}

.bm-login-get-started a {
    color: #D18FCB;
    transition: .3s all;
}

.bm-login-get-started a:hover {
    color: #61D78B !important;
}


.bm-login-get-started a svg path {
    fill:  #D18FCB;
    transition: .3s all;
}

.bm-login-get-started:hover a svg path {
    fill: #61D78B !important;
}

.bm-login-error {
    border-radius: 4px;
    background: #260000;
    padding: 6px 8px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 122%;
    color: #FF1A1A;
    width: 100%;
}