.br_br_10 {
  border-bottom-right-radius: 10px;
}

.br_bl_10 {
  border-bottom-left-radius: 10px;
}

.br_tr_10 {
  border-top-right-radius: 10px;
}

.br_tl_10 {
  border-top-left-radius: 10px;
}

.f16 {
  font-size: 16px;
}

.f14 {
  font-size: 14px;
}

body {
  background-color: #eeeeee;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 565px;
  width: 100%;
  background: url("../ds_images/ds_bg.png") center center repeat;
}

.content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.logo {
  margin-top: 80px;
}

.ds_title {
  color: #fff;
  font-size: 36px;
  height: 110px;
  line-height: 90px;
}

form {
  width: 510px;
  margin-left: auto;
  margin-right: auto;
  background: url("../ds_images/bg_5.png") repeat;
  padding-bottom: 30px;
  margin-bottom: 300px;
  border-radius: 10px;
}

.heading {
  height: 60px;
  line-height: 60px;
  background: #46A5FE;
  border-radius: 10px;
  color: #fff;
  font-size: 24px;
  box-shadow: 0px 0px 10px #1e486f;
}

.form-group {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.form-group input {
  margin-top: 28px;
  margin-bottom: 28px;
  height: 60px;
  padding-left: 50px;
  box-shadow: 0.5px -0.5px 8px #ccc;
}
.form-group .person, .form-group .name {
  background: white url(../ds_images/person.png) no-repeat 20px 20px;
}
.form-group .lock {
  background: white url(../ds_images/lock.png) no-repeat 20px 20px;
}
.form-group .id {
  background: white url(../ds_images/id.png) no-repeat 20px 20px;
}

.btn_box .regi, .btn_box .login, .btn_box .query {
  width: 200px;
  height: 60px;
  line-height: 60px;
  background: #46a5fe;
  padding: 0px;
  color: #fff;
  font-size: 18px;
}
.btn_box .regi:hover, .btn_box .login:hover, .btn_box .query:hover {
  color: #fff;
  background: #2066CB;
}
.btn_box .query {
  width: 80%;
}

.form_mb0 {
  margin-bottom: 0px;
}

.result {
  margin-bottom: 200px;
}
.result .title, .result .tittle_xs {
  height: 80px;
  line-height: 90px;
  color: #1e60b8;
  font-size: 24px;
  font-weight: 800;
}
.result .tittle_xs {
  color: #fff;
}
.result table {
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0.5px -0.5px 8px #ccc;
  border-radius: 10px;
}
.result table td {
  text-align: center;
  padding: 15px 25px;
  background: #fff;
  color: #999;
}
.result table td + td {
  border-left: 1px solid #999;
}
.result .bg_blue {
  background: #46a5fe;
  color: #fff;
}
.result .bg_blue td {
  background: #46a5fe;
  color: #fff;
}
.result .bg_blue td + td {
  border-left: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .bg {
    height: 100%;
    background-size: auto 100%;
  }

  .logo {
    width: 100px;
    margin-top: 40px;
  }

  .ds_title {
    font-size: 18px;
    height: 48px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  form1 {
    width: 80%;
    margin-bottom: 40px;
  }

  .btn_box .regi, .btn_box .login {
    width: 40%;
  }

  .content {
    bottom: 0px;
  }

  table td + td {
    border-top: 1px solid #999;
  }
  table .bg_blue {
    border-top: 1px solid #fff;
  }
  table .border_none {
    border: none;
  }

  .result {
    margin-bottom: 0px;
  }
}
