body {
  background-color: #eff8fb;
  font-family: Alegreya;
}

.main-header {
  height: 100px;
  background: gray;
}

.navbar {
  background: #00356b;
  justify-content: flex-end;
}

.login-info {
  margin-right: 10px;
}

.container {
  padding-top: 50px;
}

.main-text {
  font-size: 20px;
  color: #00356b;
}

.button-row {
  justify-content: center;
}

.btn {
  min-width: 80px;
}

.questions-wrapper {
  background-color: white;
}

#questions-box {
  background-color: #eff8fb;
  border: 1px solid #00356b;
}

input.form-control {
  border-color: #829db8;
}

.form-in-center {
  margin: 0 auto;
  border: 1px solid #eaeaea;
  background-color: white;
}

.form-in-center h4 {
  color: white;
}

.login-header {
  background: #417690;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.hide-file-input {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
