body {
  background: #6f8489 url(../images/body_bg.jpg) left top no-repeat;
  background-attachment: fixed;
  background-size: cover;
  min-height: 100%;
}

@media(max-width:768px) {
  body {
    background-size: auto;
  }
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #3f3939;
  font-size: 16px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #3f3939;
  font-size: 16px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #3f3939;
  font-size: 16px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #3f3939;
  font-size: 16px;
}




.page-wrapper .container {
  margin: 0 auto;
  float: none;
  width: 360px;
}

.page-wrapper .container .box {
  margin-top: 100px;
  width: 260px;
  padding: 90px 50px 90px 40px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
}

.form-control {
  display: block;
  width: 190px;
  height: 26px;
  line-height: 26px;
  margin-bottom: 18px;
  margin-left: 30px;
  padding: 6px 12px;
  font-size: 1em;
  line-height: 1.42857143;
  color: #000;
  /* background-color: transparent; */
  background-color: hsla(0,0%,100%,.5);
  background-image: none;
  border: 1px solid #b2bfc7;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #05b7a2;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05), 0 0 8px rgba(5, 183, 162, .5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05), 0 0 8px rgba(5, 183, 162, .5);
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 100px 100px 100px white, 0 0 8px rgba(102, 175, 233, .6) !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-group-lg>.btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:hover {
  background: #38bea5;
}

.pull-right {
  float: right;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 1em;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

a.help {
  color: #3d88ba;
  font-size: 0.8em;
}

a.help:hover {
  color: #3d88ba;
}

.btn-group-lg>.btn, .btn-lg {
  clear: both;
  text-transform: uppercase;
  font-size: 1em;
  padding: 8px 12px;
  width: 218px;
  margin-left: 30px;
  border-color: #05b7a2;
  color: #fff;
  background: #05b7a2;
  background: -moz-linear-gradient(top, #05b7a2 0%, #05b7a2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #05b7a2), color-stop(100%, #05b7a2));
  background: -webkit-linear-gradient(top, #05b7a2 0%, #05b7a2 100%);
  background: linear-gradient(#05b7a2, #05b7a2);
  background: -o-linear-gradient(top, #05b7a2 0%, #05b7a2 100%);
  background: -ms-linear-gradient(top, #05b7a2 0%, #05b7a2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05b7a2', endColorstr='#05b7a2', GradientType=0);
}
.btn-group-lg>.btn, .btn-lg:hover{
  background: #0ca896;
}

.logo {
  margin: 88px auto 40px auto;
  text-align: center;
}

.logo img {
  max-width: 188px;
}

.copy {
  clear: both;
  margin: 20px 0px;
  text-align: center;
  color: #aaa;
  font-size: 0.6em;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
}

.copy a {
  color: #aaa;
}

.copy a:hover {
  color: #fff;
}

.blank5, .blank10, .blank20, .blank30 {
  clear: both;
  height: 5px;
}

.blank10 {
  height: 10px;
}

.blank20 {
  height: 20px;
}

.blank30 {
  height: 30px;
}

.text-right {
  text-align: right;
}
