.block-fill-height.single {
  height: 100vh;
}
.container-absolute {
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  margin: 10px;
}
.alert.label-danger, .alert.label-success {
  color: white;
}
select:invalid {
  color: #999;
}
#msgform input, #msgform select, #msgform textarea {
  width: 100%;
} 
#msg {
  max-width: 100%;
}
#logo {
  transform: scale(0.9);
  transform-origin: 50% 50%;
  transition: all 10s ease-in-out;
  transition-delay: 2s;
  animation-fill-mode: forwards;
  rotate(0.0001deg);
  max-width: 300px;
}
#logo.zoom {
  transform: scale(1);
}