body {
 /* padding-top: 40px;*/
  padding-bottom: 40px;
  background-color: white;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  position: relative;
  left: 10px;
  top:25px;
}
.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: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/*QQ*/
.container{
  top:120px;
  border-radius: 5px;
  position: relative;
  background-color: #fff;
  width: 440px;
  height: 340px;
  border: 1px solid #D5D5D5;
  z-index: 9000;
}
.dialogTitle{
  text-align: center;
  width: 300px;
  height: 50px;
  /*background-color: #f5f5f5*/
  /*background: #f5f5f5;*/
}

.form-signin img{
    position: absolute;left: -30px
  }
.titleBlue {
  background-color: rgb(60,141,188);
  width: 438px;
  height: 55px;
  position: absolute;
  left: 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;

}
.backgroundLightblue{
  width: 100%;
  height: 900px;
/*  background-color: rgb(207,191,140);*/
 background-color: lightgrey;
  position: relative;
  vertical-align: middle;
}

.companyIcon{
  position: relative;
  top: 0px;
  width: 100%;
  height: 48px;
  background-image: url(../img/company_logo_white.png);
  background-repeat: no-repeat;
  background-color: rgb(34,38,48);
  background-position: 35px;
  /*background-size: 140px 34px;*/
}


h2{
  color: grey;
}
.errordiv{
width:100%;
height:120px;
text-align:center;
line-height:90px;
position:absolute;
}
