/* Base styles for larger screens */
body {
  font-size: 12px;
  max-width: 10000px;
  background: #F5F5F5;
  min-width: 960px;
  width: 100%;
  font-family: Roboto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Responsive styles for smaller screens */
@media only screen and (max-width: 768px) {
  body {
    font-size: 10px;
  }

  h2 {
    font-size: 24px;
  }

  .form-group {
    height: auto;
    margin-top: 0;
  }

  .control-label {
    font-size: 14px;
  }

  .form-control {
    align-self: auto;
  }

  #textbox {
    width: 100%;
    /* margin-right: 0; */
  }

  .toplam {
    width: 100%;
    right: 0;
  }

  /* .right, */
  .left {
    width: 100%;
    height: auto;
  }

  #ic {
    width: 80%;
    margin: 0 auto;
    top: 20%;
    margin-top: -162px;
    right: 12%;
  }

  form#girisyap input {
    margin-top: 10px !important;
  }

  #girisyap .sn {
    margin-left: 0;
  }

  .form-wrapper {
    max-height: none;
    /* Remove max-height on smaller screens */
  }
}

/* Additional responsive styles for even smaller screens if needed */
@media only screen and (max-width: 480px) {
  body {
    font-size: 8px;
  }

  h2 {
    font-size: 20px;
  }

  /* Add more styles as needed for smaller screens */
}

p {
  font-feature-settings: "kern" 1;
  /* 5 */
  font-kerning: normal;
  /* 5 */
  hyphens: auto;
  /* 6 */
}

.fullwidth,
body#bp-default #wp-admin-bar .padder {
  width: 100% !important;
  max-width: 10000px !important;
  min-width: 960px;
  margin: 0 auto;
  clear: both;
  float: right;
}

h2 {
  font-size: 30px;
  font-weight: 300;
  color: #03A9F4;
}

.form-group {
  height: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-top: -10px;
}

.control-label {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate3d(0, 22px, 0) scale(1);
  -moz-transform: translate3d(0, 22px, 0) scale(1);
  transform: translate3d(0, 22px, 0) scale(1);
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: 240ms;
  -moz-transition: 240ms;
  transition: 240ms;
}

.form-group.focused .control-label {
  opacity: 1;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  transform: scale(0.75);
  color: #03A9F4 !important;
}

.form-control {
  align-self: flex-end;
}

.form-control::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 240ms;
  -moz-transition: 240ms;
  transition: 240ms;
}

.form-control:focus::-webkit-input-placeholder {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.form-group.focused .form-control::-webkit-input-placeholder {
  color: #bbb;
}

#textbox {
  width: 40%;
  max-height: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.image_div {
  z-index: 1;
  width: 60%;
}

.toplam {
  width: 100%;
  height: 100%;
}

.right {
  width: 50%;
  height: 100%;
  background: #2C3034;
  right: 0;
  position: absolute;
}

.left {
  width: 100%;
  height: 100%;
  background: #F9F9F9;
}

#ic {
  width: 500px;
  margin: 0 auto;
}

.right #ic {
  margin-top: -232px;
}

#ic p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #757575;
  margin-bottom: 30px;
}

form#girisyap input {
  border-bottom: 1px solid #cdcdcd;
  color: #959595;
  font-size: 14px;
  width: 100%;
  resize: none;
  max-height: 20px;
  outline: 0;
  border-right: 0;
  border-left: 0;
  padding: 8px 0;
  margin-top: 20px !important;
  background: none;
  border-top: 0;
  overflow: hidden;
  transition: border .2s;
  -webkit-transition: border .2s;
}

#girisyap .form-group {
  width: 100%;
  float: right;
  margin-bottom: 20px;
}

#girisyap h2 {
  font-size: 28px;
  font-weight: 400;
  color: #0BAFBF;
  line-height: 35px;
}

#girisyap .soninpt {
  margin-bottom: 30px;
}

.right form#girisyap input {
  border-bottom: 1px solid #45494C;
}

