body {
    background: url(../img/loginbg.jpg) no-repeat fixed #F7F7F7 !important;
    background-size: cover;
    font-family: "Cabin", sans-serif !important;
}

.LoginSayfasi-OrtaKisim {
    margin: 0px auto;
    max-width: 100%;
    width: 100%;
}

.LoginSayfasi-Uyelik {
    position: relative;
    border-radius: 15px;
    background: #fff;
    width: 550px;
    margin: 0 auto;
    padding: 24px;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 49%);
    height: 100%;
}

.LoginSayfasi-UyeGirisForm {
    background: transparent;
    width: 100%;
    opacity: 1;
    height: auto;
    margin: 0;
    float: none;
    font-size: 14px;
    position: relative;
    box-sizing: unset;
    border-radius: 0;
    padding: 0;
    margin: 0 auto;
}

.LoginSayfasi-UyeGiris_TepeLogo {
    background: url(../img/uyegiristepelogo.png) no-repeat;
    position: absolute;
    width: 220px;
    height: 87px;
    right: 1px;
    top: 11px;
}

.LoginGirisFormBaslik {
    color: #bc0000;
    font-weight: bold;
    padding: 30px 30px 20px 52px;
}

.UyeGirisForm-Baslik {
    color: #000000;
    font-size: 24px;
    text-align: center;
    letter-spacing: 5px;
    padding: 0;
    font-weight: 500;
    margin-bottom: 30px;
}

.UyeGiris-KullaniciAdi, .UyeGirisSifre, .UyeGiris-FormBtn {
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.UyeGiris-FormBtn {
    margin: 20px 0;
}

.UyeGirisBanner {
    float: right;
    width: 620px;
    height: 231px;
    display: none;
}

.UyeGirisBanner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0px;
    top: 173px;
}

.UyeGirisBanner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager .bx-pager-link {
    background: transparent;
    border: 2px solid #b5b5b5;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
}

.UyeGirisBanner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager .active {
    background: transparent;
    border: 2px solid #930000;
}

.UyeGiris-Aciklama {
    width: 100%;
    /*! display: none; */
    background: #fff;
    margin: 0 auto;
    height: auto;
    padding: 0;
    font-size: 12px;
    display: block;
    float: none;
}

.Uyelik-SozlesmeBtn:after {
    clear: both;
    display: block;
    content: "";
}

.Uyelik-SozlesmeBtn_Link {
    color: #fff;
    font-weight: 500;
    border-radius: 25px;
    background: #d00012;
    width: 100%;
    display: flex;
    transition: 0.6s all;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    float: none;
    padding: 0;
    margin: 0;
    border: 0;
    letter-spacing: 1px;
}

.Uyelik-SozlesmeBtn_Link:hover {
    background: #efefef;
    color: #d00012;
}

.Uyelik-SozlesmeBtn {
    position: absolute;
    bottom: -60px;
    width: 100%;
    left: 0;
    float: none;
    right: 0;
    margin: 0 auto;
}

.UyeGiris-AciklamaGiris-Bilgi {
    margin: 24px 0px 60px 0px;
    padding: 20px 8px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    float: none;
    background: #efefef;
    border-radius: 4px;
}

.UyeGiris-AciklamaBg {
    background: transparent;
    margin: 0;
    border-radius: 0;
    opacity: 1;
    height: 100%;
    float: none;
}

.UyeGiris-AciklamaGiris-Bilgi_Baslik {
    font-weight: 500;
    margin: 0;
    float: none;
    color: #505050;
}

.UyeGiris-AciklamaGiris-Bilgi_KullaniciAdi {
    font-weight: 400;
    width: 170px;
}

.UyeGiris-AciklamaGiris-Bilgi_Sifre {
    font-weight: 400;
}

.UyeGiris-AciklamaYazi {
    /*! margin-bottom: 10px; */
    /*! bottom: -48px; */
    color: #5f5f5f;
    /*! bottom: -48px; */
    position: fixed;
    width: 100%;
    left: 0px;
    border-top: 1px dashed #000;
    right: 0px;
    bottom: 60px;
    height: 30px;
    text-align: center;
    padding-top: 20px;
    top: auto;
    float: none;
    margin: 0;
    background: transparent !important;
}

.UyeGiris-FooterCopyright {
    font-size: 11px;
    font-weight: bold;
    height: 30px;
    /*! display: none; */
    position: fixed;
    bottom: 25px;
    width: 100%;
    left: 0px;
    text-align: center;
    right: 0px;
    margin: 0;
    float: none;
    padding: 0;
    background: transparent;
}

.UyeGiris-FooterCopyright:after {
    content: '';
    background: url(../img/login-card-logo.png);
    display: block;
    width: 150px;
    height: 22px;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    background-size: contain;
}

.UyeGiris-FooterCopyright_Mail {
    color: #bc0000;
    text-decoration: underline;
}

.UyeGiris-Linkler {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    width: 100%;
    margin: 0;
    margin-top: 0;
    float: none;
    position: relative;
    top: 12px;
}

