* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper {
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("img/panel.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.wrapper .giris {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 100px;
  border-radius: 15px;
}

.wrapper .giris form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrapper .giris form input {
  margin: 8px 0;
  line-height: 30px;
  font-size: 25px;
}

.wrapper .giris form button {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  margin-top: 10px;
  border-radius: 0;
  background-color: white;
  border: 2px solid black;
  color: black;
  padding: 15px 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  cursor: pointer;
}

.wrapper .giris form button:hover {
  background-color: black;
  color: white;
}

@media screen and (max-width: 550px) {
  .giris {
    padding: 40px !important;
  }
}

/*          Navbar ve Offcanvas        */
.nav-item {
  padding: 10px 15px;
}

.nav-item a {
  font-size: 18px;
}

.nav-item a i {
  margin-right: 6px;
}

.logo, .navbar-brand img, .offcanvas-header img {
  max-height: 50px;
  width: auto;
}

.navbar-brand img, .offcanvas-header img {
  margin-right: 20px;
}

/*      MAIN        */
.bosluk {
  margin-top: 100px;
}

.bosluk button {
  max-width: 100px;
  text-align: center;
  margin: 30px auto;
}

.siparis-header {
  margin-top: 50px;
  margin-bottom: 100px;
}

.sip-sorgu {
  margin: 30px auto;
  text-align: center;
}

.sip-sorgu input {
  width: 350px;
  height: 35px;
}

.icerik-bilgi h5 {
  text-decoration: underline;
  text-transform: uppercase;
  color: #ca0000;
}

.icerik-bilgi p {
  font-weight: 600;
}
/*# sourceMappingURL=style.css.map */




#islemicon{
  font-size: 24px;
}


.teslim-edildi{
  background-color: #1abc9c;
  color: white;
  text-align: center;
  font-weight: bold;
}
.teslim-edilecek{
  background-color: #c0392b;
  color: white;
  text-align: center;
  font-weight: bold;
}
.sevkiyatta{
  background-color: #2980b9;
  text-align: center;
  color: white;
  font-weight: bold;
}
.odeme-alinacak{
  background-color: #f39c12;
  color: white;
  text-align: center;
  font-weight: bold;
}
.sip-iptal{
  background-color: gray;
  text-align: center;
  color: white;
  font-weight: bold;
}