body input {
  width: 100%;
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 10px;
}

body .btnform {
  background-color: #26225b;
  border: 0px;
  border-radius: 10px;
  height: 45px;
  color: #fff;
  width: 100px;
}

body .btnkayit {
  background-color: #26225b;
  border: 0px;
  border-radius: 10px;
  height: 45px;
  color: #fff;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 20px;
}

body select {
  width: 100%;
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 10px;
}

body label {
  color: #f40;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

body hr {
  border-style: dashed;
}

body h2 {
  color: #26225b;
}

body .check {
  margin-top: 20px;
  margin-bottom: 20px;
}

body header {
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}

body header .logo {
  height: 100px;
}

body header .navbar-nav .nav-link {
  font-weight: 600;
  color: #f40 !important;
}

body header .bannerimg {
  width: 100%;
}

body main h1 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #26225b;
  font-weight: 700;
}

body main .formcont {
  border: 1px solid #26225b;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}

body main .formcont a {
  background-color: #26225b;
  border: 0px;
  border-radius: 10px;
  height: 45;
  color: #fff;
  width: 100px;
}
/*# sourceMappingURL=style.css.map */