.UyeGiris-FormBtn_Link {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    /*! -moz-border-radius: 5px; */
    /*! -webkit-border-radius: 5px; */
    /*! border-radius: 5px; */
    border-radius: 25px;
    background: #d00012;
    width: 100%;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
    transition: 0.6s all;
    float: none;
    padding: 0;
    margin: 0;
    border: 0;
}

.UyeGiris-FormBtn_Link:hover {
    background: #efefef;
    color: #d00012;
}

.UyeGirisSifre-Label {
    float: left;
    margin-left: 30px;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 1px;
    /*! font-style: bold; */
    font-weight: bold;
    display: none;
}

.UyeGiris-KullaniciAdi_Label {
    float: left;
    margin-left: 30px;
    font-size: 12px;
    /*! margin-top: -10px; */
    margin-bottom: 1px;
    font-weight: bold;
    display: none;
}

.UyeGiris-KullaniciAdi_Input, .UyeGiris-KullaniciSifre_Input {
    width: 100%;
    height: 34px;
    border-radius: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #cfcfcf;
    margin: 0 auto;
}

.LoginSayfasi-Uyelik input::placeholder {
    color: #000;
}

.UyeGiris-Linkler_UyeOl {
    text-decoration: none;
    color: #2a2a2a;
    font-weight: 500;
    background: transparent;
    width: 50%;
    padding: 0;
    float: none;
    height: 100%;
    position: relative;
    font-size: 13px;
    transition: 0.6s all;
}

.UyeGiris-Linkler_UyeOl:hover {
    color: #d00012;
}

.UyeGiris-Linkler_UyeOl:before {
    content: '';
    background-color: rgb(211 211 211 / 62%);
    height: 2px;
    width: 125px;
    display: block;
    position: absolute;
    bottom: 9px;
}

.UyeGiris-Linkler_UyeOl:after {
    content: '';
    position: absolute;
    right: 0;
    top: -13px;
    border-radius: 2px;
    border: 1px dotted #ddd;
    width: 0px;
    height: 35px;
}

.UyeGiris-Linkler_SifreUnuttum {
    text-decoration: none;
    color: #2a2a2a;
    font-weight: 500;
    background: transparent;
    width: 50%;
    padding: 0;
    float: none;
    height: 100%;
    position: relative;
    font-size: 13px;
    z-index: 0;
    text-align: right;
    margin: 0;
    transition: 0.6s all;
}

.UyeGiris-Linkler_SifreUnuttum:hover {
    color: #d00012;
}

.UyeGiris-Linkler_SifreUnuttum:after {
    content: '';
    background-color: rgb(211 211 211 / 62%);
    height: 2px;
    width: 95px;
    display: block;
    position: absolute;
    bottom: 9px;
    right: 0;
}

.UyeGiris-AciklamaGiris-Bilgi_KullaniciAdi_Text {
    color: #505050;
}

.UyeGiris-AciklamaGiris-Bilgi_Sifre_Text {
    width: 125px;
    font-weight: 400;
    color: #505050;
}

/* Header Menu */
header {
    width: 100%;
    display: block;
    text-align: center;
    max-width: 100%;
    background: transparent;
    padding: 0;
    float: none;
}

.Login-Logo {
    margin: 20px 0px;
}

.Login-Logo a img {
    display: none;
}

.Login-Logo a {
    background-image: url('../img/siyah-ortak-bayi.png');
    width: 330px;
    height: 86px;
    display: block;
    background-size: contain;
    margin: 0 auto;
    background-repeat: no-repeat;
}

.Login-Logo-img {
    float: none;
    margin: 0;
    width: 400px;
}

.KullaniciYeniB2B header .Login-Logo-img {
    float: none;
    margin: 0;
}

.KullanicilarAd {
    float: left;
    padding-top: 8px;
    padding-right: 2px;
    font-weight: bold;
    color: #000000;
}

.KullanicilarSoyad {
    float: left;
    padding-top: 8px;
    font-weight: bold;
    color: #000000;
}

.KullanicilarUnvan {
    float: left;
    padding-top: 8px;
    padding-right: 10px;
    font-weight: bold;
    color: #000000;
    margin-left: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 135px;
}

.MenuUyeKullaniciMenu {
    float: right;
    height: 23px;
    margin-top: 0;
    padding: 7px 0px 0px 15px;
    border-left: 1px solid #a4a4a4;
}

.UyeMenuLink {
    display: block;
}

