html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px !important;
  background-color: #f5f5f5;
  background: url(../img/Cummins-Filtration_BG.jpg) fixed;
  background-size: 100% auto;
  background-position: bottom;
}

.cummins-logo {
  width: 240px;
  position: absolute;
  top: 40px;
  left: 40px;
}

.form-signin {
  width: 100%;
  max-width: 420px;
  margin: auto;
  /* text-align: center; */
}
.form-signins{
  padding: 40px;
  background: rgba(255,255,255,0.8);
  border-radius: 10%;
}
.form-signin img{
  /* margin-bottom: 0.6rem !important; */
  margin-bottom: 0 !important;
}
.form-signin h1{
  font-size: 1.5rem;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  /* font-size: 0.9em; */
}
.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin input[name="cummins-captcha"]{
  margin-bottom: 0;
}

.captcha{
  background: #e61938;
  color: white;
  display: inline-block;
  float: left;
  /* font-size: 0.8em; */
  padding: 2px 5px 2px 6px;
  font-weight: bold;
}

.forgot-password{
  display: inline-block;
  margin: 10px 32px;
  color: white;
  font-size: 0.8em;
}

.forgot-password:hover, .secret-q:hover{
  text-decoration: none !important;
}

.btn-submit{
  border-radius: 7px !important;
  margin-top: 20px;
  width: 72%;
  display: inline-block;
}

.secret-q {
  color: black;
  font-weight: bold;
  text-shadow: none;
  font-size: 0.8em;
}

.form-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-control-placeholder {
  position: absolute;
  bottom: 0;
  transition: all 200ms;
  font-weight: bold;
  cursor: text;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  font-size: 75%;
  transform: translate3d(0, -100%, 0);
  top: 12px;
}

.form-control{
  background: transparent !important;
  border-color: transparent;
  border-bottom: 1px solid black;
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-weight: bold;
  color: black;
}

.form-control:focus {
  background-color: transparent !important;
  border-color: transparent;
  border-bottom: 1px solid black;
  box-shadow: none;
}

.div-submit{
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 600px) {
  body {
    background-size: auto 100%;
  }

  .form-signin {
    width: 90%;
    max-width: 90%;
  }

  .cummins-logo {
    width: 160px;
    position: absolute;
    top: 5%;
    left: 5%;
  }

  .btn-submit{
    width: 100%;
  }
}
