@font-face {
  font-family: "Ubuntu";
  src: url(../fonts/Ubuntu-Regular.ttf) format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Ubuntu";
  src: url(../fonts/Ubuntu-Bold.ttf) format("truetype");
  font-weight: 700;
}

html {
  background: none;
}

body {
  font-family: "Ubuntu", system-ui, -apple-system, sans-serif;
  background-image: url("../images/background2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  margin: 0;
}

@media (max-width: 480px) {
  body {
    background-image: none;
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%); /* Tailwind gray-100 to gray-200 */
  }

  .divider h2 {
    margin: 10px 0; /* !important kaldırıldı */
  }
}

::placeholder {
  color: #9ca3af; /* Tailwind gray-400 */
}

label,
.password-label {
  margin-top: 2px;
  font-size: 14px;
  font-weight: 500;
}

#AdfsExchange {
  background-color: #28b1e6;
  background-image: url("../images/activedirectory.png");
  background-repeat: no-repeat;
  background-size: 50px;
  margin: 2px 0;
  padding-left: 55px;
}

#AdfsExchange:hover {
  background-color: #189dcf;
}

#api ul {
  list-style-type: none;
  padding-left: 0;
}

#api[data-name="IdpSelections"] ul {
  text-align: center;
}

#api[data-name="Phonefactor"] .buttons button#cancel {
  width: 32%;
}

#api[data-name="SelfAsserted"]>div:first-child {
  display: none;
}

#createAccount {
  cursor: pointer;
  padding-left: 2px;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

#email_ver_input {
  margin-bottom: 2px 0;
}

#FacebookExchange {
  background-color: #3b5595;
  background-image: url("../images/facebook.png");
  background-repeat: no-repeat;
  background-size: 50px;
  padding-left: 55px;
}

#FacebookExchange:hover {
  background-color: #354c86;
}

.password-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.password-label label {
  margin: 0;
}

#forgotPassword {
  color: #007BB5;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

#forgotPassword:hover {
  color: #005f8b;
  text-decoration: underline;
}



#GoogleExchange {
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  color: #3c4043;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 240px;
  margin: 0 auto;
  gap: 8px;
  /* ikon ve yazı arası boşluk */
  padding: 0 12px;
}

#GoogleExchange::before {
  content: '';
  background-image: url("https://hakorucustompages.blob.core.windows.net/custom-pages/google.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
}

#GoogleExchange:hover {
  background-color: #e0e0e0;
  color: #000;
}

#GoogleExchange:focus,
#GoogleExchange:active {
  outline: none;
  box-shadow: none;
}


#IdentifyServerExchange {
  background-color: #28b1e6;
  background-image: url("../images/default.png");
  background-repeat: no-repeat;
  background-size: 50px;
  margin-top: 10px;
  padding-left: 55px;
}

#IdentifyServerExchange:hover {
  background-color: #189dcf;
}

#logonIdentifier,
#password,
#signInName {
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #ccc;
  border-radius: 2px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  color: #555;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857143;
  margin: 2px 0;
  padding: 6px 12px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
  width: 100% !important;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s !important;
}

#logo img {
  float: left;
  height: 50px;
  width: 50px;
}

#MicrosoftAccountExchange {
  background-color: #28b1e6;
  background-image: url("../images/microsoft.png");
  background-repeat: no-repeat;
  background-size: 50px;
  padding-left: 55px;
}

#MicrosoftAccountExchange:hover {
  background-color: #189dcf;
}

#SignUpWithLogonEmailExchange {
  background-color: #ff5c62;
  background-image: url("../images/default.png");
  background-repeat: no-repeat;
  background-size: 50px;
  color: #fff;
  margin-top: 2px;
  padding-left: 55px;
}

#SignUpWithLogonEmailExchange:hover {
  background-image: url("../images/default.png") !important;
}

.login-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.login-header h1 {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.2;
}
.login-header h2 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.2;
}
.heading {
  display: none !important;
}

.entry-item {
  position: relative;
  padding-bottom: 1rem; /* Alt boşluk, hata kutusunun yerleşmesi için */
  margin-bottom: 1rem;
}

.entry-item .error.itemLevel {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;

}

.entry-item .error.itemLevel p {
  font-size: 0.75rem; /* Tek satıra sığacak kadar küçült */
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  
}
.error.itemLevel p::before {
  content: none !important;
  display: none !important;
}

.helpLink.tiny {
  display: none !important;
}

