.deadline-box {
  border: 1px solid #E4E3E4;
  padding: 1rem;
  border-radius: 3px;
  margin-left: 1rem;
  margin-top: 1rem;
}

.program-image {
  height: 80px;
}
.select-bucket {
  margin-top: -30px;
  margin-left: 1.1rem;

}
.add-org-checkbox {
  margin-top: 2rem;
}
.max-width-logo {
  padding: 1rem;
  max-height: 200px;
  max-width: 200px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.logo-container { 
  width: 200px;
  height: 200px;
  position: relative;
  border: 1px solid #E6E6E6;
}
.justify-content-start {
  justify-content: flex-start;
}
.max-width-background {
  max-height: 100%;
  max-width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 356px;
  height: 200px;
}
.background-container { 
  width: 356px;
  height: 200px;
  position: relative;
}
.bump-margin-top {
  margin-top:0.2rem;
}