.elementor-378 .elementor-element.elementor-element-82cb1f7{--display:flex;--min-height:432px;--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;--overlay-opacity:0.73;}.elementor-378 .elementor-element.elementor-element-82cb1f7:not(.elementor-motion-effects-element-type-background), .elementor-378 .elementor-element.elementor-element-82cb1f7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-378 .elementor-element.elementor-element-82cb1f7::before, .elementor-378 .elementor-element.elementor-element-82cb1f7 > .elementor-background-video-container::before, .elementor-378 .elementor-element.elementor-element-82cb1f7 > .e-con-inner > .elementor-background-video-container::before, .elementor-378 .elementor-element.elementor-element-82cb1f7 > .elementor-background-slideshow::before, .elementor-378 .elementor-element.elementor-element-82cb1f7 > .e-con-inner > .elementor-background-slideshow::before, .elementor-378 .elementor-element.elementor-element-82cb1f7 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://mmstore.anilyahsi.tr/wp-content/uploads/2025/11/transportnew2-31.jpg");--background-overlay:'';background-position:center center;background-size:cover;}.elementor-378 .elementor-element.elementor-element-47e370f{--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-c3558ca *//* === Mim-Mak Login Sayfası Genel Alan === */
.mim-login-wrapper {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 15px;
    background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 40%, #f9e3e5 100%);
}

/* Kart */
.mim-login-card {
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    border-radius: 18px;
    padding: 32px 28px 28px;
    box-shadow: 0 14px 40px rgba(0,0,0,0.10);
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}

/* Mim-Mak kırmızı yuvarlak efekt */
.mim-login-card::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 140px;
    height: 140px;
    background: #E30613;
    opacity: 0.12;
    border-radius: 50%;
}

/* Üst Rozet */
.mim-login-logo {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 18px;
}

.mim-login-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: rgba(227, 6, 19, 0.06);
    color: #E30613;
    font-weight: 600;
}

/* Başlık & Alt Metin */
.mim-login-title {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin: 0 0 6px;
}

.mim-login-subtitle {
    font-size: 14px;
    color: #666;
    margin: 0 0 20px;
}

/* Form elemanları */
.mim-login-form form {
    margin: 0;
}

.mim-login-form p {
    margin-bottom: 14px;
}

.mim-login-form label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #444;
}

/* Inputlar */
.mim-login-form input[type="text"],
.mim-login-form input[type="password"] {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 10px 12px;
    font-size: 14px;
    transition: all 0.2s ease;
    outline: none;
    box-sizing: border-box;
}

.mim-login-form input[type="text"]:focus,
.mim-login-form input[type="password"]:focus {
    border-color: #E30613;
    box-shadow: 0 0 0 1px rgba(227,6,19,0.15);
}

/* Beni hatırla */
.mim-login-form .login-remember {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #555;
}

.mim-login-form .login-remember label {
    font-weight: 400;
    margin-left: 6px;
}

/* Giriş Butonu */
.mim-login-form .login-submit {
    margin-top: 8px;
}

.mim-login-form .login-submit input[type="submit"],
#mim_login_submit {
    width: 100%;
    border: none;
    border-radius: 999px;
    padding: 11px 16px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background: #E30613;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mim-login-form .login-submit input[type="submit"]:hover,
#mim_login_submit:hover {
    background: #b10410;
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(227, 6, 19, 0.30);
}

/* Alt Linkler */
.mim-login-extra {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.mim-login-link {
    font-size: 13px;
    color: #E30613;
    text-decoration: none;
    font-weight: 500;
}

.mim-login-link:hover {
    text-decoration: underline;
}

.mim-login-link-secondary {
    color: #333;
}

/* Mobil */
@media (max-width: 600px) {
    .mim-login-card {
        padding: 26px 20px 22px;
    }
    .mim-login-title {
        font-size: 20px;
    }
    .mim-login-subtitle {
        font-size: 13px;
    }
}/* End custom CSS */