body {
  background-color: transparent;
}

.login-bg {
  background: url("../../img/bgs/9.jpg") no-repeat center center fixed;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bgs/9.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bgs/9.jpg', sizingMethod='scale')";
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.login-wrapper {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
.login-wrapper .logo {
  margin-bottom: 45px;
  position: relative;
  left: -2px;
}
.login-wrapper .box {
  margin: 0 auto;
  padding: 35px 0 30px;
  float: none;
  width: 400px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.65);
}
.login-wrapper .box .content-wrap {
  width: 82%;
  margin: 0 auto;
}
.login-wrapper .box h6 {
  text-transform: uppercase;
  margin: 0 0 30px 0;
  font-size: 18px;
  font-weight: 600;
}
.login-wrapper .box input[type="text"],
.login-wrapper .box input[type="password"] {
  font-size: 15px;
  height: 40px;
  margin-bottom: 18px;
  border-color: #b2bfc7;
  padding-left: 12px;
}
.login-wrapper .box input[type="password"] {
  margin-bottom: 10px;
}
.login-wrapper .box input:-moz-placeholder {
  color: #9ba8b6;
  font-size: 15px;
  letter-spacing: 0px;
  font-style: italic;
}
.login-wrapper .box input:-ms-input-placeholder {
  color: #9ba8b6;
  font-style: italic;
  letter-spacing: 0px;
  font-size: 15px;
}
.login-wrapper .box input::-webkit-input-placeholder {
  color: #9ba8b6;
  font-style: italic;
  letter-spacing: 0px;
  font-size: 15px;
}
.login-wrapper .box a.forgot {
  display: block;
  text-align: right;
  font-style: italic;
  text-decoration: underline;
  color: #3d88ba;
  font-size: 13px;
  margin-bottom: 6px;
}
.login-wrapper .box .remember {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
}
.login-wrapper .box .remember input[type="checkbox"] {
  /*float: left;*/
  margin-right: 8px;
}
.login-wrapper .box .remember label {
  /*float: left;*/
  color: #4a576a;
  font-size: 14px;
  font-weight: 600;
}
.login-wrapper .box .login {
  text-transform: uppercase;
  font-size: 13px;
  padding: 8px 30px;
}
.login-wrapper .no-account {
  margin: 0 auto;
  float: none;
  text-align: center;
  font-size: 14px;
  margin-top: 25px;
}
.login-wrapper .no-account p {
  display: inline-block;
  color: #aaaaaa;
}
.login-wrapper .no-account a {
  color: #aaaaaa;
  margin-left: 7px;
  border-bottom: 1px solid;
  transition: all .1s linear;
  -moz-transition: all .1s linear;
  /* Firefox 4 */
  -webkit-transition: all .1s linear;
  /* Safari and Chrome */
  -o-transition: all .1s linear;
  /* Opera */
}
.login-wrapper .no-account a:hover {
  text-decoration: none;
  color: #fff;
  border-bottom-color: #fff;
}

.form-group.select2-group {
  margin-bottom: 18px;
}

div.select2 .select2-default,
div.select2 .select2-choice {
  font-size: 15px;
  height: 40px;
  border-color: #b2bfc7;
  padding: 6px 12px;
}

div.select2 .select2-default {
  font-style: italic;
}

div.select2 .select2-default div,
div.select2 .select2-choice div {
  width: 25px;
  padding-top: 6px;
  padding-left: 3px;
  border-left: 0;
}

div.select2 .select2-choice span {
  text-align: left;
  color: #555;
}

div.select2 .select2-default span {
  text-align: left;
  color: #9ba0a5;
}

/* responsive */
@media (max-width: 767px) {
  .login-wrapper .box {
    width: 350px;
  }
}
@media (max-width: 480px) {
  .login-wrapper .box {
    width: 90%;
  }
}

@media (min-height: 500px) {
  .login-wrapper {
    top: 20px;
  }
}

@media (min-height: 550px) {
  .login-wrapper {
    top: 60px;
  }
}

@media (min-height: 600px) {
  .login-wrapper {
    top: 100px;
  }
}
