.rounded.circle {
  position: absolute;
  display: flex;
  top: 4em;
  left: 4em;
  background-color: white;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 8px 3px 14px -5px #606060;
}
.brandLogo {
  max-width: fit-content;
  align-self: center;
}
input,input:focus{
    border: none !important;
}
.ui.message{
    box-shadow: 0 0 #e0b4b4 inset, 0 0 0 0 transparent !important;
}
@media only screen and (max-width: 768px) {
  .computerOnly{
  display: none !important;
  }
}
.ui.form{
  padding: 0 !important;
}