﻿
body {
    background-color: #f4f3ef;
}

footer a {
    color: #8a7d4a !important;
}

.btn-giris {
    background-color: #ada070;
    color: white;
}

    .btn-giris:hover {
        background-color: #8a7d4a;
        color: white;
    }

.forget {
    color: #ada070;
    text-decoration: underline;
    background-color: transparent;
}
.forget:hover {
    color: #ada070;
    text-decoration: underline;
    background-color: transparent;
}

#my-signin2 {
    padding: 3%;
}

.girisyap {
    font-size: 13px !important;
}

.modal-body {
    font-size: 13px;
    max-height: 600px;
    overflow-y: auto;
}

.modal-dialog {
    overflow-y: initial !important
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 650px;
    }
}

.sartlar {
    color: #dc681b !important
}

small {
    color: #8a7d4a;
}

.modal-content {
    margin-top: 15%;
}

@media (min-width: 768px) and ( max-width:1366px) {
    .modal-content {
        margin-top: 7%;
    }
}

@media  ( max-width:768px) {
    .girisgrid {
        margin-top: 7rem !important;
    }
}

@media (min-width: 768px) {
    .site-section {
        padding: 4em 0;
    }
}