html {
  background: #e6ecf0 !important;
  color: #444;
}
form {
  background: #e6ecf0 !important;
  color: #444;
  margin-bottom: 100px;
}
.form-inside {
  background: white;
  padding: 30px;
}
.banner {
  width: 100%;
  height: 160px
}

.form-limit {
  max-width: 900px !important;
  margin:0 auto;
}
.bannerlogo {
  float: left;
}
.bannerlogo img {
  height: 130px;
    border-radius: 3px;
  margin-top: 15px;
  max-width: 280px;
}
.bannertext {
  ffloat: right;
}
.bannertext h4 {
  text-align: right;
}
.bannertext h3 {
  text-align: right;
}
.form-baslik {
  padding-top: 40px;
  ttext-align: center;
}
.bannertext h4 {
  height: 80px;
  line-height: 120px;
  margin:0;
  text-align: right;
  font-weight: bold;
  ffloat: right;
  color: white;
  font-size: 26px;
  background: transparent;
  border:0;
}
.bannertext h3 {
  text-align: right;
  margin:0;
  line-height: 40px;
  font-weight: bold;
  color: #ec5829;
  font-size: 20px;
  background: transparent;
  border:0;
}

@media only screen and (max-width: 600px) {
  .banner-inside {
    width: 90%;
    margin:0 auto;
  }
  .bannerlogo img {
    height: 60px;

    border-radius: 3px;
    margin-top: 50px;
  }
  .bannertext h4 {
    font-size: 16px;
  }
  .bannertext h3 {
    font-size: 14px;
  }
}

.select2-selection__rendered {
    line-height: 38px !important;
}
.select2-container .select2-selection--single {
    height: 38px !important;
}
.select2-selection__arrow {
    height: 38px !important;
}
.kayitnoktasibox {
  display: block;
  width: 48%;
  height: 45px;
  bborder:1px solid red;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 500;
  float: left;
}
.kayitnoktasibox:nth-of-type(2){
  float: right;
}

.select2 {
    width:100%!important;
  }