/* Powertech — giriş yap sayfası */
body#authentication #content.page-content {
  background: transparent;
  border: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

body#authentication #main {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

body#authentication .login_page_content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

body#authentication .login_page_content > div {
  display: flex;
  flex: 1 1 100%;
  float: none;
  margin-bottom: 20px;
  max-width: 100%;
  padding: 0 12px;
}

@media (min-width: 576px) {
  body#authentication .login_page_content > div {
    flex: 1 1 50%;
    margin-bottom: 0;
    max-width: 50%;
  }
}

body#authentication .login-form,
body#authentication .register_form {
  background: linear-gradient(165deg, var(--pt-brand-blue) 0%, var(--pt-brand-blue-dark) 100%);
  border: none;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(var(--pt-brand-blue-rgb), 0.3);
  color: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
  padding: 2rem 1.75rem;
  width: 100%;
}

body#authentication .register_form_cell {
  display: block;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

body#authentication .register_form_cell > a:not(.btn) {
  color: #fff !important;
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 1.25rem;
  text-transform: none;
}

body#authentication .register_form_cell > a:not(.btn):hover {
  color: rgba(255, 255, 255, 0.9) !important;
  opacity: 1;
}

body#authentication #login-form .form-control-label {
  color: #fff !important;
  font-weight: 500;
}

body#authentication #login-form .form-control-label.required::after {
  color: #ffe8a3;
}

body#authentication #login-form .form-control-comment {
  color: rgba(255, 255, 255, 0.65);
}

body#authentication #login-form .form-group.row {
  display: block;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
}

body#authentication #login-form .form-group.row > .form-control-label,
body#authentication #login-form .form-group.row > .col-md-3.form-control-comment {
  float: none;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

body#authentication #login-form .form-group.row > .col-md-6 {
  float: none !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  width: 100% !important;
}

body#authentication #login-form .form-group.row > .form-control-label {
  margin-bottom: 0.35rem;
  padding-top: 0;
}

body#authentication #login-form .form-group.row > .form-control-comment {
  display: none;
}

body#authentication #login-form .form-control,
body#authentication #login-form input.form-control {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 8px;
  box-shadow: none;
  color: var(--pt-brand-blue) !important;
  min-height: 44px;
  width: 100%;
}

body#authentication #login-form .form-control:focus {
  border-color: #fff !important;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
  color: var(--pt-brand-blue) !important;
  outline: none;
}

body#authentication #login-form .form-control::placeholder {
  color: var(--pt-brand-blue);
  opacity: 0.65;
}

body#authentication #login-form .pt-password-field {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
}

body#authentication #login-form .pt-password-field .form-control {
  box-sizing: border-box;
  display: block;
  padding-right: 3rem;
  width: 100%;
}

body#authentication #login-form .pt-password-toggle {
  align-items: center;
  background: transparent !important;
  border: none;
  color: var(--pt-brand-blue);
  cursor: pointer;
  display: flex;
  font-size: 0;
  height: 44px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
}

body#authentication #login-form .pt-password-toggle:hover,
body#authentication #login-form .pt-password-toggle:focus {
  color: var(--pt-brand-blue-dark);
  outline: none;
}

body#authentication #login-form .pt-password-toggle .material-icons {
  font-size: 22px;
  line-height: 1;
}

body#authentication #login-form .pt-password-toggle-hide {
  display: none;
}

body#authentication #login-form .pt-password-field.is-visible .pt-password-toggle-show {
  display: none;
}

body#authentication #login-form .pt-password-field.is-visible .pt-password-toggle-hide {
  display: inline-flex;
}

body#authentication .forgot-password a {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body#authentication .forgot-password a:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}

body#authentication #login-form .form-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 0.75rem;
  padding-top: 1.25rem;
}

body#authentication #login-form .form-control-submit {
  background: #fff !important;
  border: none;
  border-radius: 8px;
  color: var(--pt-brand-blue) !important;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  min-height: 48px;
  padding: 0.65rem 2rem;
  text-transform: uppercase;
  width: 100%;
}

body#authentication #login-form .form-control-submit:hover,
body#authentication #login-form .form-control-submit:focus {
  background: #fff !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  color: var(--pt-brand-blue-dark) !important;
}

body#authentication .register_form_cell a.button-to-register-form {
  background: #fff !important;
  border: none;
  border-radius: 8px;
  color: var(--pt-brand-blue) !important;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 0.5rem;
  min-width: 200px;
  padding: 0.75rem 2rem;
  text-transform: uppercase;
}

body#authentication .register_form_cell a.button-to-register-form:hover,
body#authentication .register_form_cell a.button-to-register-form:focus {
  background: #fff !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  color: var(--pt-brand-blue-dark) !important;
}

@media (max-width: 575px) {
  body#authentication .login-form,
  body#authentication .register_form {
    min-height: 280px;
    padding: 1.5rem 1.25rem;
  }
}
