.elementor-4790 .elementor-element.elementor-element-ee93a69{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-5715a62 *//* Wrapper to center login box */
.custom-login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f5f7fa; /* Light corporate background */
    font-family: 'Open Sans', sans-serif;
}

/* Login box styling */
.custom-login-box {
    background-color: #ffffff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 380px;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-login-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

/* Logo styling */
.login-logo {
    width: 120px;
    margin-bottom: 25px;
}

/* Login text styling */
.login-text {
    color: #333333;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.5;
}

/* miniOrange button wrapper customization (optional if needed) */
.miniorange-social-login-button {
    width: 100%;
    display: flex;
    justify-content: center;
}/* End custom CSS */