.UyeHizliMenu {
    background: #c3c3c3;
    visibility: hidden;
    position: relative;
    z-index: 9999;
    margin-top: 6px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.UyeHizliMenuAlt {
    padding: 5px;
    border-bottom: 1px solid #b2b2b2;
}

.UyeHizliMenuAlt:hover {
    background: #d7d7d7;
}

.UyeHizliMenuAlt:last-child {
    border: 0;
}

.UyeHizliMenuAlt:last-child:hover {
    border: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.UyeMenuLink:hover .UyeHizliMenu {
    visibility: visible;
}

.UyeMenuLink {
    background: url(../img/AcilirMenuOk.png) 98px 6px no-repeat;
    font-weight: bold;
    color: #0f0f0f;
    height: 20px;
    cursor: pointer;
    width: 107px;
    padding-right: 10px;
}

#AramaCesitleri {
    float: right;
    width: 630px;
}

.arama {
    float: left;
}

.MarkaListe, .KategoriListe, .arama {
    width: 200px;
    height: 27px;
    overflow: hidden;
    background: url(../img/selectmenuok.png) 178px 13px no-repeat #bc0000;
    float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-bottom: 3px solid #9b0000;
    margin-left: 10px;
}

.dovizler {
    float: left;
    width: 325px;
    height: 22px;
    padding-top: 7px;
    text-align: right;
    font-size: 11px;
}

.arama {
    background: #fff;
    border-bottom: 3px solid #d1d1d1;
    position: relative;
}

.arama-link {
    position: absolute;
    right: 11px;
    top: 7px;
    z-index: 999999;
    cursor: pointer;
}

.MarkaListeUst {
    width: 220px;
    height: 26px;
    padding: 6px 4px 4px 8px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.KategoriListeUst {
    width: 222px;
    height: 26px;
    padding: 6px 4px 4px 8px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.TxtSearch {
    width: 220px;
    padding: 4px 4px 4px 8px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.KategoriListeUst-AltList {
    background: #fff !important;
    color: #000;
}

.MarkaListeUst option {
    background: #fff !important;
    color: #000;
}

.KategoriListeUst option {
    background: #fff !important;
    color: #000;
}

.TxtSearch {
    cursor: text;
    width: 153px;
    color: #000;
    font-size: 11px;
    padding-top: 7px;
}

.AcilirMenuOk {
    position: relative;
    bottom: 1px;
    left: 3px;
}

nav {
    width: 960px;
    height: 50px;
    margin: 11px auto 10px;
    float: left;
}

.MenuUst {
    background: url(../img/MenuUstBg.png) repeat-x;
    width: 100%;
    height: 50px;
    display: table;
    padding: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.MenuUstListe {
    height: 50px;
    margin: 0;
    padding: 0;
    display: table-row;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.MenuUstLink {
    color: #fff;
    height: 17px;
    padding: 16px 5px;
    font-size: 12px;
    font-weight: bold;
}

.MusteriTemsilciBilgi {
    float: right;
    margin-top: 18px;
    margin-right: 9px;
    font-size: 11px;
}

.MailLink {
    color: #bc0000;
}

.MenuUstListeDetay:hover {
    background: url(../img/MenuUstBgHover.png) repeat-x;
}

.MenuUstListeDetay {
    background: url(../img/MenuUstBorder.png) right no-repeat;
    display: table-cell;
    white-space: nowrap;
    width: 10%;
    text-align: center;
    padding-top: 17px;
    cursor: pointer;
}

.MenuUstListeDetay:last-child {
    background: none;
}

.MenuUstListeDetay:first-child:hover {
    border-bottom-left-radius: 0;
    border-top-left-radius: 5px;
}

.MenuUstListeDetay:last-child:hover {
    background: url(../img/MenuUstBgHover.png) repeat-x;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#SepetUst {
    background: #bc0000;
    padding: 5px 7px 9px 7px;
    color: #fff;
    height: 16px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: right;
    font-size: 11px;
    position: relative;
    z-index: 99;
}

.UrunKarsilastirBtn {
    float: right;
    background: #dbdbdb;
    display: block;
    padding: 7px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 11px;
    border-bottom: 3px solid #8d8d8d;
    font-weight: bold;
    min-width: 80px;
    height: 13px;
    margin-top: 0;
}

.SepetIkon {
    position: relative;
    top: 2px;
}

.SepetLink {
    color: #fff;
}

.SepetUstRakam {
    color: #fff;
    display: inline-block;
    background: #000;
    padding: 1px 3px 4px 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 11px;
    position: relative;
    top: 0;
}

#cikis {
    color: #c20000 !important;
    float: right;
    font-size: 11px;
    font-weight: bold;
    background: #d9d9d9;
    padding: 7px 7px 7px 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 16px;
    position: relative;
    left: -5px;
    z-index: 0;
}

#cikis a {
    color: #c20000 !important;
}

#cikis img {
    position: relative;
    top: 2px;
}

.MenuUstAltListeDetay {
    padding: 10px 25px 10px 29px;
    border-top: 1px solid #000;
    min-width: 115px;
    text-align: left;
}

.MenuUstAltLink {
    color: #d3d3d3;
}

.MenuUstAlt {
    background: #101010;
    visibility: hidden;
    position: absolute;
    z-index: 999999;
    margin-left: -5px;
    margin-top: 17px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.MenuUstAltListeDetay {
    padding: 10px 25px 10px 29px;
    border-top: 1px solid #000;
    min-width: 115px;
    text-align: left;
}

.MenuUstAltLink {
    color: #d3d3d3;
}

.MenuUstAltListeDetay:hover {
    background: #4b4b4b;
}

.MenuUstAltListeDetay:last-child {
    border-top: 1px solid #000;
}

.MenuUstAltListeDetay:last-child:hover {
    border-top: 1px solid #000;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.MenuUstLink:hover .MenuUstAlt {
    visibility: visible;
}

/* Footer  */
footer {
    width: 100%;
}

.LoginSayfasi footer:before {
    height: 5px;
}

.TelifHakki {
    padding: 26px 20px 4px 25px;
    float: left;
    font-size: 11px;
}

.BankalarIkon {
    padding: 17px 15px 2px 5px;
    float: right;
}

.MenuAlt {
    margin: 0px 0px auto 24px;
    padding-right: 24px;
    text-align: left;
}

.MenuAltListeResponsive {
    display: table-row;
}

.MenuAltResponsive {
    display: table;
    width: 100%;
    margin-top: 30px;
}

.MenuAltListeDetayResponsive {
    display: table-cell;
    white-space: nowrap;
    width: 50px;
    text-align: center;
    border-right: 1px solid #ccc;
}

.MenuAltListeDetayResponsive:last-child {
    border: none;
}

.MenuAltListeDetay {
    line-height: 20px;
}

.MenuAltListeDetayLink {
    color: #4c4c4c;
}

.MenuAltListeDetayLink:hover {
    color: #141414;
}

.MenuAltBaslik {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.EkAciklama {
    float: left;
    width: 130px;
    margin: 45px 11px 18px 20px;
    color: #878787;
}

.TelifHakki {
    padding: 26px 20px 4px 25px;
    float: left;
    font-size: 11px;
}

.BankalarIkon {
    padding: 17px 15px 2px 5px;
    float: right;
}

.MailLink {
    color: #bc0000;
}

.MenuUstLink .active {
    display: block;
}

.SiteFirma.Tel {
    background: url(../img/MenuAltTelBg.png) no-repeat;
    width: 170px;
    height: 47px;
    font-size: 17px;
    font-weight: 700;
    padding: 12px 9px 9px 56px;
    margin-top: 20px;
}

.SiteFirma {
    line-height: 23px;
}

.MobileMenuIcon, .MobileMenu {
    display: none;
}

.Login-Kullanicilar_Banner {
    background: url(../img/GirisB2CBg.png) no-repeat;
    width: 100%;
    height: 80px;
    position: relative;
    display: none;
    border-radius: 5px;
}

.Login-Kullanicilar_BannerBaslik {
    padding: 27px 0px 22px 90px;
    font-size: 27px;
    color: #bc0000;
}

.YazilimHakkinda {
    margin-bottom: 5px;
    border: 0px;
}

.Content {
    max-width: 1200px;
    margin: 0 auto;
    background: transparent;
}

.KullaniciYeniB2B .Content {
    width: 1260px;
    max-width: 1260px;
    float: none;
    border: none;
    border-radius: 0px;
    margin: 0 auto;
    min-height: 100%;
    padding: 0;
}

.LoginSayfasi .Content {
    display: none;
}

.SiteBilgiAciklama {
    border: 0px;
    margin: 0px;
}

/* [ sifreiunuttum.css */
.SifremiUnuttum-OrtaKisim {
    width: 1260px;
    margin: auto
}

.SifremiUnuttum {
    background: url(../img/loginbg.jpg) no-repeat center center fixed #fff;
    background-size: cover;
    height: 100%;
}

.SifremiUnuttum .Content {
    background-color: transparent;
    min-height: 0px;
    padding: 0px;
    box-sizing: border-box;
    position: relative;
    display: none;
    clear: both;
}

.SifremiUnuttum-Content {
    width: 1260px;
    margin: 0 auto;
}

.SifremiUnuttum-Banner {
    display: none;
}

.SifremiUnuttum .Content article {
    display: none;
}

.SifremiUnuttum .Login-SifremiUnuttum_Banner {
    background: url(../img/SifremiUnuttumB2BBg.png) no-repeat;
    width: 100%;
    height: 80px;
    position: relative;
    border-radius: 5px;
}

.SifremiUnuttum .Login-SifremiUnuttum_BannerBaslik {
    padding: 27px 0px 22px 90px;
    font-size: 27px;
    color: #bc0000;
}

.Login_KullaniciSifresi-Kullanicilar_HataMesajKapsayici {
    margin: 10px auto;
    border: 2px solid #bc0000;
    padding: 16px 0px 16px 0px;
    font-size: 15px;
    position: relative;
    width: 95%;
}

.Login_KullaniciSifresi-Kullanicilar_HataMesajIkon {
    background: url(../img/UyelikFormHataIkon.png) no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -20px;
    top: -10px;
}

.Login_KullaniciSifresi-Kullanicilar_HataMesaji {
    margin-left: 25px;
}

.Login_KullaniciSifresi-Kullanicilar_BilgiMesajKapsayici {
    margin: 10px auto;
    border: 2px solid #090;
    padding: 16px 0px 16px 0px;
    font-size: 15px;
    position: relative;
    width: 95%;
}

.Login_KullaniciSifresi-Kullanicilar_BilgiMesajIkon {
    background: url(../img/infoikon.png) no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -20px;
    top: -10px;
}

.Login_KullaniciSifresi-Kullanicilar_BilgiMesaj {
    margin-left: 25px;
}

.Login_HataliVeyaEksikBilgi_MesajKapsayici {
    margin: 0 auto;
    padding: 15px 0;
    font-size: 14px;
    position: relative;
    width: 500px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Login_HataliVeyaEksikBilgi_Mesaj {
    color: #d00012;
}

.Login_HataliVeyaEksikBilgi_MesajIkon {
    background: transparent;
    width: auto;
    height: auto;
    position: relative;
    left: 0;
    display: inline-block;
    top: 0;
}

.Login_HataliVeyaEksikBilgi_MesajIkon:before {
    content: 'error';
    z-index: 9;
    margin: 0 auto;
    position: relative;
    top: 0;
    font-family: "Material Icons";
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d00211;
}

.LoginSayfasi {
    overflow: hidden;
}

.SifremiUnuttum_Logo {
    background: url(../img/logo_ust.png) no-repeat;
    position: absolute;
    width: 220px;
    height: 87px;
    right: 1px;
    top: 11px;
    background-size: auto 87px;
}

.SifremiUnuttum-Form {
    position: relative;
    border-radius: 15px;
    background: #ffffff;
    width: 400px;
    margin: 0 auto;
    padding: 24px;
    box-shadow: 1px 2px 6px 0px rgb(0 0 0 / 65%);
    float: none;
}

.SifremiUnuttum-Form > div:nth-child(2) {
    position: relative
}

.SifremiUnuttum-Form > div:nth-child(2):before {
    content: '';
    display: block;
    background: url(../img/icon/icon-mail.png) no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 18px;
}

.SifremiUnuttum-Form_Baslik {
    color: #000;
    text-align: center;
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 500;
    margin: 20px 0;
    padding: 0;
}

.SifremiUnuttumHata {
    background: url(../img/UyeGirisHataIkon.png) no-repeat;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    border-radius: 5px;
    margin-left: 30px;
    margin-bottom: 10px;
    padding: 6px 20px 10px 43px;
}

.SifremiUnuttum-UyeGiris_Content {
    display: block;
    width: 100%;
    color: #5f5f5f;
    position: fixed;
    width: 100%;
    left: 0px;
    border-top: 1px dashed #000;
    right: 0px;
    bottom: 0;
    height: 70px;
    text-align: center;
    padding-top: 0;
}

.SifremiUnuttum-Copyright {
    font-size: 11px;
    font-weight: bold;
    height: 58px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    text-align: center;
    right: 0px;
    margin-right: 0;
    padding-top: 0;
    background: none;
    margin-top: 0;
}

.SifremiUnuttum-Copyright:after {
    content: '';
    background: url(../img/login-card-logo.png);
    display: block;
    width: 150px;
    height: 22px;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    background-size: contain;
}

.SifremiUnuttum-Form_Input {
    width: 100%;
    height: 40px;
    border-radius: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid black;
    margin: 0 auto;
    background: transparent;
    text-indent: 30px;
}

.SifremiUnuttum-Form_Button {
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background: #d00012;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 37%);
    width: 100%;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
    transition: 0.6s all;
    float: none;
    margin: 40px 0;
    border: 0;
    padding: 0;
}

.SifremiUnuttum-Form_Button_Link {
    color: #fff;
    font-size: 14px;
}

.SifremiUnuttum-Form_Link_List {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    letter-spacing: 1px;
    float: none;
    width: 100%;
    margin: 0;
}

.SifremiUnuttum-Form_Link_List_UyeOl, .SifremiUnuttum-Form_Link_List_SifreUnuttum {
    margin: 0px;
    padding: 0;
    background: transparent;
    width: auto;
    float: none;
}

.SifremiUnuttum-UyeGiris_Content_Aciklama_Bilgi , .SifremiUnuttum-UyeGiris_Content_Aciklama {
    font-weight: bold;
    display: none;
}

.SifremiUnuttum-UyeGiris_Content_Aciklama_Baslik {
    margin-bottom: 10px;
}

.SifremiUnuttum-UyeGiris_Content_KullaniciAdi_Text {
    float: right;
    text-align: left;
    color: #000;
    width: 125px;
}

.SifremiUnuttum-UyeGiris_Content_Sifre {
}

.SifremiUnuttum-UyeGiris_Content_Sifre_Text {
    float: right;
    text-align: left;
    color: #000;
    width: 125px;
}

.SifremiUnuttum .bx-wrapper .bx-pager.bx-default-pager a {
    background: url(../img/SliderDeaktif.png) no-repeat;
    width: 17px;
    height: 17px;
}

.SifremiUnuttum .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: url(../img/SliderAktif.png) no-repeat;
}

.SifremiUnuttum .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: url(../img/SliderAktif.png) no-repeat;
}

.SifremiUnuttum .bx-wrapper .bx-viewport {
    border: 0px;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    left: unset;
}

.SifremiUnuttum .bx-wrapper img {
    max-width: 100%;
}

.SifremiUnuttum .bx-wrapper .bx-viewport ul li {
    max-width: 100%;
}

/* sifreiunuttum.css ] */
/* KullaniciYeni */
/* [ b2b login.html */
.KullaniciYeniB2B {
    padding: 0;
    font-size: 12px;
    width: 1260px;
    margin: 0 auto;
    background: url(https://mediaminerva.com/OrtakBayi/ornek/loginbg.jpg) no-repeat fixed;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/uyelikbg.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/uyelikbg.jpg', sizingMethod='scale');";
    max-width: 1260px;
}

.KullaniciYeniB2B header {
    float: none;
    width: 1260px;
    max-width: 1260px;
    text-align: center;
}

.KullaniciYeniB2B header .Login-Logo {
    position: relative;
    float: none;
    padding: 20px 0px;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_Banner {
    border-radius: 15px;
    /*! height: 80px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 15px;
    background: transparent;
    border: none;
    opacity: 1;
    margin-left: 0;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_BannerBaslik {
    /*! padding: 27px 0px 22px 90px; */
    /*! font-size: 27px; */
    font-size: 22px;
    display: none;
}

.KullaniciYeniB2B .Uyelik_SifremiUnuttum {
    text-indent: -111px;
    overflow: hidden;
    cursor: not-allowed;
    width: 250px;
    background: transparent;
}

.KullaniciYeniB2B .Uyelik_SifremiUnuttum:after {
    content: "Zaten hesabÃ„Â±nÃ„Â±z var mÃ„Â±?";
    text-indent: 6px;
    color: #4a4a4a;
    display: block;
    font-size: 16px;
}

.KullaniciYeniB2B .Uyelik_GirisYap {
    color: #fff;
    background: #d00012;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    transition: 0.6s all;
    border-radius: 30px;
    font-size: 18px;
    padding: 0;
}

.KullaniciYeniB2B .Uyelik_Diger_Linkler {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 15px 0;
    float: none;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormKapsayici {
    display: flex;
    width: 100%;
    color: #000;
    float: none;
    max-width: 1260px;
}

.KullaniciYeniB2B .Uyelik_GirisYap:hover {
    background: #000;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormKapsayici form {
    display: flex;
    justify-content: space-between;
}

.Uyelik_Yeni-Kullanicilar_HataMesajKapsayici /*YeniUyelikForm-HataMesaj*/
{
    margin: 10px auto;
    border: 2px solid #696969;
    padding: 16px 0px 16px 0px;
    font-size: 15px;
    position: relative;
    width: 95%;
    background: #eff1f2;
}

.Uyelik_Yeni-Kullanicilar_HataMesajIkon /*YeniUyelikForm-HataMesajIkon*/
{
    background: url(../img/UyelikFormHataIkon.png) no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -20px;
    top: -10px;
}

.Uyelik_Yeni-Kullanicilar_HataMesaji /*YeniUyelikForm-HataMesaji*/
{
    margin-left: 25px;
}

.Uyelik_Yeni-Kullanicilar_FormIcerikBolum1 input[type="text"], .Uyelik_Yeni-Kullanicilar_FormIcerikBolum2 input[type="text"] {
    display: block;
    height: 40px;
    width: 100%;
    background: #fff;
    text-indent: 15px;
    border-radius: 6px;
    border: 0;
    border: 1px solid #b1b1b1;
    max-width: 100%;
}

.Uyelik_Yeni-Kullanicilar_FormUnvanNot {
    color: #d00012;
    margin-top: 10px;
    font-size: 12px;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormIcerikBolum1 {
    margin-left: 0px !important;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormIcerikBolum1, .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormIcerikBolum2 {
    width: 49%;
    box-shadow: none;
    position: relative;
    float: none;
    /* min-height: 100%; */
    padding: 5px;
    margin: 0;
    line-height: initial;
    max-width: 50%;
    opacity: 1;
    border-radius: 14px;
    background: #ffffff;
    border: 0;
    padding: 30px;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormUyelikTipiBaslik {
    font-size: 15px;
    width: 100px;
    display: inline-block;
    margin: 15px 0;
    float: none;
    padding: 0px 15px 0px 0px;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormUyelikTipiBaslik:before {
    content: "*Bilgileri doldurmadan önce lütfen üyelik şeklini seçiniz.";
    font-size: 10px;
    position: absolute;
    right: 20px;
    top: 50px;
}

.Uyelik_Yeni-Kullanicilar_FormIcerikBolum2 {
    padding-top: 50px;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormUyeTipiKapsayici {
    font-size: 16px;
    display: inline-block;
    width: 75px;
    float: none;
    position: relative;
    top: 4px;
    padding: 0;
}

.Uyelik_Yeni-Kullanicilar_FormUyeTipiKapsayici input {
    height: 15px !important;
    margin: 0 !important;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormUyeTipiAciklama {
    font-size: 14px;
    cursor: pointer;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormKullaniciBilgileriBaslik {
    font-size: 16px;
    padding: 25px 0;
    color: #d00012;
    border-top: 1px dashed #707070;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormKullaniciAdiAciklama, .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormAdiAciklama, .Uyelik_Yeni-Kullanicilar_FormSoyadiAciklama, .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormTCNoAciklama, .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormVergiNoAciklama, .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormCepTelAciklama, .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormIsTelAciklama, .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormIlceAciklama, .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormCepTelAciklama, .Uyelik_Yeni-Kullanicilar_FormSehirAciklama, .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormSifreAciklama, .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormSifreTekrarAciklama, .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormUnvanAciklama, .Uyelik_Yeni-Kullanicilar_FormFirmaTipiAciklama, .Uyelik_Yeni-Kullanicilar_FormFaturaTipiAciklama {
    margin: 15px 0;
}

.Uyelik_Yeni-Kullanicilar_FormSifreKapsayici input, .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormSifreTekrar {
    display: block;
    height: 40px !important;
    width: 100%;
    background: #fff;
    text-indent: 15px;
    border: 1px solid #b1b1b1 !important;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormAdiKapsayici, .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormSoyadiKapsayici, .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormTCNoKapsayici, .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormKullaniciAdiKapsayici, .Uyelik_Yeni-Kullanicilar_FormVergiNoKapsayici, .Uyelik_Yeni-Kullanicilar_FormSifreKapsayici, .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormSifreTekrarKapsayici, .Uyelik_Yeni-Kullanicilar_FormCepTelKapsayici, .Uyelik_Yeni-Kullanicilar_FormIsTelKapsayici, .Uyelik_Yeni-Kullanicilar_FormSehirKapsayici, .Uyelik_Yeni-Kullanicilar_FormIlceKapsayici, .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormUnvanKapsayici, .Uyelik_Yeni-Kullanicilar_FormFirmaTipiKapsayici, .Uyelik_Yeni-Kullanicilar_FormFaturaTipiKapsayici, .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormVergiNoKapsayici, .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormIlceKapsayici, .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormSehirKapsayici, .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormIsTelKapsayici, .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormCepTelKapsayici,.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormSifreKapsayici {
    font-size: 15px;
    margin: 0px 0px;
    color: #545454;
    float: none;
    padding: 0;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormSozlesmeKapsayici {
    display: block;
    padding: 0;
    float: none;
    background: #fff;
    padding-right: 6px;
}

.Uyelik_Yeni-Kullanicilar_FormFirmaTipiKapsayici select, .Uyelik_Yeni-Kullanicilar_FormFaturaTipiKapsayici select {
    width: 100%;
    height: 40px;
    margin: 10px 0 20px;
    border: 1px solid #b1b1b1 !important;
    padding: 6px;
    border-radius: 5px;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormKisiselBilgilerBaslik {
    display: none;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormIletisimBilgileriBaslik, .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormSifreIslemleriBaslik, .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormSozlesmeBaslik, .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormFirmaBilgileriBaslik, .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormSifreIslemleriBaslik {
    width: 100%;
    font-size: 16px;
    padding: 15px 0;
    float: none;
    color: #d00012;
}

.Uyelik_Yeni-Kullanicilar_FormIletisimBilgileriBaslik {
    border-bottom: 1px dashed #707070
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormSehir {
    width: 100%;
    height: 40px;
    text-indent: 15px;
    max-width: 100%;
    border: 1px solid #b1b1b1;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormIlceAciklama {
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormIlce {
    width: 100%;
    height: 40px;
    border: 1px solid #b1b1b1;
    padding: 6px;
    border-radius: 5px;
    max-width: 100%;
}

.KullaniciYeniB2B .UyeForm-SelectIlce {
    width: 100%;
    max-width: 528px;
    height: 34px;
    margin: 10px 0 20px;
    border: 1px solid #c2c2c2;
    padding: 6px;
    border-radius: 5px;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormEvTelAciklama {
    font-size: 14px;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormEvTel {
    width: 100%;
    max-width: 542px;
    height: 35px;
    margin: 10px 0 10px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    padding-left: 5px;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormSifreIslemleriBaslik {
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormSozlesmeBaslik {
    border-top: 1px dashed #707070;
    margin-top: 30px;
    padding-top: 30px;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormSozlesmeKapsayici {
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormSozlesmeAciklama {
    font-size: 14px;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormSozlesmeIcerik {
    width: 100%;
    height: 90px;
    margin: 10px 0 10px;
    border: 0;
    padding-left: 5px;
    resize: none;
    overflow-y: auto;
    font-weight: normal;
    max-width: 100%;
    font-size: 12px;
    border-radius: 15px;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormSozlesmeIcerik::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #EFEFEF;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormSozlesmeIcerik::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormSozlesmeIcerik::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #4A4A4A;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormSozlesmeOnayKapsayici {
    font-size: 12px;
    float: none;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    display: flex;
    align-items: center;
}

input[type='radio']:after {
    width: 10px;
    height: 10px;
    border-radius: 15px;
    top: 0;
    left: -1px;
    position: relative;
    background-color: #9d9d9d;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 10px;
    height: 10px;
    border-radius: 15px;
    top: 0px;
    left: -1px;
    position: relative;
    background-color: #d00211;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormSozlesmeOnayIcerik {
    float: none;
    width: 100%;
    display: flex;
    align-items: center;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormKapsayici input {
    margin-right: 10px;
    max-width: 100%;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormIletisimOnayKapsayici {
    font-size: 12px;
    /*! font-weight: bold; */
    float: none;
    padding-left: 0;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormIletisimOnayAciklama {
    float: none;
    display: flex;
    align-items: center;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormUyeOlKapsayici {
    font-size: 16px;
    padding-left: 13px;
    float: left;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormUyeOl {
    color: #fff;
    background: #d00012;
    width: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin: 30px 0;
    transition: 0.6s all;
    border: 0;
    padding: 10px;
}

.KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormUyeOl:hover {
    background: #000;
}

.KullaniciYeniB2B footer {
    background: transparent;
    border-top: 1px dashed #000000;
    padding: 34px 0;
    text-align: center;
    margin-top: 100px;
}

.KullaniciYeniB2B footer:before {
    display: none;
}

.KullaniciYeniB2B .UyeKayitFooterCopyright {
    display: flex;
    align-items: center;
    justify-content: center;
}

.KullaniciYeniB2B .Uyelik_FirmaEMail {
    padding: 0px 5px;
    width: auto;
}

.KullaniciYeniB2B .Uyelik_FirmaEMail a {
    color: #930000;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/*  Responsive */


@media  (max-width: 1024px) {
    .UyeGiris-FooterCopyright:after{
        display: none;
    }
    .UyeGiris-AciklamaYazi{
        bottom:30px;
        padding-top: 10px;
    }
    .UyeGiris-FooterCopyright{
        bottom:0
    }
    .Login-Logo a{
        height: 60px;
        width: 240px;
    }
    .LoginSayfasi-Uyelik{
        width: 50%;
        padding: 15px;
    }
}

@media (max-width : 768px) {
    .LoginSayfasi-Uyelik{
        width: 80%;
        height: auto;
    }
    .KullaniciYeniB2B .Uyelik_Diger_Linkler {
        justify-content: space-around;
    }

    .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormKapsayici form {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormKapsayici, .KullaniciYeniB2B .Content, .KullaniciYeniB2B, .KullaniciYeniB2B header {
        width: 100%;
        max-width: 100%;
        overflow: initial;
    }

    .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormIcerikBolum1, .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormIcerikBolum2 {
        width: 95%;
        max-width: 100%;
        min-height: 650px;
        height: auto;
        max-height: 1070px;
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .UyeGiris-AciklamaGiris-Bilgi_Sifre{
        margin: 0;
        width: 100px;
        float: none;
        padding-left: 5px;
    }
    .UyeGiris-AciklamaGiris-Bilgi_KullaniciAdi {
        padding-left:5px
    }

    .Login_HataliVeyaEksikBilgi_MesajKapsayici {
        width: 100%;
        font-size: 12px;
    }

    .Login_HataliVeyaEksikBilgi_Mesaj {
    }

    .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormUyelikTipiBaslik:before {
        top: 15px;
    }

    .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormKapsayici {
        width: 100%;
        max-width: 100%;
    }

    .KullaniciYeniB2B .Content {
        width: 100%;
        max-width: 100%;
        overflow: initial;
    }

    .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormKapsayici form {
        flex-wrap: wrap;
    }

    .KullaniciYeniB2B {
        width: 100%
    }

    .KullaniciYeniB2B header {
        width: 100%
    }

    .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormIcerikBolum1, .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormIcerikBolum2 {
        width: 95%;
        margin-bottom: 30px;
    }

    .KullaniciYeniB2B .Uyelik_Yeni-Kullanicilar_FormIcerikBolum1 {
    }

    .SifremiUnuttum-Form > div:nth-child(2):before {
        top: 30px;
    }

    .SifremiUnuttum-Content {
        width: 100%
    }

    .SifremiUnuttum-Form {
        width: 95%;
        padding: 20px;
    }

    .SifremiUnuttum-OrtaKisim {
        width: 100%;
        max-width: 100%;
    }

    .UyeGiris-FooterCopyright:after {
        margin-top: 20px;
        display: none;
    }

    .UyeGiris-AciklamaGiris-Bilgi_Baslik {
        width: 100%;
        margin-bottom: 15px;
    }

    .Login-Logo-img {
        width: 55%;
    }

    .LoginSayfasi-Uyelik {
        padding: 15px;
        width: 80%;
        height: 410px;
    }

    header {
        height: auto;
    }

    .LoginSayfasi-UyeGirisForm {
        width: 100%;
    }

    .UyeGiris-AciklamaGiris-Bilgi_Sifre_Text {
        width: 70px;
    }

    .UyeGiris-AciklamaGiris-Bilgi {
        padding: 15px 0px;
        flex-wrap: wrap;
        margin: 11px 0;
    }

    .Uyelik-SozlesmeBtn {
        left: 0px;
        width: 100%;
        bottom: -60px;
        display: block;
        /* position: relative; */
    }

    .UyeGiris-AciklamaYazi {
        height: 50px;
    }

    .Login-Logo a {
        width: 250px;
        height: 60px;
    }
    .Login-Logo{
        padding: 0;
        margin: 5px;
    }
    .UyeGiris-Linkler{
        top:0px;
    }
}
@media (max-width: 320px) {
    .UyeGiris-AciklamaYazi{
        padding: 0 5px;
        font-size: 11px;
    }


}