html {
    background-image: none;
}

label.iPhoneCheckLabelOn span {
    padding-left: 0px;
}

#versionBar {
    background-color: #212121;
    position: fixed;
    width: 100%;
    height: 35px;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 35px;
    z-index: 11;
    -webkit-box-shadow: black 0px 10px 10px -10px inset;
    -moz-box-shadow: black 0px 10px 10px -10px inset;
    box-shadow: black 0px 10px 10px -10px inset;
}

.copyright {
    text-align: center;
    font-size: 10px;
    color: #CCC;
}

    .copyright a {
        color: #A31F1A;
        text-decoration: none;
    }

#ForgetModel {
    display: none;
}

.grecaptcha-badge {
    display: none;
}

/* Login Form Input ve Select Stilleri */
.formLogin .tip {
    margin-bottom: 15px;
    padding: 0 15px;
    position: relative;
}

/* Google reCAPTCHA Özel Stil */
.formLogin .tip .g-recaptcha {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

/* Yardımcı Metin */
.formLogin .tip .form-text-helper {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #666;
    font-style: italic;
    padding-left: 2px;
}

.formLogin .tip input[type="text"],
.formLogin .tip input[type="password"],
.formLogin .tip input[type="tel"] {
    width: 100%;
    padding: 14px 16px;
    font-size: 14px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    color: #333;
    background: #ffffff;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.formLogin .tip input[type="text"]:focus,
.formLogin .tip input[type="password"]:focus,
.formLogin .tip input[type="tel"]:focus {
    border-color: #667eea;
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1), 0 4px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}

.formLogin .tip input::placeholder {
    color: #999;
    font-weight: 400;
}

.formLogin .tip select {
    width: 100%;
    padding: 14px 16px;
    padding-right: 45px;
    font-size: 14px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    color: #333;
    background: #ffffff;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: auto;
    line-height: normal;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px;
}

.formLogin .tip select:focus {
    border-color: #667eea;
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1), 0 4px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}

.formLogin .tip select option {
    padding: 10px;
    color: #333;
}

/* Hover effects */
.formLogin .tip input[type="text"]:hover,
.formLogin .tip input[type="password"]:hover,
.formLogin .tip input[type="tel"]:hover,
.formLogin .tip select:hover {
    border-color: #b8c5f2;
}

/* Disabled state */
.formLogin .tip input:disabled,
.formLogin .tip select:disabled {
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 0.6;
}

/* Login Tabs */
.login-tabs {
    margin-bottom: 15px;
    text-align: center;
}

.login-tabs a {
    display: inline-block;
    margin: 0 5px;
}

/* Mobil İmza Panelleri */
.tip_verify {
    width: 85%;
    padding: 0px 5px;
    margin: 5px auto 20px auto;
    font-size: 13px !important;
}

.verifyInformation {
    font-weight: 600;
}

.verifyInformationRed {
    color: red;
    font-weight: 400;
}

.verifyButton {
    margin-top: 15px;
}

.chzn-container {
    text-align: left;
}

.chzn-container .chzn-results {
    max-height: 130px;
    overflow: auto;
}

.dropdownBox {
    width: 100%;
    margin-bottom: 10px;
}

/* Desktop/tablet eski düzen aynen kalsın */
#login {
    margin-top: -270px;
    transition: margin-top 0.3s ease;
}

/* SADECE mobil düzeltme */
@media (max-width: 480px) {
    html, body {
        overflow-x: hidden !important;
    }

    #login .inner,
    #login .formLogin,
    #LoginModel {
        height: auto !important;
        min-height: unset !important;
        overflow: visible !important;
    }

    #login {
        margin-top: 100px !important;
    }

        #login .inner {
            width: auto !important;
            max-width: none !important;
            margin: 0 10px !important;
        }

    .formLogin .tip {
        padding: 0 10px !important;
        margin-bottom: 10px !important;
    }

        .formLogin .tip input[type="text"],
        .formLogin .tip input[type="password"],
        .formLogin .tip input[type="tel"],
        .formLogin .tip select {
            width: 100% !important;
            box-sizing: border-box !important;
            font-size: 14px !important;
            padding: 11px 12px !important;
        }

    .login-tabs a {
        margin: 0 2px !important;
        font-size: 12px !important;
    }

    .formLogin .tip .form-text-helper {
        font-size: 11px !important;
        text-align: center !important;
        line-height: 1.3 !important;
    }

    .formLogin .tip .g-recaptcha {
        transform: scale(0.86);
        -webkit-transform: scale(0.86);
        transform-origin: center top;
        -webkit-transform-origin: center top;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    #login {
        margin-top: -280px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    #login {
        margin-top: -290px;
    }
}

@media (min-width: 1025px) {
    #login {
        margin-top: -270px;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    #login {
        margin-top: -280px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    #login {
        margin-top: -290px;
    }
}

@media (min-width: 1025px) {
    #login {
        margin-top: -270px;
    }
}