/* SIGNIN SIGNIN SIGNIN SIGNIN SIGNIN SIGNIN SIGNIN SIGNIN SIGNIN SIGNIN SIGNIN SIGNIN SIGNIN SIGNIN SIGNIN SIGNIN SIGNIN SIGNIN SIGNIN SIGNIN SIGNIN SIGNIN SIGNIN SIGNIN SIGNIN SIGNIN*/

/* 1) Sadece “Doğrulama Kodu” input’unu yarı genişlikte ve sola yasla */
#emailVerificationCode {
  width: 50% !important;
  float: left !important;
}

/* 2) “Kodu doğrula” butonunu aynı satırda, sağa yasla */
button.sendCode {
  /* Sağ tarafa yasla */
  float: right !important;
  /* Input bar ile aynı hizada ve 3px üstten boşluklu */
  margin-left: 0 !important;
  margin-top: 1px !important;
  margin-bottom: 4px !important;
  /* Konumu sıfırla, top ayarını kaldır */
  position: relative !important;
  top: 0 !important;
  
  /* Mevcut stilleriniz korunuyor */
  color: #007BB5 !important;
  background-color: #eaf4fb !important;
  border: 1px solid #007BB5 !important;
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 16px !important;
  border-radius: 2px !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease !important;
}

button.verifyCode {
  color: #007BB5 !important;                  /* Yazı rengini mavi yap */
  background-color: #eaf4fb !important;       /* Açık mavi tonunda arka plan */
  border: 1px solid #007BB5 !important;       /* Mavi çerçeve ile uyumlu */
  height: 40px !important;                    /* Input ile aynı yükseklik */
  line-height: 40px !important;               /* Yazıyı dikey ortalamak için */
  padding: 0 16px !important;                 /* Sağ-sol iç boşluk */
  margin-left: 5px !important;                /* Input ile buton arası boşluk */
  border-radius: 2px !important; 
  position: relative !important;
  top: -5px !important;             /* Hafif yuvarlak köşe */
  cursor: pointer !important;
  transition: background-color 0.2s ease !important;
           /* Alt boşluk, hata kutusunun yerleşmesi için */
}
button.verifyCode:hover {
  background-color: #d0eaf9 !important;       /* Hover’da biraz koyu ton */
}



button.sendNewCode {

  clear: both !important;
  float: none !important;
  margin: 4px 0 0 !important;       /* Input’un hemen altına boşluk */
  background: none !important;       /* Buton görünümünü kaldır */
  border: none !important;
  padding: 0 !important;
  color: #007BB5 !important;         /* Mavi link rengi */
  text-decoration: underline !important;
  font-size: 0.875rem !important;
  cursor: pointer !important;
  margin: 0 !important;
  position: relative !important;
  top: -4px !important;
}

button.sendNewCode:hover {
  color: #005f8b !important;         /* Hover’da koyu mavi */
}

.verificationSuccessText {
  display: none !important;
  
}

.text-center {
  text-align: center !important;
  padding-top: 15px;
}

/* Override inline styles added by the MutationObserver */

/* Container: tam genişlik, sola yasla ve üst boşluğu ayarla */
#consentContainer {
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
  margin-top: 12px !important;
  padding: 4px 0 !important;
  max-width: 100% !important;
  width: 100% !important; /* 🔴 Ekledik: butonların yanına değil, üstüne geçsin */
  flex-wrap: nowrap !important;
}

#consentContainer input[type="checkbox"] {
  margin-top: 3px !important;
  width: 16px !important;
  height: 16px !important;
}

#consentContainer label {
  font-size: 0.8rem !important;
  line-height: 1.4 !important;
  color: #4b5563 !important;
  margin: 0 !important;
  flex: 1 !important;
  white-space: normal !important;
}




/* Butonları biraz daralt ve üst boşluk ver */
/* Butonları daralt: taşmayı engelle */
.buttons > button#continue,
.buttons > button#cancel {
  font-size: 0.9rem;
  padding: 0.4rem 0.8rem;
  margin-top: 26px;
  transform: scaleY(0.9);
  transform-origin: center top;
  width: 47% !important; /* 🔽 biraz daha küçültüldü */
}

/* Container genişliği ve boşluğu ayarla */
form#attributeVerification > .buttons {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  gap: 6% !important; /* 🔽 butonlar arası boşluk */
  width: 100% !important;
}
#localAccountForm .divider {
  display: none;
}

form#localAccountForm > .create {
  text-align: center;
  margin-top: 12px;
  font-size: 0.95rem;
  color: #4b5563;
}

form#localAccountForm > .create a#createAccount {
  color: #007BB5;
  font-weight: 600;
  text-decoration: none;
  margin-left: 4px;
}

form#localAccountForm > .create a#createAccount:hover {
  text-decoration: underline;
  color: #005f8b;
}





