body {
	font-size: 12px;
	max-width: 10000px;
	background: #F5F5F5;
	min-width: 960px;
	width: 100%;
  font-family: 'Roboto', sans-serif !important;
    text-rendering: optimizeLegibility; /* 2 */
    -webkit-font-smoothing: antialiased; /* 3 */
    -moz-osx-font-smoothing: grayscale; /* 4 */
}


 
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: left;
}

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;
    opacity: 1;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    color: #03A9F4 !important;
    /*-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: left top;
    -moz-transform-origin: left top;
    transform-origin: left 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: 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: 0%; height: 100%; background: #2C3034;  left: 0; position: absolute; /*background: url('../images/bg1.jpg') center center;*/ background-size: contain; background-repeat: no-repeat;}
.right { width: 100%; height: 100%; background: #ffffff; right: 0; position: absolute; box-shadow: 0 0 20px rgba(0,0,0,0.5); display: table}
#ic { width: 250px; margin: 0 auto; top: 50%; margin-top: -162px; position: absolute; left: 50%; margin-left: -125px; }
.left #ic { margin-top: -232px;}
p {  font-size: 15px; font-weight: 400; line-height: 24px; color: #757575; margin-bottom: 0px;}

.form-container {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.form-constrain {
    width: 380px;
    margin: 0 auto;
}

.form-constrain .logoimg {
    max-width: 70%;
    display: block;
    margin-bottom: 10px;
    margin-left: 15%;
}

form#girisyap input {
  border-bottom: 1px solid #cdcdcd;
  color: #959595;
  font-size: 14px;
  width: 380px;
  resize: none;
  max-height: 32px;
  outline: 0;
  border-left: 0;
  border-right: 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%; 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 {
  //margin-bottom: 100px;
}
form#girisyap .girisbtn{   width: auto;
  float: right;
  background: #003366;
  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;
  -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#publicform .girisbtn{   width: auto;
  //float: right;
  width: 100%;
  background: #003366;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 18px;
  //font-weight: 600;
  color: #fff;
  margin:  5 0 5 0 !important;
  line-height: 16px;
  font-family: Roboto;
  text-transform: uppercase;
  max-height: 55px;
  height: 55px;
  -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);}

#moveleft, #moveright{ width: auto;
  float: right;
  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;}

#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(signup.jpg); background-size: cover; background-position: 50% 50%;}
.kayitback { position: absolute; left: 0; width: 50%; height: 100%; background: #03A9F4 url(login.png); background-size: cover; background-position: 50% 50%;}

@media ( max-width : 768px) {
	.right {
		width: 100%;
		padding-top: 120px;
	}
	
	.left {
		display: none;
	}
	
	.form-container {
		display: block;
		
	}
}

hr.hr-login {display:none ;margin-top:50px; height: 12px; border: 0; box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5); }

.img-icon {
  //position: fixed;
  display: inline-block !important;
  margin: 0px !important;
  height:55px;
}
.publicp span{
  display: inline-block;
  //text-indent: 80px;
  margin: -38px 0px !important;
  padding: 5px 0px 0px 100px;
}

.corner {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 250px;
  height: 30px;
  z-index: 20;
}

#girisyap {
    height: 200px;
    overflow: hidden;
    transition: all 0.5s ease-out 0s;
    
}

#girisyap.hide {
   height: 0px;
   margin-bottom: 10px;
}
#girisyap.hide label {
  display:none;
}

.login-toggle {
  margin: 0px 5px;
  font-weight: bold;
  color: #003399;
  cursor: pointer;
}

h4 {
  margin: 10px;
}

.youtube {
  margin-left: 0px;
  width: 380px;
  height: 214px;
  margin-top: 10px;
  margin-bottom: 10px;

}
.youtube-header {
  font-size: 14px;
  padding: 5px;
  margin-left: 0px;
}

.dl-girisbtn{   width: auto;
  //float: right;
  width: 100%;
  background: #03A9F4;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin:  20 0 50 0 !important;
  line-height: 16px;
  font-family: Roboto;
  text-transform: uppercase;
  max-height: 36px;
  height: 36px;
  -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; }

  .logobar img {
    width: 100px;
    padding: 0px;
    margin: 5px;
    display:block;
  }
  .logobar>div {
      display: inline-block;
      height:100px;
  }

  .logobar {
    white-space: nowrap;
    margin-left: -35px;
  }

  .footer {
    margin:10 0 20 -35px;
    width: 480px;
    font-size: 10px;
    color: #585858;
  }
  .footer.show {
    margin-bottom: 70px;
    font-size: 12px;
    color: #252525;
    font-weight: bold;
  }


  .linkbar {
    width: 100%;
  }

  .linkbar div{
    display: inline-block;
  }
  .linkbar>div span {
    display: block;
    white-space: nowrap;
  }

.linkbar a:hover,
.linkbar a:link,
.linkbar a:visited {
  color: #0033cc;
}

.agentalert {
  position:fixed;
  top: 100vh;
  z-index: 20;
  text-align: center;
  left: calc(50vw - 260px);
  width: 520px;

  background-color: #bb0000;
  height: 100px;
  line-height: 20px;
  color: #ffffff;
  padding: 5px 0px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.agentalert.show {
  top: calc(100vh - 70px);
}

.stat_usage {
  background-color: rgba(115, 119, 147,0);
  color: #000000;
  padding: 10px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
}

.stat_usage>div {
  text-align: center;
  font-size: 14px;
}
.stat_usage .ti-stats-up {
  font-size: 20px;
  padding: 10px;
}

.app_icon {
  display: inline-block;
  width: 188px;
}
.app_icon img {
  width: 100%;
  height: auto;
}

.info-hr {
    border-color: black;
    width: 80%;
    margin-bottom: 25px;
    margin-top: 10px;
  }
.stat_usage span {
  font-size: 20px;
  padding: 10px;
}