﻿.section-before {
    position: relative
}
section.login-section {
    height: 600px; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.hr-4 {
    margin-top: 10px;
    border-bottom: 1px solid #cecece;
    padding-bottom: 20px
}
.login-container {
    background: white;
    margin:20px;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 500px;
    height:auto
}

    .login-container h2 {
        text-align: center;
        margin-bottom: 20px;
    }

    .login-container input[type="text"],
    .login-container input[type="password"] {
        width: 100%;
        padding: 12px;
        margin-bottom: 15px;
        border: 1px solid #ccc;
        border-radius: 8px;
    }

.checkbox-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .checkbox-container label {
        font-size: 14px;
    }

    .checkbox-container a {
        font-size: 14px;
        text-decoration: none;
        color: #007bff;
    }

        .checkbox-container a:hover {
            text-decoration: underline;
        }
.remember-me {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 6px;
}
input[type=checkbox] ~ label:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: var(--white-color);
    border: 1px solid rgb(176 198 205);
    border-radius: 3px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}
.login-btn {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #d63384, #6f42c1);
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(111, 66, 193, 0.3);
    transition: all 0.3s ease;
}

    .login-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 14px rgba(214, 51, 132, 0.4);
    }
@media (max-width: 767px) {
    section.login-section {
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}
.tureds-boxs {
    background-color: #fff;
    box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    margin: 0;
    padding: 20px;
    border: 1px solid #e1e1e1;
    height: auto
}

#loginMessage {
    margin-top: 20px;
    color: red;
    text-align:center;
}
.anaekran {
    border: 1px solid var(--border-color);
    border-radius: 20px;
}

.p-all-20 {
    padding: 20px !important
}

.m-all-20 {
    margin: 10px 10px 10px 20px !important
}

.pt-imp-20 {
    padding-top: 20px !important
}
.login-container .lost-link {
    text-align: right;
    color: #999;
    font-size: 1.2rem
}

    .login-container .lost-link:hover {
        color: #26c
    }

.login-container .form-choice label {
    display: flex;
    align-items: center;
    margin-bottom: 1.3rem;
    font-size: 1.2rem;
    color: #666
}

    .login-container .form-choice label:after, .login-container .form-choice label:before {
        content: "";
        height: 1px;
        flex: 1;
        background: #e1e1e1
    }

    .login-container .form-choice label:after {
        margin-left: 3rem
    }

    .login-container .form-choice label:before {
        margin-right: 3rem
    }

.ls-m {
    margin-top: 20px;
    letter-spacing: -0.025em !important;
}

.popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    overflow: auto;
}

.popup-content {
    background-color: #fefefe;
    margin: 20% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -7px !important;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

#btnDogrulama, #BtnRequired {
    height: 4.5rem;
    padding-top: 1.2rem;
}

.ulcss {
    list-style: none;
    padding-left: 0.7rem;
}

.ms-divider {
    padding-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.featureds-boxs {
    background-color: #fff;
    box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    margin: 2rem;
    padding: 20px;
    border: 1px solid silver;
    height: auto
}

.disabled-link {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6;
}

.alert {
    padding: 1rem !important;
    text-align:center
}


.liayir {
    margin-bottom: 2rem;
    padding-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.feat-boxs {
    background-color: #fff;
    box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    margin-bottom: 2rem;
    padding: 20px;
    border: 1px solid #e1e1e1;
    height: auto
}

.custom-radio {
    position: relative;
    margin-top:1rem;
    margin-bottom: 1rem;
}

input[type=radio] ~ label {
    padding-left: 3.5rem;
    font-size: smaller;
}

.ms-divider {
    padding-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}
@media(min-width:768px)
{
    input[type=radio] ~ label {
        padding-left: 3.5rem;
        font-size: 20px;
    }
}
@media (max-width:767px) {
    .anaekran {
      margin-top:20px
    }
    .popup-content {
        width: 100% !important;
    }

    .featureds-boxs {
        margin: 2rem;
        padding: 2rem 0 2rem 1rem;
    }

    input[type=radio] ~ label:before {
        top: 0 !important;
    }

    input[type=radio] ~ label:after {
        top: 55% !important;
    }

    input[type=radio] ~ label {
        padding-left: 2.5rem;
    }
}