html, body, body>form, .container {
  height:100%;
}

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;
  overflow: hidden;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.alert-container {
  max-width: 380px;
}

.alert {
  height: 40px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 4px;
  background-color: #feedeb;
  margin-bottom: 15px;

  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.15px;
  text-align: left;
  color: #b94a48;
}

.MuiLink-underlineNone {
  color: rgba(0, 0, 0, 0.8);
}

.merus-ball{
  background-repeat: no-repeat;
  background-size: contain;
    height: 72px;
    width: 72px;
    margin: 7px;
}

.meruscase-text{
  height: 64px;
  width: 320px;
  margin: 13px 7px 0 -4px;
  display: block;
}
::-ms-reveal {
  display: none;
}

@media screen and (max-width: 600px) {
  .merus-ball {
    height: 60px;
    width: 60px;
  }
  .meruscase-text{
    height: 50px;
    width: 300px;
  }
}

@media screen and (max-width: 400px) {
  .merus-ball {
    height: 50px;
    width: 50px;
  }
  .meruscase-text{
    height: 50px;
    width: 250px;
  }
}
.media-icon img:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(-360deg);
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}