/* Overrides auth.css because we dont have an easy way to
 * send random artworks anywhere other than /login
 */

.form_cont {
  min-height: calc(100vh - 160px);
  background: #f5f5f5 center/cover no-repeat;
  position: relative;
}

.form_cont .auth__artwork_caption {
  text-align: right;
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 15px;
  text-decoration: none;
  line-height: 1.7;
}

.form_cont .auth__artwork_caption a {
  opacity: 0.9;
}

.form_cont .auth__artwork_caption a:hover {
  opacity: 1;
}

.form_cont .auth__artwork_caption .internal_link:before {
  margin-left: 0;
  filter: invert();
}

.form_cont .auth__artwork_caption .internal_link p {
  display: inline;
}

.form_cont .auth__artwork_caption span {
  background: #000;
  padding: 2px 5px;
}


@media (max-width: 1200px) {
  .form_cont .auth__artwork_caption span {
    display: none;
  }
}

.form_cont:after {
  display: none;
}
