﻿@font-face {
    src: url('../fonts/ProductSans-Black.ttf');
    font-family: "ProductSans-Black";
}

@font-face {
    src: url('../fonts/ProductSans-BlackItalic.ttf');
    font-family: "ProductSans-Black-Italic";
}

@font-face {
    src: url('../fonts/ProductSans-Bold.ttf');
    font-family: "ProductSans-Bold";
}

@font-face {
    src: url('../fonts/ProductSans-BoldItalic.ttf');
    font-family: "ProductSans-Bold-Italic";
}

@font-face {
    src: url('../fonts/ProductSans-Medium.ttf');
    font-family: "ProductSans-Medium";
}

@font-face {
    src: url('../fonts/ProductSans-MediumItalic.ttf');
    font-family: "ProductSans-Medium-Italic";
}


html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

.dvMain{
    height:100%;
    background-color:transparent;
    margin:0px !important;
}

.dvIcerik, .dvSol, .dvSag{
    height:100%;
}

.dvSag {
    background-color: #259c8e;
    border-left: 5px solid #4bc2b4;
}


.dvLogo {
    margin-left: auto;
    margin-right: 15%;
    max-width: 550px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dvKullaniciBilgiler, .dvFirmaBilgiler {
    background-color: #fff;
    padding: 50px;
    border: 2px solid #4bc2b4;
    border-radius: 10px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}

.form-label {
    font-family: ProductSans-Bold-Italic;
    font-size: 18px;
    color: #565858de;
    letter-spacing: 1px;
}

.form-control {
    border-color: #259c8e;
    height: 44px;
    font-size: 16px !important;
}

    .form-control:focus {
        border-color: #259c8e;
        box-shadow: 0 0 0 .25rem rgb(37 156 142 / 19%);
    }

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #259c8e;
    --bs-btn-border-color: #1e7b70;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1e7b70;
    --bs-btn-hover-border-color: #1e7b70;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;

}

.btnLogin{
    width:120px;
}

.input-group-text {
    color: #fff;
    background-color: #259c8e;
    border: solid 2px #259c8e !important;
}

.dvUserIcon {
    color: #259c8e;
    text-align:center;
}

.dx-loadindicator {
    min-height: 50px;
    min-width: 50px;
}





