body#page-auth-phone-login {
    background-image: url('fon1.png');
    margin: 0;
    padding: 0;
    height: 100vh;
}

body#page-auth-phone-login #page-wrapper {
    max-width: 100%;
    width: 55%;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    position: relative;
    top: 0;
}

body#page-auth-phone-login #page-content {
    padding: 0;
    height: 100%;
}
/* background: linear-gradient(to bottom, #f0f2f5, #e9ecef);*/
body#page-auth-phone-login .login-container {
    max-width: 300px;
    width: 100%;
    margin: 50px auto 0;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3); /* Adjusted for visibility: increased offset, moderate opacity */
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative; /* Ensure it has its own stacking context */
    z-index: 1; /* Bring it above other elements */
    background-color: rgba(255, 255, 255, 0.8); /*  Explicitly set white background to contrast shadow */
}

body#page-auth-phone-login .login-footer {
    margin-top: auto;
}

body#page-auth-phone-login .login-header {
    text-align: center;
    margin-bottom: 20px;
}

body#page-auth-phone-login .login-header h1 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

body#page-auth-phone-login .navbar {
    display: none;
}


#page.drawers .main-inner {
background-color: rgba(255, 255, 255, 0.8);
max-width: 650px;

    }
#region-main {
    background: transparent;
}