.right .control-label {
  color: #959595;
}

.right .yarim {
  width: 46% !important;
  float: right;
  margin-left: 8%;
}

.right .sn {
  margin-left: 0;
}

form#girisyap .girisbtn {
  width: auto;
  float: left;
  background: #03A9F4;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 0 !important;
  line-height: 16px;
  font-family: Roboto;
  text-transform: uppercase;
  max-height: 36px;
  height: 36px;
  letter-spacing: 0.5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, box-shadow;
  border: 0;
}

form#girisyap .girisbtn:hover {
  background: #0288D1;
  -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

#moveright,
#moveleft {
  width: auto;
  float: left;
  background: none;
  padding: 10px 16px;
  font-family: Roboto;
  font-size: 14px;
  color: #03A9F4;
  font-weight: 600;
  margin: 0 10px !important;
  line-height: 16px;
  text-transform: uppercase;
  cursor: pointer;
  max-height: 36px;
  height: 36px;
  letter-spacing: 0.5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  border: 0;
  outline: 0;
}

#moveright:hover {
  background: #eee;
}

#moveleft:hover {
  background: #363A3D;
}

#fback {
  width: 100%;
  height: 100vh;
  display: flex;
  /* position: absolute; */
  /* z-index: -9999; */
}

.loginLogo {
  text-align: right;
  padding: 20px 100px 30px 10px;
}

.img-image-logo {
  width: 80px;
  height: auto;
  margin: 0 auto;
}

.girisback {
  position: absolute;
  right: 0;
  width: 25%;
  height: 100%;
  background: #205368;
  background-size: cover;
  background-position: 75% 25%;
}

.kayitback {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  background: #205368;
  background-size: cover;
  background-position: 50% 50%;
}

.card {
  /* margin-right: 30px;
	float: right; */
  height: 100%;
  width: auto;
  background: #F5F5F5;
  /* overflow-x: scroll; */
  margin-bottom: 25px;
}

.force-overflow {
  min-height: 450px;
}

.title {
  margin: 2%;
  text-align: center;
}

.mt-4 {
  margin: 4%;
}

.slider-login-Div {
  width: 80%;
  height: 80%;
  padding: 100px 0 0 100px;
}

.img_image {
  object-fit: cover;
  object-position: center;
  width: 40%;
  height: auto;
}

.Slider-loginsignup h3 {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 40px 0 0 0;
  padding-right: 60px;
  line-height: normal;
}

/* .img_image {
  width: 55%;
  position: absolute;
  left: 0;
  height: 80%;
  top: 10%;
  bottom: 10%;
  border-top-right-radius: 64px;
  border-bottom-right-radius: 64px;
} */

.Slider-loginsignup,
.slide-div {
  height: 100%;
  position: relative;
}

/* .slide-div {
  height: 100%;
} */
.Slider-loginsignup .slick-list.draggable {
  padding: 0 !important;
  height: 100%;
}

.form-wrapper {
  max-height: 100vh;
  overflow-y: auto;
}

.slick-track {
  height: 100%;
}

.form-wrapper {
  margin-bottom: 20px;
}

body {
  overflow: hidden;
}

/* Login, Signin Flow css */
.left.form-wrapper {
  background-color: #ffffff;
}

/* 
#textbox {
  width: 75%;
} */

.toplam .left.form-wrapper .title h5.text-primary {
  font-size: 40px;
  font-weight: bold;
  color: #414141 !important;
  margin-top: 30px;
}

.left.form-wrapper form#login-form .mb-3 input {
  background-color: #EFF0F2 !important;
}

/* 
.vectordiv {
  background-image: url(../images/vector/both.png);
  width: 180px;
  height: 180px;
  position: absolute;
  left: 390px;
  top: 30px;
  height: 95%;
  background-repeat: no-repeat;
} */

.vectordiv::before {
  content: '';
  background-image: url(../images/vector/blue-line.png);
  width: 220px;
  height: 153px;
  position: absolute;
  left: 390px;
  bottom: -16px;
  z-index: 1;
}

