.loginModal {
    display: none;
    position: fixed;
    z-index: 10000;
    inset: 0;
}

.loginModal.loginModal--acik {
    display: block;
}

.loginModal-kapak {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.loginCont {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: url('../img/login/login_bg.jpg') no-repeat center center / cover;
}

.loginForm {
    display: block;
    width: min(600px, 92vw);
    background: url('../img/login/logo.png') #fff no-repeat top center / 45% auto;
    border-radius: 2.5rem;
    box-shadow: 0 1px 3px 1px rgb(0 0 0 / 20%);
    padding: 80px 24px 24px;
}

.loginForm .welcome {
    width: 90%;
    padding: 1rem 0;
    font-size: 150%;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
}

.loginLine {
    display: flex;
    flex-direction: column;
    width: min(300px, 100%);
    margin: 0 auto 1rem;
}

.loginLine label {
    width: 100%;
    padding: 0.3rem 0 0.3rem 25px;
}

.loginLine label[for=erisim] {
    background: url('../img/login/user.png') no-repeat left center / auto 70%;
}

.loginLine input[type=text] {
    width: 100%;
    height: 40px;
    background: #eaeaea;
    border: 0;
    border-radius: 0.5rem;
    padding: 0 10px;
    box-sizing: border-box;
}

.loginLine input[type=submit] {
    width: 150px;
    height: 40px;
    background: #e31e24;
    color: #fff;
    border: 0;
    border-radius: 0.5rem;
    cursor: pointer;
}

.loginLine input[type=submit]:hover {
    background: #c4191f;
}

.flexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginKapat {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #333;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
}

.loginMesaj {
    width: min(300px, 100%);
    margin: 0 auto 1rem;
    text-align: center;
    font-size: 90%;
    color: #666;
}

.loginDurum {
    display: none;
    width: min(300px, 100%);
    margin: 0 auto 1rem;
    padding: 0.65rem 0.75rem;
    border-radius: 0.5rem;
    font-size: 90%;
    text-align: center;
}

.loginDurum.loginDurum--acik {
    display: block;
}

.loginDurum--hata {
    background: rgba(244, 67, 54, 0.12);
    color: #b71c1c;
    border: 1px solid rgba(244, 67, 54, 0.35);
}

.loginDurum--ok {
    background: rgba(76, 175, 80, 0.12);
    color: #2e7d32;
    border: 1px solid rgba(76, 175, 80, 0.35);
}

.loginDurum--bilgi {
    background: rgba(33, 150, 243, 0.12);
    color: #1565c0;
    border: 1px solid rgba(33, 150, 243, 0.35);
}

.loginLine--gizli {
    display: none;
}

.loginLine--gizli.loginLine--acik {
    display: flex;
}

.loginLine input[type=submit]:disabled {
    opacity: 0.6;
    cursor: wait;
}

body.landingOturum #Authenticated {
    display: block !important;
}

body.landingOturum #notAuthenticated {
    display: none !important;
}

#Authenticated[data-oturum="1"] {
    display: block !important;
}

#notAuthenticated[data-oturum="0"] {
    display: block !important;
}

.landingAuthGrp {
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: 0;
    overflow: hidden;
}

.landingAuthAd {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.65rem;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.landingAuthAd:hover {
    opacity: 0.85;
}

.landingCikis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 100%;
    min-height: 2.25rem;
    padding: 0;
    margin: 0;
    border: 0;
    border-left: 1px solid rgba(22, 22, 55, 0.2);
    background: transparent;
    color: #161637;
    cursor: pointer;
}

.landingCikis:hover {
    background: rgba(22, 22, 55, 0.06);
}

.landingCikis:disabled {
    opacity: 0.5;
    cursor: wait;
}
