
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

.jumbotron {
    margin: 30px 0;
    text-align: center;
}
.jumbotron h1 {
    font-size: 50px;
    line-height: 1;
}
.jumbotron .lead {
    font-size: 20px;
    line-height: 1.25;
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}
#push,#footer {
  height: 30px;
}
#footer {
  background-color: #f5f5f5;
  border-top: 1px solid #0480be;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto 0;
}

.width100_form{
    width:100%;
}

.vertical_center{
    vertical-align: middle;
    display: inline-block !important;
}