.allView {
  height: 100%;
  width: 100%;
  background: url("images/bg.jpg");
}

.subView {
  height: 100%;
  width: 100%;
  background: url("images/overlay.png");
  padding-top: 100px;
}

.content {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px;
  background-color: #FFFFFF;
  text-align: center;
}
.form-group{
  padding: 0;
  margin: 0;
}
.form-group .control-label{
  display: none;
}
.form-group .col-sm-10{
  width: 100%;
}
.form-group input{
  width: 100%;
  padding: 10px 10px;
  font-size: 20px;
  margin: 8px 0;
  outline: none;
  color: #888;
  /*border: none;*/
  border: 1px solid #b9c0c3;
  letter-spacing: 1px;
  text-align: center;
  border-radius:0;
}
.submitbtn{
  outline: none;
  padding: 0.8em 0;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  margin-top: 1em;
  border: none;
  color: #fff;
  cursor: pointer;
  background: #e53238;
  box-shadow: 0px 2px 1px rgba(28, 28, 29, 0.42);
  font-weight: 600;
}
.submitbtn:hover{
  background: #007ee5;
  transition: .5s all;
}