@charset "UTF-8";
html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color:#fdfdfd;
  /*border-top:2px solid #3399ff;
  border-bottom:2px solid #3399ff;
  margin-bottom:-2px;*/
}

.form-signin {
  width: 100%;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin #username {
  margin-bottom:10px;
  /*border-bottom-right-radius: 0;*/
  /*border-bottom-left-radius: 0;*/
}

.form-signin #password {
  margin-bottom: 30px;
  /*border-top-left-radius: 0;*/
  /*border-top-right-radius: 0;*/
}

.wrapper{
    position: relative;
    box-sizing: border-box;
}

header.bar {
    width: 100%;
	position: absolute;
    top: 0;
    height:10px;
    background-color: #008FD4;
    color: #fff;
    text-align: center;
}

footer.bar {
    width: 100%;
    padding: 2px 0;
	position: absolute;
    bottom: 0;
    background-color: #008FD4;
    color: #fff;
    text-align: center;
}

.signinBtn {
	display:block;
	width:300px;
	margin:0px auto 20px auto;
	background-color: #008FD4;
	border-color:#008FD4;
	color: #fff;
}

.signinBtn:hover{
	background-color: #87cefa;
	border-color:#87cefa;
	color: #fff;
}