body {
  font-size: 12px;
  max-width: 10000px;
  background: #F5F5F5;
  width: 100%;
  text-rendering: optimizeLegibility;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  /* 3 */
  -moz-osx-font-smoothing: grayscale;
  /* 4 */
}

.sectLeft {
  background: #03A9F4 url("/images/12b.jpg");
  background-size: cover;
  background-position: 50% 50%;
}

.height100vh {
  height: 100vh;
}

.wrapper2 {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.wrapper2 .block-middle {
  max-width: 300px;
  margin: 0 auto;
}

@media (max-width: 679px) {
  .hide-for-mobile {
    display: none;
  }
}

p {
  font-feature-settings: "kern" 1;
  /* 5 */
  -webkit-font-kerning: normal;
          font-kerning: normal;
  /* 5 */
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  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: left;
}

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

.form-group {
  height: 55px;
  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;
  transform: translate3d(0, 22px, 0) scale(1);
  transform-origin: left top;
  transition: 240ms;
}

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

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

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

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

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

.reset-border-bgcolor {
  border: medium none;
  background-color: transparent;
  border-bottom: 1px solid #cdcdcd;
  border-radius: 0px;
  box-shadow: none;
}

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

.toplam {
  width: 200%;
  height: 100%;
  position: relative;
  left: 0;
  left: -100%;
}

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

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

#ic {
  width: 250px;
  margin: 0 auto;
  top: 50%;
  margin-top: -162px;
  position: absolute;
  left: 50%;
  margin-left: -125px;
}

.left #ic {
  top: 30%;
  width: calc(100% - 200px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding-bottom: 100px;
}

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

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

form#girisyap input:focus {
  border-width: 3px;
  padding: 0px 10px;
  color: #333;
}

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

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

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

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

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

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

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

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

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

#moveleft,
#moveright {
  width: auto;
  float: right;
  background: none;
  padding: 10px 16px;
  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;
  border-radius: 2px;
  transition-duration: 0.25s;
  transition-property: background-color;
  border: 0;
  outline: 0;
}

#moveleft:hover {
  background: #eee;
}

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

#fback {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -9999;
}

.girisback {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  background: #03A9F4 url("/images/logout-ppj.png");
  background-size: cover;
  background-position: 50% 50%;
}

