h1 {
  text-align: center;
}


#page-title {
  background-color: #337ab7;
}
#loginBtn {
  font-size: 14px !important;
}
#forgotBtn {
  font-size: 14px;
}

#projform {
	//padding: 20px 20px;
	box-sizing: border-box;
	margin-left: 12%;
}

#my-dropzone { 
  max-height: 150px !important;
}

.dropBorder {
  border: 2px solid rgba(0, 0, 0, 0.3) !important;
}

.progresslabel {
    font-family: "Arial";
    position: relative;
    left: -100px;
    font-size: small;
	bottom: 3px;
}

#progressBar {
  width: 100%
}