.form-control input[type="text"], 
.form-control input[type="password"], 
.form-control input[type="tel"], 
.form-control input[type="number"], 
.form-control input[type="date"],
.form-control input[type="email"], 
.form-control input[type="search"], 
.form-control select, 
.form-control textarea,
.form input[type="text"], 
.form input[type="password"], 
.form input[type="tel"], 
.form input[type="date"], 
.form input[type="number"], 
.form input[type="email"], 
.form input[type="search"], 
.form select, 
.form textarea{
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  border: none;
  border-bottom: 1px solid #dedede;
  outline: none;
  background: transparent;
}
.form-control select,.form select{
  background-image: url("0238a5f3d2a6de19.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 8px;
}
.login-box label {
  position: absolute;
  top:0;
  left: 0;
  font-size: 13px;
  pointer-events: none;
  transition: .5s;
}
.login-box label[for="ug-baslama-tarih"] {
  top: -20px;
  left: 0;
  font-size: 12px;
}

.login-box label.focus{
  top: -20px;
  left: 0;
  font-size: 12px;
}

.btn {
  float: left;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  border: 0;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.form-control,
.form{
    line-height:20px;
    font-size:12px;
    cursor:pointer;
    box-shadow: none !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
}
.form-control.large,
.form.large{
    line-height:40px;
    font-size:15px;
}
.tgpassw{
    background: transparent url("./images/eye.svg") no-repeat center;
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    background-size: 27px;
    cursor: pointer;
    background-position-x: right;
    filter: brightness(0.5);
}

#member-login-btn , #member-register-btn{
  height: 45px;
  line-height: 45px;
  border-radius: 0px;
  background: #1b1b1b;
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
  border: 0;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding: 0px;
  box-sizing: border-box;
}
#member-login-btn:hover, #member-register-btn:hover{background: #000;}
#loginForm , #iletisimForm{
  overflow: hidden;
  top: 0;
  height: 100vh;
}
.social-login .btn{
  font-size: 11px;
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  line-height: 1;
}
.social-login .btn.social-login-google {
  background-color: #ffffff;
  border: 1px solid #3c79e6;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  gap: 10px;
  line-height: 13px;
}
.social-login .btn.social-login-apple {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.social-login .btn.social-login-fb {
  background-color: #47629c;
  border: 1px solid #47629c;
  color: #ffffff;
}
.social-login .btn img{
  font-size: 26px;
  line-height: 1;
}