﻿html,
body {
    height: 100%;
}

.form-signin {
    max-width: 330px;
    padding: 1rem;
}

    .form-signin .form-floating:focus-within {
        z-index: 2;
    }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

/* reCAPTCHA responsive container */
/*.recaptcha-wrapper {
    transform: scale(0.85);*/ /* Küçült: İstersen 0.75 veya 0.9 yaparsın */
    /*transform-origin: 0 0;*/ /* Sol üst köşeden küçült */
    /*width: 100%;
}*/

/* Eğer popup içinde ekstra taşıyorsa */
/*.recaptcha-popup {
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    .recaptcha-wrapper {
        transform: scale(0.75);*/ /* Mobilde daha da küçült */
    /*}
}*/

.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d; /* Hafif gri */
    font-size: 18px;
    z-index: 10;
}

.grecaptcha-badge {
    visibility: hidden;
}

#loadingOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.85);
    z-index: 9999;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    #loadingOverlay p {
        margin-top: 1rem;
        font-size: 1.2rem;
        color: #333;
    }