.accountButton {
  border: none;
  border-radius: 2px;
  color: whitesmoke;
  font-size: larger;
  height: 45px;
  width: 284px;
}

.accountButton:hover {
  border: none;
}
.attrEntry,
.phoneEntry {
  margin-bottom: 2px;
  padding-top: 0;
}

.attrEntry input,
.attrEntry select,
#codeVerification input {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857143;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  height: 40px;
  padding: 6px 12px;
  width: 100%;
}

.attrEntry.validate input:invalid,
.phoneEntry.validate input:invalid,
#codeVerification.validate input:invalid {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.attrEntry input:invalid,
.phoneEntry input:invalid,
#codeVerification input:invalid {
  border-color: #a94442;
}

.attrEntry #email_intro {
  display: none;
}

.password-label label {
  display: block;
  margin-bottom: 2px;
}

.error.itemLevel p {
  color: #a94442;
  min-height: 14px;
}

.error.itemLevel p:before {
  content: "\e101";
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-right: 3px;
  position: relative;
  top: 1px;
  -webkit-font-smoothing: antialiased;
}

.highlightError {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  outline: 0;
}

.buttons {
  margin: 5px 0;
}

.buttons button {
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: inherit;
  line-height: 1.42857143;
  margin: 0;
  padding: 6px 12px;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: inherit;
}

.buttons button#cancel,
.buttons button#email_ver_but_edit,
.buttons button#email_ver_but_resend {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}

.buttons button#cancel {
  font-size: 18px;
  height: 60px;
  width: 49.9%;
}

@media (max-width: 767px) {
  .buttons button#cancel {
    height: 50px;
    width: 48.9%;
  }
}

.buttons button:hover#cancel,
.buttons button:hover#email_ver_but_edit,
.buttons button:hover#email_ver_but_resend {
  background-color: #e6e6e6;
  border-color: #adadad;
  color: #333;
}

.buttons button#continue {
  background: linear-gradient(90deg, #1e40af, #3b82f6);
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .buttons button#continue {
    height: 50px;
  }
}

.buttons button:hover#continue {
  background: linear-gradient(90deg, #1d4ed8, #60a5fa);
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.buttons button[disabled]#continue,
.buttons button[disabled]:hover#continue {
  background-color: #286090;
  border-color: #286090;
  color: #fff;
}

.buttons button#email_ver_but_resend,
.buttons button#email_ver_but_verify {
  margin-top: 5px;
}

.buttons button#email_ver_but_send,
.buttons button#email_ver_but_verify {
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
}

.buttons button:hover#email_ver_but_send,
.buttons button:hover#email_ver_but_verify {
  background-color: #286090;
  border-color: #204d74;
  color: #fff;
}

.buttons button#verifyCode,
.buttons button#verifyPhone {
  background-color: #5cb85c;
  border-color: #4cae4c;
  color: #fff;
  font-size: 18px;
  height: 60px;
  margin-right: 9px;
  width: 32%;
}

@media (max-width: 767px) {
  .buttons button#verifyCode,
  .buttons button#verifyPhone {
    height: 50px;
  }
}

.divider {
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.divider h2 {
  color: #ccc;
  line-height: 20px;
  margin: 5px 0;
  text-align: center;
  text-transform: lowercase;
}

.divider h2:after,
.divider h2:before {
  content: "";
  height: 1px;
  position: absolute;
  top: 10px;
  width: 40%;
}

.divider h2:after {
  background: linear-gradient(to right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
  right: 0;
}

.divider h2:before {
  background: linear-gradient(to left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
  left: 0;
}

.entry .buttons button {
  background-color: #071e3e;
  border-radius: 2px;
  font-size: 18px;
  line-height: 1.3333333;
  padding: 10px 16px;
  color: #fff;
  height: 60px;
  width: 100%;
}

.entry .buttons button:hover {
  background-color: #286090;
  color: #fff;
}

.panel-body {
  padding: 15px 30px;
  background: #ffffff;
}

.panel-default {
  border: 1px solid #ccc;
}

.social {
  margin-top: 30px;
}

.verify {
  margin-top: 5px;
  padding-top: 0;
}

.working {
  bottom: 0;
  display: none;
  height: 2em;
  left: 0;
  margin: auto;
  overflow: visible; /* 'show' yazımı hatası düzeltildi */
  position: fixed;
  right: 0;
  top: 0;
  width: 2em;
  z-index: 999;
}

.working:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.working:not(:required):after {
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  content: "";
  display: block;
  height: 1em;
  font-size: 10px;
  margin-top: -0.5em;
  width: 1em;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}