body {
  /*
  padding-top: 12%;
  padding-bottom: 40px;
  background-image: url(../images/background.jpg);
  */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #464c5b;
  padding-top: 12%;
  padding-bottom: 40px;
  background: url("../images/bodyground.png") no-repeat center 0 rgba(0, 0, 0, 0);
  background-repeat:repeat-y;
  background-color: #dcd5bc;
  min-width:970px;
  height: 100%;
  width: 100%;
}

.back
{
  /*ec7412*/
    background-color:  #feb41c;
    height: 45%;
    width: 100%;
    position: absolute;
    top : 55%;
    z-index: -1;
    border-bottom: 2px solid #596687;
}
.form-signin {
  max-width: 350px;
  padding: 15px;
  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="text"] {
  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;
}
.logo1
{
  position: relative;
  left: -9px;
  top : -10px;
  width: 272px;
  height: 75px;
}
#intweb
{
font-size:27px;
}
#copyrightLogin
{
  font-size:12px;
}
.alertForMobile
{

}