


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter';
    letter-spacing: .1px;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: calc(100% - 80px);
}

.head {
    position: fixed;
    top: 0;
    margin: 20px 40px;
    cursor: pointer;
}

.head > svg {
    width: 60px;
    height: 60px;
}

.head > svg > path {
    fill: #333;
    stroke: #333;
    stroke-width: 10px;
}

.head > svg > path#dis-katman {
    stroke: none;
    fill: none;
}

div#loginContainer {
    background: #ffffff;
    width: 1220px;
    margin: auto;
    height: 790px;
    margin-top: 80px;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 7%) 0px 3px 8px;
    display: flex;
    padding: 15px;
    min-width: 315px;
    align-items: center;
}

div#girisAlani {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 0 0;
    justify-content: center;
    gap: 35px;
    align-items: center;
    margin-left: -15px;
}

.login-parca {
    width: 315px;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    flex-direction: column;
    align-items: center;
}

div#girisAlani-1 {
    display: flex;
    background: #fafafa;
    gap: 0px;
    padding: 0px;
    border-radius: 4px;
    box-shadow: 0px 0px 3px 3px #fafafa;
    width: fit-content;
}

div#girisAlani-1 > div {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    padding: 5px 6px;
}

div#girisAlani-1 > div > div:first-child {
    width: 19px;
    height: 17px;
    overflow: hidden;
    scale: revert;
    align-items: center;
    margin-top: -2px;
}

div#girisAlani-1 > div > div:first-child > svg {
    width: 38px;
    height: 38px;
    margin: -8px 0 0 0px;
}

div#girisAlani-1 > div > div:first-child > svg path {
    fill: #767679;
}

div#girisAlani-1 > div > div:last-child {
    font-size: 12px;
    font-weight: 500;
    color: #767679;
    margin-top: -1px;
}

div.girisAlani-1-aktif {
    background: #ffffff;
    border-radius: 4px;
}

div.girisAlani-1-aktif > div:first-child > svg > path {
    fill: #333!important;
}

div.girisAlani-1-aktif > div:last-child {
    color: #333!important;
}

div#girisAlani-12 > div:first-child > svg {
    margin: -8px 0px 0px 3px!important;
}

div#girisAlani-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

div#girisAlani-21 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

div#girisAlani-22 {
    color: #555;
    font-size: 14px;
}

div#girisAlani-3 {
    display: flex;
    width: 100%;
}

form#formLoginForm {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 15px;
}

div#girisAlani-3-yazi {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

label#girisAlani-3-yazi-1 {
    font-size: 12.5px;
    color: #444;
    font-weight: 500;
}

input#girisAlani-3-yazi-2 {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    padding: 9px 7px;
    width: 100%;
    border: 1px solid #dadadaa1;
    border-radius: 8px;
    outline: none;
}

input#girisAlani-3-yazi-2:focus {
    box-shadow: 0px 0px 0px 3px #00000005;
}

div#girisAlani-3-yazi-3 {
    color: #c34648;
    font-size: 11px;
    display: none;
}

div.input-text-error > input {
    box-shadow: 0px 0px 0px 3px #fce1e0!important;
    border-color: #db7b77 !important;
    color: #c34648!important;
}

div.input-text-error > label {
    color: #c34648!important;
}

div.input-text-error > div {
    display: block!important;
}

div#girisAlani-3-sifre {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

div#girisAlani-3-sifre-1 {
    display: flex;
    justify-content: space-between;
}

label#girisAlani-3-sifre-11 {
    font-size: 12.5px;
    color: #444;
    font-weight: 500;
}

a#girisAlani-3-sifre-12 {
    font-size: 11.5px;
    color: #444444a3;
    font-weight: 500;
    text-decoration: none;
}

a#girisAlani-3-sifre-12:hover {
    color: #000000;
}

div#girisAlani-3-sifre-22 {
    color: #c34648;
    font-size: 11px;
    display: none;
}

div#girisAlani-3-sifre-22 > font {
    font-weight: 600;
}

div#girisAlani-3-sifre-2 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
    position: relative;
}

input#girisAlani-3-sifre-21 {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    padding: 9px 7px;
    width: 100%;
    border: 1px solid #dadadaa1;
    border-radius: 8px;
    outline: none;
}

div#girisAlani-3-sifre-23 {
    position: absolute;
    right: 0;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#girisAlani-3-sifre-23 > div {
    width: 25px;
    height: 25px;
    display: none;
}

div#girisAlani-3-sifre-23 > div > svg {
    width: 40px;
    height: 40px;
    margin: -6px 0px 0px 2px;
}

div#girisAlani-3-sifre-23 > div > svg > path {
    fill: #333;
}

