@import '../../lib/commonStyles/colors';
@import '../../lib/commonStyles/full-size';

.root {
  @include full-size;
}

.header {
  position: relative;
  display: block;
  padding: 0 34px;
  height: 40px;
  min-height: 32px;
  text-align: center;
  border-bottom: 1px solid #e3e3e5;
}

.backButton {
  position: absolute;
  top: 13px;
  left: 15px;
  font-size: 13px;
  color: #666;
  text-decoration: none;
  transform: rotate(90deg);
  cursor: pointer;
  &:hover {
    color: #666;
    text-decoration: none;
  }
}

.spinerContainer {
  height: 120px;
  width: 40px;
  margin: 80px auto;
}

.logButton {
  position: absolute;
  top: 9px;
  right: 20px;
}

.contactDisplay {
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contactDisplaySelect {
  max-width: 180px;

  button {
    margin-top: 5px;
  }
}

.alert {
  margin: 0 16px;
}
