body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}
.App-logo {
  -webkit-animation: App-logo-spin 20s linear infinite;
  animation: App-logo-spin 20s linear infinite;
  height: 12em;
  float: left;
  margin-left: 12em;
  margin-top: -4em;
  margin-bottom: 2em;
}
.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: #fff;
}
.App-link {
  color: #61dafb;
  padding-bottom: 16px;
}
@-webkit-keyframes App-logo-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes App-logo-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
#MRH-header {
  background-image: url(../media/header-main-2400.7b5a7362.jpg);
  overflow: hidden;
  position: relative;
  background-position: 50%;
  background-size: cover;
}
#login {
  vertical-align: middle;
  position: relative;
  top: 50px;
  right: 100px;
}
#login a {
  color: #fff;
  text-transform: uppercase;
}
.user-menu-links {
  width: 450px;
  float: right;
  font-size: 1.5em;
}
.text-white {
  color: #fff;
}
.fit-header {
  height: 120px;
}
a:link,
a:visited {
  text-decoration: none;
}
*,
a,
h1,
h2,
h3,
p {
  font-family: Roboto, Arial;
}
.flex-box {
  display: -webkit-flex;
  display: flex;
}
.justify-center {
  -webkit-justify-content: center;
  justify-content: center;
}
.justify-evenly {
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}
.justify-space-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.align-center {
  -webkit-align-items: center;
  align-items: center;
}
.justify-unset {
  -webkit-justify-content: unset;
  justify-content: unset;
}
.wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn {
  background-color: #00539b;
}
.btn:hover {
  background-color: #012169;
}
.remove-project-btn {
  text-decoration: none;
  font-weight: 700;
  padding: 6px 12px;
  display: block;
  margin: 0 auto;
  color: #fff;
  border: 0;
  border-radius: 25px;
}
.remove-user-btn,
.remove-user-btn:hover {
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  color: red;
  background-color: #fff;
  border: 0;
}
.submit-btn {
  background: inherit;
  padding: 6px 12px;
  background-color: #00539b;
  color: #fff !important;
  border-radius: 25px;
  border: none;
  margin: 0 auto;
}
.status,
.submit-btn {
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
.status {
  background: inherit;
  font-size: 12px;
  background-color: #fff;
}
.status.draft {
  color: red;
}
.status.active {
  color: #012169;
}
.form-container {
  min-width: 300px;
}
.form-control {
  padding: 0.5rem;
}
.form-control label {
  display: block;
  margin-bottom: 0.25rem;
}
.form-control input[type="text"] {
  padding: 0.5rem;
  width: 100%;
}
.form-control select {
  padding: 0.5rem;
}
body {
  background-color: #f3f2f1;
}
button {
  border: 0;
  cursor: pointer;
}
button:focus {
  outline: 0;
  border: 0;
}
h5 {
  margin: 0;
  text-align: center;
  font-size: 1.2rem;
  text-transform: uppercase;
}
table {
  background-color: #fff;
  width: 100%;
  max-width: 600px;
  min-width: 400px;
  border-collapse: collapse;
  margin: 2rem auto;
}
table tr {
  border: 1px solid #000;
}
table td,
table th {
  padding: 0.5rem;
  text-align: left;
}
/*# sourceMappingURL=main.260460bf.chunk.css.map */
