﻿body, html * {
    font-size: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    font-family: Lexend, sans-serif
}

body {
    background: #e7e5e8;
    font-size: 18px;
    line-height: 20px;
    font-family: Lexend, sans-serif;
    font-weight: 300;
    line-height: inherit;
    color: #1c274c
}

.login {
    display: table;
    margin: 0 auto;
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
    padding: 3rem;
    background: #fff;
    color: #033f54;
    border-radius: .5rem;
    width: 500px;
    position: relative;
    text-align: center;
}
.login h1 {
    font-size: 35px;
    line-height: 35px;
    padding: 10px 0;
    margin-bottom: 1rem
}
.login p {
    padding-bottom: 2rem;
    text-align: center
}
.inp {
    padding: 1.3rem;
    border: 1.3px solid #e7e5e8;
    width: 100%;
    border-radius: 13rem;
}
    
    .form {
        display: flex;
        flex-direction: column;
        gap: .5rem;
        align-items: center;
        justify-content: flex-start
    }
.form label{font-weight:bold;}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-text-fill-color: #333 !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    transition: background 5000s ease-in-out 0s;
    transition: background-image 5000s ease-in-out 0s;
    background-repeat: no-repeat !important;
    background-position: 20px center !important;
    background-size: 20px 20px !important;
    text-indent: 50px;
}
#userPassx:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important; /* Arka planı beyaz tutar */
    -webkit-text-fill-color: #333 !important; /* Metin rengini korur */
}
#userNamex, #userNamex:focus, #userNamex:-webkit-autofill, #userNamex:-webkit-autofill:hover, #userNamex:-webkit-autofill:focus {
    background: url(/Musteri/img/user.svg) no-repeat 20px center !important;
    text-indent: 50px;
    background-size: auto !important;
}
#userPassx, #userPassx:focus, #userPassx:-webkit-autofill, #userPassx:-webkit-autofill:hover, #userPassx:-webkit-autofill:focus {
    background: url(/Musteri/img/key.svg) no-repeat 20px center !important;
    text-indent: 50px;
    background-size: auto !important;
}
.CheckTs1 {
    border: 10px solid #00ae86;
    width: 120px;
    margin: 0 auto;
    border-radius: 100%;
}
.CheckTs1Ok {
    font-size: 20px;
    margin-bottom: 0; font-weight:bold !important;
    display: block;
}
.form button, .bnFix {
    padding: 1.2rem;
    width: 100%;
    border-radius: 13rem;
    border: 0;
    cursor: pointer;
    transition: all .4s;
    background: #033f54;
    color: #fff;
    margin-top: 1rem;
}
    .bnFix:disabled{opacity:.4; cursor:no-drop}
    .bnFix {
        background: #003d52
    }
    .form button:hover, .bnFix:hover {
        background: #8e93a6
    }
.login small{display:block; text-align:center; color:#999; font-size:13px; margin-top:20px}
.hide{display:none !important}
.exp {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}
.lg{position:relative; width:100%}
.eye {
    background: url(/Musteri/img/eyeClose.svg) no-repeat 0 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    right: 0;
    margin: 22px;
}
    .eye.active {
        background: url(/Musteri/img/eyeOpen.svg) no-repeat 0 0 !important;
        display: inline-block;
        width: 20px;
        height: 20px;
        background-size: contain !important;
        cursor: pointer;
        position: absolute;
        right: 0;
        margin: 22px;
    }
::placeholder {
    color: #8e93a6
}

.loadBig {
    background: url(/img/load.svg) no-repeat 0 0;
    background-size: contain;
    width: 100px;
    height: 100px;
    margin: 15% auto;
}
.focus {
    box-shadow: 0px 0px 0px 1.3px #e11b22
}
.load1 {
    position: absolute;
    width: 100%;
    display:flex;
    align-items:center;
    justify-content:center;
    height: 100%;
    left:0; top:0;
    z-index: 9999;
    transition: all .4s;
    background: rgba(255, 255, 255, .7);
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .login {
        margin: 20px;
        padding: 1rem;
        width: auto;
    }
        .loginP .login {
            width: 430px !important; margin:5% auto !important;
            padding:2rem !important
        }
    .video-section{display:none}
    .exp {
        align-items: flex-start !important;
        justify-content: flex-start !important;
        background:none !important;
        position:relative !important
    }
    .loginP {
        position: absolute !important;
        align-items: flex-start !important;
        justify-content: center !important;
    }
    .rgs {
        width: 600px;
        position: relative;
        z-index: 8000;
        display: table;
        margin: .5rem auto !important;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
        padding: 1rem 2rem;
        background: #fff;
        color: #1c274c;
        border-radius: 0;
        text-align: center;
        left: 0;
        font-size: 15px;
    }
    .rgs br{display:none}
}
@media only screen and (min-width:500px) and (max-width:540px) {
    .login {
        margin: 20px;
        padding: 1rem;
        width: 100% !important;
    }
    .loginP .login {
        width: 430px !important;
        margin: 5% auto !important;
        padding: 2rem !important
    }
    .video-section {
        display: none
    }

    .exp {
        position: relative !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        background: none !important;
    }
}

@media only screen and (min-width:100px) and (max-width:500px) {
    .login {
        margin: 20px auto;
        padding: 1rem;
        width: 100% !important;
    }

    .radio input + label {
        position: relative;
        cursor: pointer;
        display: inline-grid !important;
        grid-template-columns: 5% 95% !important;
        text-align: left !important;
        grid-gap: 1rem !important;
        font-weight: normal;
    }
    .video-section {
        display: none
    }
    .flexReg {
        display: flex;
        flex-direction: column !important;
        width: 100%;
        gap: .7rem;
        flex-wrap: nowrap;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }
    .radio label span {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        height: 100%;
        width:87%;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        -webkit-box-align: start;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
    .exp {
        position: relative !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        background: none !important;
    }
    .loginP {
        position: absolute !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }
    .loginP .login {
        width: 90% !important
    }
}
