﻿html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

    body.loading {
        overflow: hidden;
    }

        body.loading .modal {
            display: block;
        }

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('') 50% 50% no-repeat;
}

.btnuyeol {
    width: 100%;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #0033a0;
    color: #0033a0;
    padding: 15px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

    .btnuyeol:hover {
        text-decoration: none;
        color: #0033a0;
    }

.validation-summary-errors ul {
    display: none;
}

.text-danger {
    font-size: 11px;
    color: red;
}

#btnLogin:disabled {
    opacity: 0.5;
}

#divOnay .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #2bb34f;
}

#spnSozlesme,
#spnEtkBilgilendirme,
#spnMuvafakatname,
#spnAydinlatmaModal {
    margin: 0px;
    font: inherit;
    letter-spacing: inherit;
    color: rgb(212, 5, 17);
    text-decoration-line: underline;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: var(--Link-underlineColor);
    --Link-underlineColor: rgba(212, 5, 17, 0.4);
    cursor: pointer;
}
#spnSozlesme:hover,
#spnEtkBilgilendirme:hover,
#spnMuvafakatname:hover,
#spnAydinlatmaModal:hover {
    text-decoration-thickness: 2px;
    text-decoration-color: rgba(212, 5, 17, 0.8);
    color: rgb(212, 5, 17);
    text-decoration-line: underline;
}


.container {
    align-items: center;
    justify-content: center;
    height: 130vh;
    padding: 20px;
}

@media (min-width: 1200px) {
    .container {
        width: 650px;
        max-width: 100%;
    }
}

.form-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

    .form-group label {
        width: 100px;
        text-align: right;
        padding-right: 10px;
    }

    .form-group input {
        flex: 1;
    }

.col-sm-6 {
    flex: 0 0 50%;
}

.col-sm-12 {
    flex: 0 0 100%;
}

.adContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

/*.image-container {
    flex: 1;
    width: 100%;
    max-width: 50vh;
}

img {
    width: 100%;
    height: 70vh;
}*/
.image-container {
    flex: 1;
    width: 100%;
}

.adContainer img {
    width: 50%;
    margin: 0 25% auto;
    height: auto;
}

@media (max-width: 768px) {
    .form-group {
        display: flex;
    }

        .form-group label {
            display: block;
            width: auto;
            text-align: left;
            margin-bottom: 5px;
        }
}

@media (max-width: 432px) {
    .form-group {
        flex-direction: column;
    }

        .form-group label {
            width: auto;
        }
}

.btngiris {
    width: 100%;
    font-size: 14px;
    border: none;
    border-radius: 10px;
    background: #0033a0;
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

p {
    font-size: x-small;
}
