h1,h3{color:#6d82ba; }
h1{padding:10px 0px 0px 30px;}
.form-signin {
  max-width: 250px;
  padding: 0px;
  margin: 0px auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.form-control {
  display: inline;
  width: 100%;
  height: 27px;
  padding: 3px 3px 3px 10px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.btn-style1 {
  color: #ffffff;
  background-color: #6d82ba;
  border-color: #357ebd;
}

.btn-style:hover,
.btn-style:focus,
.btn-style:active,
.btn-style.active,
.open .dropdown-toggle.btn-style {
  color: #ffffff;
  background-color: #6d82ba;
  border-color: #285e8e;
}

.btn-style:active,
.btn-style.active,
.open .dropdown-toggle.btn-style {
  background-image: none;
}

.btn-style.disabled,
.btn-style[disabled],
fieldset[disabled] .btn-style,
.btn-style.disabled:hover,
.btn-style[disabled]:hover,
fieldset[disabled] .btn-style:hover,
.btn-style.disabled:focus,
.btn-style[disabled]:focus,
fieldset[disabled] .btn-style:focus,
.btn-style.disabled:active,
.btn-style[disabled]:active,
fieldset[disabled] .btn-style:active,
.btn-style.disabled.active,
.btn-style[disabled].active,
fieldset[disabled] .btn-style.active {
  background-color: #6d82ba;
  border-color: #357ebd;
}