.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.headerB {
  background: #dfdfdf;
  padding: 3px;
  border: 1px solid #444;
  border-radius: 10px;
}
.clearfix {
  content: "";
  display: flow-root;
  clear: both;
}
.col6 {
  width: 46%;
  float: left;
}
.col6-b {
  width: 49%;
  float: right;
}
.topRight {
  margin: 0px;
  padding: 0px;
}
.tags {
  color: #f00;
}
.topRight li {
  list-style: none;
  display: block;
  float: left;
}
.topRight li:nth-child(2) {
  margin-left: 10px;
}
.topRight li a {
  text-decoration: none;
  color: #186617;
}
.topRight li a img {
  width: 80px;
  height: 80px;
}
.topRight li a.tp-links {
  width: 110px;
  display: block;
  float: left;
  margin-right: 10px;
  padding: 5px 10px 5px 10px;
  margin-bottom: 5px;
  background: #efeed8;
  border-radius: 3px;
}
.topRight li a span {
  font-size: 10px;
}
.sign-container {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 30px;
}
.sign-container ul {
  margin: 0px;
  padding: 0px;
}
.sign-container ul li {
  list-style: none;
  display: block;
  float: left;
  width: 200px;
  margin-left: 10px;
}
.sign-container ul li:nth-child(1) {
  width: auto;
  margin-left: 0px;
  float: left;
}
.sign-container input {
  font-size: 14px;
}
.sign-container ul li:nth-child(2) {
  float: left;
}
.sign-container ul li:nth-child(3) {
  width: auto;
  margin-left: 20px;
  float: right;
}
.sign-container ul li:nth-child(4) {
  width: auto;
  margin-left: 20px;
  float: right;
  margin-top: 20px;
}
.sign-container input,
.sign-container button {
  float: left;
}
.sign-container input.pp {
  max-width: 280px;
  width: 70%;
  border-radius: 5px 0 0 5px;
  border-right: 0;
  font-size: 14px;
}
.sign-container button {
  border-radius: 0 5px 5px 0;
  width: 30%;
}
.ss {
  font-size: 16px;
  font-weight: bold;
  color: #186617;
  display: block;
  padding-top: 5px;
}
.container-search {
  max-width: 299px !important;
  margin: 0 auto;
  display: block !important;
}
.ss2 {
  /*max-width: 280px !important;*/
}
.sig {
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
.sig .btn {
  position: absolute !important;
  right: 0px;
  top: 0px;
  border-radius: 0 5px 5px 0;
  /* padding: 0 px !important;
    font-size: 0.5rem;
    line-height: 1.25;
    border-radius: .25rem; */
    min-height: 30px !important;
    padding: 0 30px !important;
    cursor: pointer !important;
    font-size: 14px;
    text-decoration: none !important;
}
.sig li {
  list-style: none;
  display: block;
  margin-left: 10px;
  float: left;
}
.sig li input {
  padding: 5px 10px;
  width: 100%;
}
.sig li:nth-child(1) {
  width: 10%;
  margin-left: 0px;
}
.sig li:nth-child(2) {
  width: 40%;
  margin-bottom: 10px;
}
.sig li:nth-child(3) {
  width: 46.57%;
  position: relative;
}
.btn {
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 0 5px 5px 0;
}
.sch {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.sch li {
  list-style: none;
  position: relative;
  width: 88%;
  float: right;
  display: block;
  margin-top: 0px;
}
.sch li input {
  padding: 5px 10px;
  width: 100%;
}
.logged {
  margin-top: 30px;
}
form {
  margin-bottom: 3px;
}
@media only screen and (max-width: 400px) {
  .sig li:nth-child(2) {
    width: 35%;
  }
  .sig li:nth-child(3) {
    width: 45%;
    position: relative;
  }
  .btn {
    padding: 0 5px !important;
  }
  .topRight li a img {
    width: 60px;
    height: 60px;
  }
  .sch li {
    width: 100%;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1200px) {
  .sign-container input.pp {
    max-width: 180px;
    width: 70%;
    border-radius: 5px 0 0 5px;
    border-right: 0;
    font-size: 14px;
  }
  .sign-container ul li {
    list-style: none;
    display: block;
    float: left;
    width: 100px;
    margin-left: 10px;
  }
  .sch li {
    width: 100%;
    margin-top: 0px;
  }
  input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="password"] {
    border: 1px solid #444444;
    height: 30px;
    padding: 0 8px !important;
    background: #fff;
    border-radius: 5px;
  }
  .sign-container button {
    border-radius: 0 5px 5px 0;
    width: 30%;
    text-align: center;
    padding: 0px 10px;
  }
  .logged {
    margin-top: 0px;
  }
  .sig li:nth-child(3) {
    width: 45.5%;
    position: relative;
  }
}

@media only screen and (max-width: 890px) {
  .col6 {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .col6-b {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 0px;
  }
  .clearfix {
    content: "";
    display: grid;
    clear: both;
  }
  .sign-container ul li {
    list-style: none;
    display: block;
    float: left !important;
    padding-left: 10px;
  }
  .sign-container ul li:nth-child(2) {
    margin-bottom: 10px;
  }
  .sig li:nth-child(3) {
    width: 45%;
    position: relative;
  }
}
@media screen and (min-width: 401px) and (max-width: 500px) {
  .topRight li a img {
    width: 90px;
    height: 90px;
  }
  .sig li:nth-child(1) {
    width: 0;
    position: relative;
  }
  .sig li:nth-child(3) {
    /* width: 43.4555%; */
    width: 52.4555%;
    position: relative;
  }
  .sch li {
    width: 100%;
    margin-top: 0px;
  }
}
