/*第一堆*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.form-group {
    margin-bottom: 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: 33px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -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 .15s,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: #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)
}
.alert {
    padding: 15px;
    margin-bottom: 19px;
    border: 1px solid transparent;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}
/*第二堆*/
body {
    color: #333;
    font-family: "Microsoft Yahei","微软雅黑",宋体,SimSun,STXihei,"华文细黑",sans-serif;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px;
    direction: ltr;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(15px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(15px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(15px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(15px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fade-in-up {
    -webkit-animation: fadeInUp .5s;
    animation: fadeInUp .5s
}
.footer-component .input-error,.rf-content .input-error {
    border-color: #c00
}
.alert {
    overflow: hidden;
    z-index: 1011;
    display: block;
    width: 280px;
    margin-left: -140px;
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 14px;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}
.preloading-container {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 9999
}

.preloading-container:after {
    display: block;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border: 1000px solid #499ff6;
    background: #499ff6;
    -webkit-transition: border .5s;
    -moz-transition: border .5s;
    -ms-transition: border .5s;
    -o-transition: border .5s;
    transition: border .5s
}

.preloading-container:before {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle
}

.preloading-container.loaded:after {
    border: 0 solid #499ff6;
    background: transparent
}

.preloading-container .login-container {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    height: 500px;
    -webkit-transition: height .35s,-webkit-transform .35s;
    -moz-transition: height .35s,-moz-transform .35s;
    -ms-transition: height .35s,-ms-transform .35s;
    -o-transition: height .35s,-o-transform .35s;
    transition: height .35s,transform .35s
}

@media(max-width: 767px) {
    .preloading-container .login-container {
        height:370px;
        width: 280px
    }
}
.loading-text {
    font-size: 16px;
    padding-left: 40px;
    background: url(/Public/b2wms/assets/img/ajax-modal-loading.gif) left center no-repeat;
    line-height: 32px;
    display: inline-block;
    color: #FFF;
    opacity: 0;
    height: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .35s;
    -moz-transition: opacity .35s;
    -ms-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s
}

.preloading-container.loading .loading-text {
    height: 32px;
    opacity: .7;
    margin-bottom: 80px
}

.preloading-container.loading .login-container {
    overflow: hidden;
    height: 150px
}

.preloading-container .alert {
    position: static;
    margin-left: 0;
    width: auto
}

.preloading-container.loaded .login-container {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}
.btn {
    border-width: 0;
    padding: 7px 14px;
    font-size: 14px;
    outline: 0 !important;
    background-image: none !important;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none
}
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    vertical-align: middle
}

.visible-ie8 {
    display: none
}

.ie8 .visible-ie8 {
    display: inherit !important
}

.visible-ie9 {
    display: none
}

.ie9 .visible-ie9 {
    display: inherit !important
}

.hidden-ie8 {
    display: inherit
}

.ie8 .hidden-ie8 {
    display: none !important
}

.hidden-ie9 {
    display: inherit
}

.ie9 .hidden-ie9 {
    display: none !important
}


.login a {
  color: #edf4f8 !important;
}

.login .logo {
  margin: 0 auto;
  padding: 15px;
  text-align: center;
}

.login .content {
  width: 400px;
  /*margin: 20px auto 20px auto;*/
}

.login .form-title {
  margin-bottom: 20px;
}

.login .form-title {
  color: #edf4f8;
  font-size: 19px;
  font-weight: 400 !important;
}

.login .form-subtitle {
  color: #c9dce9;
  font-size: 17px;
  font-weight: 300 !important;
  padding-left: 10px;
}

.login .content h4 {
  color: #555;
}

.login .content .hint {
  color: #b7d1e2;
  padding: 0;
  font-size: 14px;
  margin: 15px 0 7px 0;
}

.login .content .login-form,
.login .content .forget-form {
  padding: 0px;
  margin: 0px;
}
.login .content .form-control {
  border: none;
  background-color: #5CA9F7;
  border: 1px solid #5CA9F7;
  height: 43px;
  color: #d9ecf9;
}
.login .content .form-control:focus, .login .content .form-control:active {
  border: 1px solid #7BBAF9;
}
.login .content .form-control::-moz-placeholder {
  color: #d9ecf9;
  opacity: 1;
}
.login .content .form-control:-ms-input-placeholder {
  color: #d9ecf9;
}
.login .content .form-control::-webkit-input-placeholder {
  color: #d9ecf9;
}

.login .content select.form-control {
  padding-left: 9px;
  padding-right: 9px;
}

.login .content .forget-form {
  display: none;
}

.login .content .register-form {
  display: none;
}

.login .content .form-title {
  font-weight: 300;
  margin-bottom: 25px;
}

.login .content .form-actions {
  clear: both;
  border: 0px;
  padding: 0px 30px 25px 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.form-actions .forget-password-block {
  padding-top: 7px;
}

.login-options {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 50px;
  border-top: 1px solid #69a0c4;
  border-bottom: 1px solid #69a0c4;
}

.login-options h4 {
  margin-top: 8px;
  font-weight: 600;
  font-size: 15px;
  color: #b7d1e2 !important;
}

.login .forget-password {
  font-size: 14px;
}

.login-options .social-icons {
  float: right;
  padding-top: 3px;
}

.login-options .social-icons li a {
  border-radius: 15px 15px 15px 15px !important;
  -moz-border-radius: 15px 15px 15px 15px !important;
  -webkit-border-radius: 15px 15px 15px 15px !important;
}

.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.login .content .form-actions .checkbox {
  margin-top: 8px;
  display: inline-block;
}

.login .content .form-actions .btn {
  margin-top: 1px;
}

.login .btn-primary {
  background-color: #3B99F9;
  border: 1px solid #6AAFF5;
  color: #CAE3FD;
  font-weight: 600;
  padding: 10px 25px !important;
  cursor: pointer;
}
.login .btn-primary:hover {
  border: 1px solid #7FBDFB;
  background-color: #3B99F9;
  color: #D3E6F9;
}

.login .btn-default {
  background-color: #5995bb;
  border: 1px solid #72a9cc;
  color: #8fc4e5;
  font-weight: 600;
  padding: 10px 25px !important;
}
.login .content .form-control:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px #3B99F9 inset;
}
.login .btn-default:hover {
  border: 1px solid #90bbd7;
  background-color: #5995bb;
  color: #8fc4e5;
}

.login .content .forget-password {
  color: #d7eaf7;
  font-size: 15px;
}

.login .content .rememberme {
  margin-top: 8px;
}

.login .content .check {
  color: #c9dce9 !important;
}

.login .content .create-account {
  text-align: center;
  margin-top: 20px;
}

.login .content .create-account p a {
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

/* footer copyright */
.login .copyright {
  text-align: center;
  margin: 10px auto 30px 0;
  padding: 10px;
  color: #D1ECF9;
  font-size: 13px;
}

@media (max-width: 480px) {
  /***
  Login page
  ***/

  .login .content {
    margin: 0 10px;
    width: auto
  }

  .login .content h3 {
    font-size: 22px;
  }

  .login .checkbox {
    font-size: 13px;
  }
}
