.bg-contact{
 background: transparent url("/img/contactUs_bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: auto;
  height:1074px;;
}
.bg{
 background: transparent url("/img/sub_eorder_2.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: auto;
  height:1282px;;
  
}

.bg-e-call{
 background: transparent url("/img/sub_ecall_2.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: auto;
  height:1282px;;
  
}
.bg-kpis{
 background: transparent url("/img/sub_kpis_2.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: auto;
  height:1282px;;
  
}
.myForm{
  margin-left: auto;
  margin-right: auto;
  padding-top:430px
}
.myForm2{
  margin-left: auto;
  margin-right: auto;
  padding-top:470px
}
.myForm3{
  margin-left: auto;
  margin-right: auto;
  padding-top:390px;
}
.form-signin {
  max-width: 570px;
  padding-top: 423px;
  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;
  margin: 7px 0px 7px 0px;
  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;
}