div.password-visible {
    display: block!important;
}

div.input-password-error > div:first-child > label {
    color: #c34648!important;
}

div.input-password-error > div:first-child > a {
    color: #333!important;
}

div.input-password-error > div:last-child > input {
    box-shadow: 0px 0px 0px 3px #fce1e0 !important;
    border-color: #db7b77 !important;
    color: #c34648 !important;
}

div.input-password-error > div:last-child > div:first-child {
    display: block!important;
}

div.input-password-error > div:last-child > div#girisAlani-3-sifre-22 {
    display: block;
}

div#girisAlani-3-buton {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: stretch;
}

input#girisAlani-3-buton-1 {
    background: #23262e;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    border-radius: 10px;
    cursor: pointer;
}

input#girisAlani-3-buton-1:hover {
    background: #2c3241;
}

input#girisAlani-3-buton-1:active {
    background: #2c3241;
}

div#girisAlani-4 {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -10px 0;
}

div#girisAlani-41 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #888;
    font-weight: 500;
    width: 32px;
    text-align: center;
}

div#girisAlani-41:after {
    width: calc((100% - 44px) / 2);
    height: 2px;
    background: linear-gradient(
0deg, #e0e0e0, transparent);
    position: absolute;
    content: '';
    left: 0;
}

div#girisAlani-41:before {
    width: calc((100% - 44px) / 2);
    height: 2px;
    background: linear-gradient(0deg, #e0e0e0, transparent);
    position: absolute;
    content: '';
    right: 0;
}

div#girisAlani-5 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

div#girisAlani-5 > a {
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    border: 1px solid #dadada80;
    gap: 5px;
    padding: 6px 0;
}

div#girisAlani-5 > a:hover {
    box-shadow: 0px 0px 0px 2px #0000000d;
}

div#girisAlani-5 > a > div:first-child {
    width: 20px;
    height: 20px;
}

div#girisAlani-5 > a > div:first-child > svg {
    width: 60px;
    height: 60px;
    margin: -18px 0 0 0px;
}

div#girisAlani-5 > a > div:first-child > svg > path {
    fill: #333;
}

div#girisAlani-5 > a > div:last-child {
    font-size: 13px;
    color: #333;
    font-weight: 500;
}

div#girisAlani-6 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

div#girisAlani-61 {
    font-size: 13px;
    color: #555;
}

a#girisAlani-61 {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    margin-top: -2px;
}

div#gorselAlani {
    width: calc(50% + 15px);
    background: linear-gradient(45deg, #35a4ff, #0046b1);
    background-image: url(../img/wordcloud3.webp);
    background-size: 990px 990px;
    background-position: -191px -114px;
    /* opacity: .6; */
    border-radius: 13px;
    background-color: #23a2ff;
    background-repeat: no-repeat;
    /* max-width: 760px; */
    /* min-width: 610px; */
    height: 100%;
}

div#gorselAlani-1 {
    background: #ffffff5c;
    backdrop-filter: blur(11px);
    border: 1px solid #ffffff30;
    width: calc(100% - 30px);
    border-radius: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    zoom: .84;
    display: none;
}

div#gorselAlani-11 {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
}

div#gorselAlani-12 {
    margin-top: 20px;
    font-size: 22px;
    color: #fff;
    letter-spacing: .3px;
}

div#gorselAlani-13 {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

div#gorselAlani-131 {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: #fff;
}

div#gorselAlani-1311 {
    font-size: 15px;
    letter-spacing: 0.25px;
}

div#gorselAlani-1312 {
    font-size: 15px;
    letter-spacing: .3px;
}

@media screen and (max-width: 1220px) {
    div#loginContainer {
        width: 1000px;
    }
}

@media screen and (max-width: 1000px) and (min-width: 850px) {
    div#loginContainer {
        box-shadow: none;
        width: 100%;
    }
    div#gorselAlani {
        width: calc(50% + 15px);
        background-size: 830px 830px;
        background-position: -191px -114px;
        max-width: calc(760px * 0.6);
        min-width: calc(610px * 0.7);
        height: 80%;
    }
}

@media screen and (max-width: 850px) {
    div.head {
        margin: 10px 20px;
    }
    div.head > svg {
        width: 50px;
        height: 50px;
    }
    div#loginContainer {
        width: 100%;
        height: 100%;
        margin-top: 60px;
        box-shadow: none;
    }
    div#gorselAlani {
        display: none!important;
    }
    div#girisAlani {
        width: 100%;
        margin-left: 0!important;
        zoom: 1.03
    }
    input#girisAlani-3-yazi-2, input#girisAlani-3-sifre-21 {
        padding: 12px 9px;
    }
    div#girisAlani-21 {
        font-size: 27px;
    }
}