<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* login.css */
/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Body Styles */
body {
    font-family: 'Poppins', sans-serif;


    /* background ayarlarÄ± */
    background-color: rgba(0, 0, 0, 0);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-size: cover;
}

.background {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Container Styles */
.girisKutusu {
    display: flex;
    justify-content: space-between;
    background-color: #eff2f7;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 70%;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
}

/* Logo Styles */
.kurumLogoAlani {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgKurumLogo {
    max-width: 400px;
}

.kurumLogo {
    width: 100%;
    height: auto;
}

/* Form Styles */
.girisBilgileri {
    flex: 1;
    padding: 30px 55px 5px;
    background-color: #ffffff;
    border-radius: 0px 10px 10px 0px;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
}

.girisBilgileri&gt;div {
    margin-bottom: 20px;
}

.input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.kullanici {
    padding-left: 25px;
    background: url("../image/profile-icon.svg") no-repeat left;
    background-size: 20px;
}

.sifre {
    padding-left: 25px;
    background: url("../image/psw-icon.svg") no-repeat left;
    background-size: 20px;
}

.alternatif {
    justify-content: space-between;
    display: flex;
    margin: 20px 0;
}

.beniHatirla {
    margin-right: 10px;
}

.beniHatirlaLabel {
    font-size: inherit;
    font-family: inherit;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.sifremiUnuttum {
    text-decoration: none;
    color: #287793;
    text-align: right;
}

/* Button Styles */
.girisYap {
    padding: 8px 30px;
    background-color: #93d5ed;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    .girisYap:disabled {
        cursor: not-allowed;
        background-color: #grey;
        opacity: 0.6;
    }

.girisYap:hover {
    box-shadow: 0 8px 25px -8px #93d5ed;
}

.girisYapDiv {
    text-align: right;
}


.qrGiris {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #287793;
    box-shadow: transparent;
    border: none;
    background-color: inherit;
    cursor: pointer;
}

/* Footer Styles */
.imgDijiLogo {
    text-align: center;
    width: 100%;
    margin-top: 15px;
}

.dijiLogo {
    max-width: 100px;
    margin-right: 10px;
    vertical-align: middle;
}

.error {
    padding: 15px;
    background-color: #fbdddd;
    color: #ea5455;
    border-radius: 5px;
}

.success {
    padding: 15px;
    background-color: #d4edda;
    color: #155724;
    border-radius: 5px;
}

.warning {
    padding: 15px;
    background-color: #fff3cd;
    color: #856404;
    border-radius: 5px;
}

.info {
    padding: 15px;
    background-color: #cce5ff;
    color: #004085;
    border-radius: 5px;
}


.primary {
    padding: 15px;
    background-color: #007bff;
    color: #ffffff;
    border-radius: 5px;
}

.secondary {
    padding: 15px;
    background-color: #6c757d;
    color: #ffffff;
    border-radius: 5px;
}

.light {
    padding: 15px;
    background-color: #f8f9fa;
    color: #212529;
    border-radius: 5px;
}

.dark {
    padding: 15px;
    background-color: #343a40;
    color: #ffffff;
    border-radius: 5px;
}

.highlight {
    animation: loading-spin 4s ease-in-out 2;
}

@keyframes loading-spin {
    25% {
        box-shadow: 0px 20px 30px -30px;
    }

    50% {
        box-shadow:  0px 20px 30px -20px;
    }

    0%, 100% {
        box-shadow: 0px 20px 30px -40px;
    }
}

.hidden {
    display: none; 
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hidden {
    display: none; /* BaÅŸlangÄ±Ã§ta gizli */
}

.link1 {
    padding: 8px 30px;
    background-color: transparent;
    color: #287793;
    border-style: solid;
    border-color: #93d5ed;
    border-width: 2px;
    border-radius: 5px;
    cursor: pointer;
}

.link1:hover {
    background-color: #93d5ed3f;
}

.version{
    margin: -10px;
    text-align:center;
    font-size: x-small;
}

/* Divider */

h5 {
    display: flex;
    align-items: center;
    color: #e4dada;
}

span {
    background: transparent;
    margin: 0 20px;
    color: #000;
}

h5:before,
h5:after {
    background: #c5c5c591;
    height: 1px;
    content: '';
    flex: 1;
}

h5.left:after,
h5.right:before {
    background: none;
}

/* text */
.copyrightText {
    font-size: smaller;
    text-align: center;
}

.hosgeldinText {
    margin-top: 25px;
    font-size: small;
}

.hosgeldinTitle {
    font-size: medium;
}

code {
    background-color: #eeeeee;
    padding: 2px 5px 2px;
    color: #e83e8c;
}

ol {
    padding-left: 20px;
}

li {
    font-weight: 300;
    letter-spacing: .01rem;
    color: #626262;
}

li&gt;strong {
    font-weight: 600;
    font-style: normal;
    line-height: 1.45;
    text-align: left;
}

.qrImageDiv {
    justify-content: center;
    align-items: center;
    margin: 15px;
    display: flex;
    overflow: none;
    position: relative;
}

.qrImage {
    max-width: 100%;
    height: auto;
    display: block;
}

.yonlendiriliyor {
    display: grid;
    justify-content: center;
    align-items: center;
}
.loading-image {
    max-width: 200px;
    max-height: 200px;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
    .background {
        align-items: flex-start;
    }

    .girisKutusu {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        width: 95%;

    }


    .kurumLogoAlani {
        margin-bottom: 20px;
    }

    .girisBilgileri {
        width: 100%;
    }

    .imgKurumLogo {
        max-width: 200px;
    }

    .kullanici,
    .sifre {
        padding-left: 15px;
        background-size: 15px;
    }

    .alternatif {
        align-items: center;
        margin: 20px 0;
    }

    .sifremiUnuttum {
        text-align: center;
        margin-top: 10px;
    }

    .girisYapDiv {
        text-align: center;
    }

    .girisYap {
        width: 100%;
    }
}

</pre></body></html>