body {
  background-image: url("../Images/background.jpg"); 
  background-repeat: no-repeat;
}

/*body {
    background: radial-gradient(ellipse at center, rgba(0,170,189,1) 0%, rgba(0,170,189,1) 0%, rgba(5,77,82,1) 88%, rgba(5,77,82,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#00abbd', GradientType=0 );
}*/

.container {
  /*background-color:  radial-gradient(ellipse at center, rgba(0,170,189,1) 0%, rgba(0,170,189,1) 0%, rgba(5,77,82,1) 88%, rgba(5,77,82,1) 100%);*/
  padding-left: 0px;
  padding-right: 0px; }

.input-group {
  width: 100%;
  padding: 1px; }

.input-group-no-padding {
  width: 100%; }

.input-group-addon {
  width: 130px;
  font-weight: bold;
  color: white;
  background-color: #FE8220;
  border-color: #E56907; }

.help-inline {
  color: red;
  /*background-color: white;*/
  font-weight: bold; }

.field-validation-error {
  color: red !important;
  /*background-color: white;*/
  font-weight: bold !important; }

.btn-default {
  font-weight: bold;
  color: white;
  background-color: #FE8220; }

/*# sourceMappingURL=index.css.map */
