html, body {
  height: 100%;
}

body {
  background: url("../images/call-background.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.wrap {
  min-height: 100%;
  padding-top: 50px;
  padding-bottom: 113px;
}

.form {
  margin-top: 15px;
}

/*.register-form {
  overflow:auto;
 }*/

.register-form {
  position: relative;
  top: 0;
  opacity: 1;
  float: left;
  margin-bottom: 20px;
  padding: 15px 15px 5px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  z-index: 5;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.register-form:hover {
  transition: all 0.2s ease-in-out;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.register-form h1 {
  color: rgb(0, 52, 82);
}
.register-form p {
  margin: 0;
}
.register-form header {
  position: relative;
}
.register-form header:before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15px;
  background: rgb(0, 52, 82);
}
.register-form .input-group {
  width: 100%; 
}
.register-form #backlogin {
  margin: 10px 0;
  padding: 8px 0;
}

footer {
  position: relative;
  margin-top: -113px;
  height: 113px;
  clear:both;
  line-height: 14px;
  text-transform: capitalize;
  text-align: center;
} 

@media (max-width: 992px) {
  .wrap {
    padding-bottom: 108px;
  }
  footer {
    margin-top: -108px;
    height: 108px;
  }
}

@media (max-width: 613px) {
  .wrap {
    padding-bottom: 122px;
  }
  footer {
    margin-top: -122px;
    height: 122px;
  }
}

@media (max-width: 529px) {
  .wrap {
    padding-bottom: 136px;
  }
  footer {
    margin-top: -136px;
    height: 136px;
  }
}

@media (max-width: 482px) {
  .wrap {
    min-height: 0px;
    padding-bottom: 0px;
  }
  footer {
    text-align: left;
    margin-top: auto;
    height: auto;
  }
}