﻿body {
    font-family: 'Cuprum',"Segoe UI",sans-serif, Tahoma, Lucida Grande, Lucida Sans, Verdana;
    clear: both;
    line-height: 1.2;
}

/*.bg-login-image {
  background: url(/assets/img/loginsignin.png);
  background-position: center;
  background-size: 300px 100px;
  background-repeat: no-repeat;
}*/

.login-wrap-left {
    background: white !important;
    /*background: lightgray !important;*/
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.login-wrap-right {
    background: #51cbce !important;
    /*background: white !important;*/
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

@media (min-width: 320px) {
    .logo-image-big {
        background: url(../img/logo-big-mobil.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center; /* Resmi dikey ve yatay olarak ortalar */
        overflow: hidden;
        width: 180px;
        height: 48px;
    }

    .logo-image-small {
        background: url(../img/logo-small-mobil.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center; /* Resmi dikey ve yatay olarak ortalar */
        overflow: hidden;
        width: 32px;
        height: 32px;
    }

    .bg-login-image {
        background: url(../img/loginsignin-mobil.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center; /* Resmi dikey ve yatay olarak ortalar */
        overflow: hidden;
        min-height: 80px;
        max-height: 120px;
    }
}

@media (min-width: 1024px) {
    .logo-image-big {
        background: url(../img/logo-big.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center; /* Resmi dikey ve yatay olarak ortalar */
        overflow: hidden;
        width: 180px;
        height: 48px;
    }

    .logo-image-small {
        background: url(../img/logo-small.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center; /* Resmi dikey ve yatay olarak ortalar */
        overflow: hidden;
        width: 32px;
        height: 32px;
    }

    .bg-login-image {
        background: url(../img/loginsignin.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center; /* Resmi dikey ve yatay olarak ortalar */
        overflow: hidden;
    }
}


.modal-header .close {
    padding: 0 !important;
}

.modal-footer {
    padding: 0 5px 0 0 !important;
    margin-right: 10px !important;
    margin-left: 5px !important;
}

.modal-header {
    margin-right: 10px !important;
    margin-left: 5px !important;
}

.modal-header h2 {
    margin-bottom:0 !important;
}

.modal-body h5 {
    margin-bottom: 0 !important;
}

.modal-body table {
    margin-bottom: 0 !important;
}

.title {
    color: black  !important;
}

.card-title {
    color: darkgrey !important;
}
