﻿body {
    background: url(/assets/images/neon2.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    font-family: Arial, Helvetica, sans-serif !important;
}

form {
    flex-grow: 1;
}

.login .dt-login--container {
    /*background: rgba(100,100,100,0.6) !important;*/
    background: unset !important;
}

div.form-group, .dt-login__content-footer {
    text-align: center;
}

.dt-login__logo {
    margin-bottom: 30px;
}

.login .dt-root {
    background: url(/assets/images/neon2.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.login #btnSend, .login #btnLogin, input[type="submit"]:hover {
    background-color: #08093A !important;
    border: 0;
    width: 200px !important;
    border-radius: 20px !important;
    margin-left: auto;
    margin-right: auto;
}

#rsscontent {
    position: fixed;
    left: 0px;
    height: calc(100vh);
    background-color: rgba(50,50,50,0.3);
    border: 0;
    padding: 10px 25px;
    width: calc(25vw);
    color: #fff;
    z-index: 10;
}

    #rsscontent ul > li > div {
        margin-top: auto;
        margin-bottom: auto;
    }

    #rsscontent div, #rsscontent a {
        color: #ccc !important;
        font-weight: normal;
        font-size: 14px;
    }

    #rsscontent a:hover {
        text-decoration: underline;
    }

    #rsscontent > div {
        margin-top: 80px;
    }

        #rsscontent > div h5 {
            margin-left: 25px;
            font-weight: bold;
            padding: 2px 0 5px 0;
            /*text-decoration: underline;*/
            color: #ccc;
            font-size: 18px;
        }

        #rsscontent > div > ul {
            overflow: auto;
            height: calc(100vh - 200px);
            padding: 0 25px;
        }

            #rsscontent > div > ul .tarih {
                padding-top: 10px;
                padding-right: 10px;
                font-size: 1.1rem; 
                display: flex;
                justify-content: space-between;
            }

    #rsscontent img {
        width: 70px;
        margin: 0 !important;
    }

    #rsscontent > div > ul > li {
        border-bottom: solid 1px #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
        gap: 10px;
    }

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    margin: 5px 0;
}

#fld_Email, #fld_Password, #fld_Password2 {
    background-color: #36363655;
}

#btnLogin {
    text-transform: none !important;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: rgba(196, 196, 196, 1);
    border: none;
    border-radius: 0px;
}

::-webkit-scrollbar-track {
    background: rgba(128, 128, 128, 0);
    box-shadow: inset 0px 0px 2px 4px rgba(250, 250, 250, 0);
}

div:has(> #chkBeniHatirla) {
    text-align: left;
    margin-bottom: 30px;
}

#chkBeniHatirla {
    width: 20px;
    height: 20px;
    display: inline;
    vertical-align: middle;
}

    #chkBeniHatirla + label {
        display: inline;
        font-size: 16px;
        vertical-align: middle;
    }