@CHARSET "UTF-8";
body {
  background: #fff url('../img/backgroundpixels.png') repeat center -16px;
}

.form-signin {
   max-width: 340px;
   padding: 15px;
   margin: 0 auto;
   position: relative;
   top: 250px;
   background-color: #FFF;
   padding: 10px 0px 10px 30px;
}

.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-control{
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: rgba(242, 252, 255, 1);
  border-radius: 0px;
  border-color: #b6dcf2;
}
.form-control:focus{
	border-color: #2b6187;
   -webkit-box-shadow: none;
   box-shadow: none;
}

.form-control:hover{
  border-color: rgba(96,96,96,0.4);
}
.form-signin input[type="name"] {
  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;
}

.form-signin .footer {
  margin-top: 30px;
  text-align: center;
}

.btn-masterkey {
  padding: 6px 10px;
  font-size: 18px;	
}

nav.topbar {
  background: #29AAE0;
  color: #fff;
  width: 100%;
  height: 40px;
  display: block;
}

nav.topbar ul {
  margin: 0 50px 0 0;
  padding: 0;
  float: right;
}

nav.topbar li {
  display: inline-block;
  padding: 0 0 0 26px;
}

nav.topbar li a {
   padding-left: 10px;
   font-size: 10px;
   text-transform: uppercase;
   line-height: 40px;
   display: block;
   color: #FFF;
   text-decoration: none;
}

.imagebar {
  background: #FFF;
  width: 100%;
  height: 110px;
  display: block;
  position: fixed;
}

.imagebar .background {
  width: 100%;
  height: 220px;
  float: left;
}

.imagebar .left {
   margin-top: -185px;
   margin-left: 50px;
   float: left;
}

.imagebar .right {
  float: right;
}

.btn.orange {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  background-color: #F36F31;
  color: #fff;
  width: 160px;
  height: 40px;
  border-radius: 15px;
  margin-top: -185px;
  margin-right: 60px;
  padding-top: 10px;
}

.imagebar img {
  width: 222px;
  height: 44px;
}    