#signin {
    width: 100%;
    background: url("../img/fitness/bg-fitness.png");
    background-size: contain;
    position: relative;
    background-position:inherit;
    padding: 0;
  }
  #signin:before {
    content: "";
    background: linear-gradient(to top, #0066b2 59%, #562c06a6 100%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  #signin .container {
    z-index: 2;
  }
  #signin .heading{
    padding-top: 240px;
    padding-bottom: 80px;
  }
  .form-control:focus {
    box-shadow: none;
    border-color: #efefef;
    background-color: #efefef;
  }
  @media (max-width: 425px) { 
    #signin .heading {
      padding-top: 165px;
      padding-bottom: 65px;
    }
  }