html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}
.invalid-feedback{
    position:absolute;
}





/*Login Start*/


.bg-image-vertical {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center; /* Ortalama konum */
    background-size: cover;
}

@media (max-width: 767px) {
    .bg-image-vertical {
        background-position: center center;
    }

    .col-sm-3 {
        width: 100%;
        text-align: center;
    }

    .col-sm-9 img {
        object-fit: cover;
        object-position: left center; /* Sol orta konum */
        width: 100%;
        height: 100%;
    }

    form {
        max-width: 23rem;
        margin: 0 auto;
    }

    .form-floating {
        width: 100%;
    }

    .btn {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-3 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .col-sm-9 {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

/*Login End*/