.vectordiv::after {
  content: '';
  background-image: url(../images/vector/white-line.png);
  width: 120px;
  height: 60px;
  position: absolute;
  left: -392px;
  bottom: -16px;
  z-index: 1;
}

/* .img_image-logo {
  position: absolute;
  left: 12%;
  top: 50%;
  z-index: 1;
  width: 24%;
  height: auto;
  transform: translate(10px, -80px);
} */

.img_image-logo {
  position: absolute;
  left: 28%;
  top: 50%;
  z-index: 1;
  width: 35%;
  height: auto;
  transform: translate(10px, -80px);
}

.footer {
  width: 600px;
  left: 60% !important;
  margin-bottom: 15px;
  color: #080808 !important;
}

.form-label {
  margin-bottom: 0.2rem !important;
}

form#login-form .mb-3,
form#signup-form .mb-3 {
  margin-bottom: 0.8rem !important;
}

.fs-12 {
  font-size: 11px !important;
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #205368 !important;
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #205368;
}

/* .left.form-wrapper .mb-3.field-loginform-rememberme input#loginform-rememberme {
  background-color: #205368 !important;
} */

.left.form-wrapper .form-check-input:checked {
  background-color: #205368 !important;
}

.left.form-wrapper form#login-form .mb-3 input:checked {
  background-color: #205368 !important;
}

.mt-5.text-center {
  margin-top: 2rem !important;
}

.slick-dots {
  text-align: left;
}

.slick-dots li button:before {
  font-size: 16px;
}

.slick-dots li.slick-active button:before {
  color: #5b98ff;
}

@media only screen and (max-width: 1499px) {


  .vectordiv::after {
    left: -268px;
    bottom: -22px;
  }

  .vectordiv::before {
    left: 243px;
    bottom: -22px;
  }

  .toplam .left.form-wrapper .title h5.text-primary {
    font-size: 30px;
    margin-top: 10px;
  }

  .left.form-wrapper form#signup-form~.mt-5.text-center {
    margin-top: 1rem !important;
  }

  .img_image {
    width: 82%;
  }

  .footer {
    right: 90px !important;
    margin-bottom: 15px;
  }

  .img_image-logo {
    left: 20%;
    top: 56%;
    width: 40%;
  }

  .Slider-loginsignup h3 {
    font-size: 28px;
  }

}

@media only screen and (max-width: 1399px) {
  .img_image {
    width: 70%;
  }

  .vectordiv::after {
    left: -262px;
  }

  .vectordiv::before {
    left: 203px;
  }

  .Slider-loginsignup h3 {
    font-size: 26px;
    padding-right: 40px;
  }

}

@media only screen and (max-width: 1299px) {

  .Slider-loginsignup h3 {
    font-size: 20px;
    padding-right: 30px;
  }

  .vectordiv::after {
    left: -238px;
    bottom: -45px;
  }

  .vectordiv::before {
    left: 143px;
    bottom: -45px;
  }
}

@media only screen and (max-width: 1199px) {
  .img_image {
    width: 76%;
  }

  .img_image-logo {
    left: 15%;
  }

  .vectordiv {
    left: 193px;
    height: 88%;
  }

  .vectordiv::after {
    left: -211px;
    bottom: -60px;
  }

  .vectordiv::before {
    left: 93px;
    bottom: -59px;
  }
}

@media only screen and (max-width: 1050px) {
  .image_div {
    display: none;
  }

  #textbox {
    width: 100%;
    margin-left: 0;
  }

  #ic {
    margin: 0 auto;
    margin: 40px auto 0 auto;
    position: unset;
  }

  .text-right {
    text-align: center;
  }

  .footer {
    right: 40px;
  }
}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 600px) {
  #ic {
    width: 100%;
  }

  .footer {
    right: 0px;
    padding: 0px calc(1.5rem * 0.5);
  }
}

/* Login, Signin Flow css */