﻿:root {
    --main-color: #fdd234;
    --secondary-color: #a57a13;
}
body {
    background: url(/images/background.jpg) !important;
    background-size: cover !important;
    background-position: center top !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.form-floating{
   margin-bottom:10px;
}
.error-alert {
    text-align: center;
    display: none;
    background-color: #ff6b6b;
    color: #fff;
    padding: 10px;
    border: 2px solid #ff0000;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}
.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }



.page {
    position: relative;
    background-image: url(page-bg.jpg);
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.page__body {
    width: 100%;
    position: relative;
    z-index: 2;
}

.page__bg {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%;
    background-repeat: no-repeat;
    transition: .5s ease;
}

.page__bg--back {
    top: 0;
    left: 35%;
    background-size: calc(1853px / 2) calc(1861px / 2);
    z-index: 1;
}

.page__bg--middle {
    top: -40px;
    left: 45%;
    background-size: calc(1986px / 2) calc(1851px / 2);
    z-index: 3;
}

.page__bg--front {
    top: -13%;
    left: 80%;
    background-size: calc(698px / 2) calc(487px / 2);
    z-index: 4;
}

.page__bg--offset {
    animation-name: helloBgInLeft;
    animation-duration: 1s;
    transform: translate(-20%, 0) !important;
}

    .page__bg--offset.page__bg--middle {
        left: 40%;
    }

.page__footer {
    display: none;
}

.page--centered {
    transform: translateX(-400px);
}

.form-signin {
    max-width: 400px !important;
    padding: 40px !important;
    background-color: transparent !important;
    /* padding: 20px; */
    border-radius: 5px !important;
}


.cevir-buton {
    background-color: var(--main-color);
    border: none;
    color: #000;
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
    padding: 20px;
}


    .cevir-buton:hover {
        background-color: var(--secondary-color);
        color: black;
        border: none;
    }
