/*
	collab
*/
.collab__form__message {
  color: white;
  font-size: 10px;
  width: auto;
  position: absolute;
  display: block;
  padding: 10px;
  margin-left: 2rem;
  padding-left: 1.5em;
  padding-right: 1.5em;
  opacity: 0;
  visibility: hidden;
  display: none;
  border: 1px solid white;
  top: 0;
}
.collab__form__message.is--success {
  background: #808080;
}
.collab__form__message.is--error {
  background: #f44336;
}

.col {
  position: relative;
  padding-bottom: 24px;
}

.col input {
  font-size: 16px;
  font-weight: 400;
}

.collab__form__alert {
  left: 0px;
  border: 0px;
  border-radius: 0px;
  padding: 2px 4px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  color: white;
  font-size: 8px;
  background: #f44336;
}
