﻿body {
  padding-top: 210px;
  padding-bottom: 40px;
  background-image:url("../images/login/login-bg.png");
  background-repeat:no-repeat;
  background-color:#fff;
  background-size:cover;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/login/login-bg.png',  sizingMethod='scale');
}
/*style for the form*/
.form-signin {
  max-width: 360px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .input-group{
  margin-bottom: 10px;
  text-align:center;
}
.checkbox {
    margin-bottom: 10px;
    text-align:left;
    right: 19px;
}
.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;
}
.input-group-addon{
    background-color:#ffffff !important;
}

/*style for the footer*/
.footer-cotent{
    margin-top:70px;
    border-top-color:#eee;
    border-top-width:2px;
    border-top-style:solid;
    border-bottom-color:#eee;
    border-bottom-width:2px;
    border-bottom-style:solid;
    padding: 30px 0px;

}
.footer-cotent [class^=col-xs]{
    text-align:center;
}
/*style for alert the warning*/
.alert-danger{
    margin-top:20px;
    display:none;
}
