﻿.login,
.image {
    min-height: 100vh;
}

.bg-image {
    background-image: url('../../img/1.jpg');
    background-size: auto;
    background-position: center center;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}


#logindiv {
    text-shadow: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bff !important;
    border-color: #007bff;
    text-shadow: none !important;
    background: #007bff;
}
#submit.submitting {
    pointer-events: none; /* TIKLANAMAZ */
    opacity: 0.6;
    cursor: not-allowed;
}

.button:hover {
    border: none !important;
}

.modal-header .close {
    padding: 0px;
    margin: 0px;
}

.tooltips {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .tooltips .tooltiptext {
        visibility: hidden;
        width: 100%;
        background-color: black;
        color: #fff;
        text-align: left;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltips:hover .tooltiptext {
        visibility: visible;
    }

#owl-poslider .item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

#owl-poslider .item button {
    margin: auto 45%
}

.owl-stage-outer {
    border-radius: 50%;
}

.whiteBox {
    align-items: normal !important;
}

.slider-button {
    background-color: white;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .owl-carousel {
        top: 3%;
    }
}
