[data-header*="type-1"] #offcanvas {
  --side-panel-width: 100vw !important;
}
form {
  margin: 0 0 20px;
}

input[class*="span"] {
  float: none;
  margin-left: 0;
}
input.span2 {
  width: 160px;
}
.btn {
  display: inline-block;
  padding: 6px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
}
.btn:hover,
.btn:focus,
.btn:active {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:active {
  background-image: none;
  outline: 0;
}
.btn-group {
  position: relative;
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.btn-group>.btn {
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-group>.btn+.btn {
  margin-left: -1px;
}
.btn-group>.btn {
  font-size: 14px;
}
.btn-group>.btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
.btn-group>.btn:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}
.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active {
  z-index: 2;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;

}
.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}
.navbar-form:after {
  clear: both;
}
.navbar-form input {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.pull-right {
  float: right;
}
@media (min-width:1200px) {
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }

  input {
    margin-left: 0;
  }
  input.span2 {
    width: 190px;
  }
}
@media (min-width:768px) and (max-width:979px) {
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }

  .span2 {
    width: 104px;
  }

  input {
    margin-left: 0;
  }

  input.span2 {
    width: 90px;
  }
}
@media (min-width:375px) and (max-width:979px) {
  input[type="password"], input[type="text"] {
    width: 100%;
    
    min-height: 40px;
  }
  .btn {
    padding: 20px 40px;
    width: 45vw;
  }
  [class*="span"] {
    display: block;
    float: none;
    width: 100%;
  }
  .btn-group .btn{
    margin-right: 10px;
  }
    .btn-group>.btn {
      font-size: 16px;
  }
  
}
@media (max-width:767px) {
  [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  input[class*="span"] {
    display: block;
    width: 100%;
    min-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.btn {
  border: none;
  background: #34495e;
  color: white;
  font-size: 16.5px;
  text-decoration: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.btn:hover,
.btn:focus {
  background-color: #4e6d8d;
  color: white;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.btn:active {
  background-color: #2c3e50;
  color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar-form input {
  background: #417f92;
  border: 0;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 4px 12px;
  color: #fff;
}
.btn-group .btn {
  margin-right: 6px;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
}
.navbar-form input {
  margin-top: 5px;
}
.navbar-form input {
  display: inline-block;
  margin-bottom: 0;
}
@media (min-width:1200px) {
  input {
    margin-left: 0;
  }
}
@media (min-width:768px) and (max-width:979px) {
  input {
    margin-left: 0;
  }
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.span2 {
  width: 140px;
}
input[type="text"] {
  display: inline-block;
  height: 32px;
  padding: 8px 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
input[type="password"] {
  display: inline-block;
  height: 32px;
  padding: 8px 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  vertical-align: middle;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

input[type="password"]:focus, input[type="text"]:focus{
  background-color: #509cb3;
}
.btn-group>.btn {
  font-size: 14px;
}
.btn-group>.btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
@media (max-width:979px) {
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
}
.navbar .btn {
  margin-top: 5px;
}