/* Sign Page CSS */
body {
  background-image: url("/images/AccountLogin-BackGround.png");
  background-size: cover;
}
.flexisIcon {
  margin: 5%;
  margin-top: 12%;
  margin-bottom: 12%;
}
.flexisIcon img {
  width: 50%;
}
.signin_v4 .nav-tabs .nav-link.active {
  background: #0E83AF;
}
.signin_v4 .nav-tabs .nav-link {
  background: #1f5569;
}
.signin_v4 .nav-tabs .nav-link {
  border: 0;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  border-radius: 0;
  color: #fff;
}
.signin_v4 .nav-tabs li.nav-item {
  width: 50%;
}
.signin_v4 .card-body {
  padding: 0px;
}
.signin_v4 .card-body .tab-content {
  padding: 0 1.25rem 1.75em;
}
input.form-check-input {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.kvkMetni {
  font-size: 12px;
}
/* loader screen */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes loaderDiv {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#myDiv {
  display: none;
  text-align: center;
}
#loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  overflow: hidden;
}
.loaderDiv {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}
#loader img {
  left: 12%;
  top: 28%;
  width: 200px;
  position: absolute;
  background-color: #88d6ff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.loaderDiv div {
  left: 141px;
  top: -1.5px;
  position: fixed;
  animation: loaderDiv linear 1.075268817204301s infinite;
  background: #0E83AF;
  width: 18px;
  height: 3px;
  border-radius: 9px / 1.5px;
  transform-origin: 9px 151.5px;
}
.loaderDiv div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.0120177103099304s;
  background: #0015ff;
}
.loaderDiv div:nth-child(2) {
  transform: rotate(21.176470588235293deg);
  animation-delay: -0.9487666034155597s;
  background: #0015ff;
}
.loaderDiv div:nth-child(3) {
  transform: rotate(42.35294117647059deg);
  animation-delay: -0.8855154965211891s;
  background: #0015ff;
}
.loaderDiv div:nth-child(4) {
  transform: rotate(63.529411764705884deg);
  animation-delay: -0.8222643896268185s;
  background: #0015ff;
}
.loaderDiv div:nth-child(5) {
  transform: rotate(84.70588235294117deg);
  animation-delay: -0.7590132827324478s;
  background: #0015ff;
}
.loaderDiv div:nth-child(6) {
  transform: rotate(105.88235294117646deg);
  animation-delay: -0.6957621758380771s;
  background: #0015ff;
}
.loaderDiv div:nth-child(7) {
  transform: rotate(127.05882352941177deg);
  animation-delay: -0.6325110689437065s;
  background: #0015ff;
}
.loaderDiv div:nth-child(8) {
  transform: rotate(148.23529411764707deg);
  animation-delay: -0.5692599620493358s;
  background: #0015ff;
}
.loaderDiv div:nth-child(9) {
  transform: rotate(169.41176470588235deg);
  animation-delay: -0.5060088551549652s;
  background: #0015ff;
}
.loaderDiv div:nth-child(10) {
  transform: rotate(190.58823529411765deg);
  animation-delay: -0.44275774826059455s;
  background: #0015ff;
}
.loaderDiv div:nth-child(11) {
  transform: rotate(211.76470588235293deg);
  animation-delay: -0.3795066413662239s;
  background: #0015ff;
}
.loaderDiv div:nth-child(12) {
  transform: rotate(232.94117647058823deg);
  animation-delay: -0.31625553447185323s;
  background: #0015ff;
}
.loaderDiv div:nth-child(13) {
  transform: rotate(254.11764705882354deg);
  animation-delay: -0.2530044275774826s;
  background: #0015ff;
}
.loaderDiv div:nth-child(14) {
  transform: rotate(275.29411764705884deg);
  animation-delay: -0.18975332068311196s;
  background: #0015ff;
}
.loaderDiv div:nth-child(15) {
  transform: rotate(296.47058823529414deg);
  animation-delay: -0.1265022137887413s;
  background: #0015ff;
}
.loaderDiv div:nth-child(16) {
  transform: rotate(317.6470588235294deg);
  animation-delay: -0.06325110689437065s;
  background: #0015ff;
}
.loaderDiv div:nth-child(17) {
  transform: rotate(338.8235294117647deg);
  animation-delay: 0s;
  background: #0015ff;
}
.loaderDiv div {
  box-sizing: content-box;
}
