body {
  background: url("../../images/pages/login/background.fa58d0c0dd8e.png") center no-repeat;
  background-size: cover; }
  body > .ui.segment {
    height: 100vh;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0; }
    body > .ui.segment > .ui.grid,
    body > .ui.segment #login {
      height: 100vh; }

h1.ui.header {
  text-align: center;
  font-size: 6rem;
  line-height: 6rem;
  transform: rotate(-5deg);
  padding-top: 0.5em; }
  h1.ui.header span.white {
    color: #fff; }
  h1.ui.header span.pink {
    color: #ce4a39;
    font-size: 7rem; }

.ui.segment {
  background-color: transparent;
  border: none;
  box-shadow: none; }
  .ui.segment.pink-border {
    background-color: #fff;
    border: 20px solid #ce4a39; }
    .ui.segment.pink-border .ui.segment {
      padding: 0; }

.agent {
  position: absolute;
  bottom: 0;
  right: 30px;
  max-width: 50vw; }

.ui.message ul {
  font-size: 0.9rem;
  padding: 0;
  opacity: .85;
  list-style-position: inside;
  margin: .5em 0 0; }
  .ui.message ul li {
    margin: 0 0 .3em 1em; }
