﻿body {
    padding-top: 50px;
    padding-bottom: 0px;
    margin: 0 auto;
    padding: 0 auto;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 10%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#img-upload{
    width: 10%;
}

.jumbotron {
    position: relative;
    background-image: url('images/banner.png');
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.submit-progress-bg {
    background-color: lightgray;
    opacity: .5;
  }
.submit-progress {
  padding-top: 2em;
  width: 23em;
  margin-left: -11.5em;
}
.submit-progress i {
  margin-right: 0.5em;
}
.error {
        color: #ff0000;
    }
