body {
  background-color:#000;
  background: url('../img/background.jpg') center center no-repeat;			
  background-size: cover;
  background-attachment: fixed;
  width:100vw;
  height:100vh;
  margin:2.5% auto;
  padding:0;
  overflow-x:hidden;
  color: #FFF;
}

.logos {
  position:absolute;
  top:0;
  left:0;
  display:flex;
  width:100%;
  justify-content: space-between;
  align-items:center; 
}

.title-mid {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}

.form-control {
  text-transform: capitalize;
}

@media(max-width:576px) {
  .title {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  .btn-sm-block {
    width: 100%;
  }
}