     body {
  font-family: adobe-caslon-pro, serif;
 
}
        a,
[type=submit] {
  transition: all 0.25s ease-in;
}

.signup__container {
    background: #b9b6b6;

  position: absolute;
  top: 10%;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50rem;
  height: 30rem;
  border-radius: 0.2875em;
  box-shadow: 0px 0.1875rem 0.4375rem rgba(0, 0, 0, 0.25);
}

.signup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 12, 41, 0.75);
}

.container__child {
  width: 50%;
  height: 100%;
  color: #fff;
}

.signup__thumbnail {
    position: relative;
    padding: 2rem;
    display: flex;
    flex-wrap: nowrap;
    background: url(../pictures/beifang/extra/deepsea.jpg);
    background-repeat: repeat-y;
    animation: scroll 56s linear infinite;
    background-size: 100% 100%;
    flex-direction: row;
    align-items: stretch;
}
@keyframes scroll {
   100%{
    background-position:0px 2400px;
  }
}


.thumbnail__logo,
.thumbnail__content,
.thumbnail__links {
  position: relative;
  z-index: 2;
}



.logo__shape {
  fill: #fff;
}

.logo__text {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  vertical-align: bottom;
}

.thumbnail__content {
  align-self: center;
}

h1,
h2 {
  font-weight: 300;
  color: white;
}

.heading--primary {
  font-size: 1.999rem;
}

.heading--secondary {
  font-size: 1.414rem;
}

.thumbnail__links {
  align-self: flex-end;
  width: 100%;
}

.thumbnail__links a {
  font-size: 1rem;
  color: #fff;
}
.thumbnail__links a:focus, .thumbnail__links a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.signup__form {
  padding: 2.5rem;
  background: #fafafa;
}

label {
  font-size: 0.85rem;
  text-transform: uppercase;
  color: rgb(19 28 69);
  
}

.form-control {
  background-color: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.form-control:focus {
  border-color: #111;
}

[type=text] {
  color: #111;
  font-size: inherit;
  font-family: adobe-caslon-pro, serif;
}

[type=password] {
  color: #111;
  font-family: adobe-caslon-pro, serif;
}

.btn--form {
  padding: 0.5rem 2.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
      background: rgb(19 28 69);
  border-radius: 2.1875rem;
}
.btn--form:focus, .btn--form:hover {
  background: #261147;
}

.signup__link {
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: underline;
  color: rgb(233, 225, 225);
}
.signup__link:focus, .signup__link:hover {
  color: #787878;
}
.form-group {
    margin-top: 1.5em;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
body > div > div.container__child.signup__thumbnail > div.thumbnail__links > ul > li{
    list-style: simp-chinese-formal;
}
.inlay {
  
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
}