body {margin: 0px; padding: 0px; background-color: #ececec;}

.form-signin {
  max-width: 330px;
  padding: 0px;
  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: 16px;
}
.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: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin h2 {
	  text-align: center;
}

.footer {
  color: #777;
  border-top: 1px solid #e5e5e5;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  text-align: center;
}

#divLoading2 {
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: #fff;
    position: fixed;
    opacity: 0.7;
    filter: alpha(opacity=40);
}

#divMsgLoading {
    font-size: 14px;
    font-weight: bold;
    position: fixed;
    z-index: 999999999;
}

#loading { display: none; }

.alert1 .modal-dialog {
  width: 300px;
}