@-webkit-keyframes fade-in-body {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fade-in-body {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in-body {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade-in-left-relative {
  0% {
    margin-right: 4rem;
    opacity: 0; }
  100% {
    margin-right: 0;
    opacity: 1; } }

@-o-keyframes fade-in-left-relative {
  0% {
    margin-right: 4rem;
    opacity: 0; }
  100% {
    margin-right: 0;
    opacity: 1; } }

@keyframes fade-in-left-relative {
  0% {
    margin-right: 4rem;
    opacity: 0; }
  100% {
    margin-right: 0;
    opacity: 1; } }

@-webkit-keyframes fade-in-up-absolute {
  0% {
    top: 3em;
    opacity: 0; }
  100% {
    top: 1em;
    opacity: 1; } }

@-o-keyframes fade-in-up-absolute {
  0% {
    top: 3em;
    opacity: 0; }
  100% {
    top: 1em;
    opacity: 1; } }

@keyframes fade-in-up-absolute {
  0% {
    top: 3em;
    opacity: 0; }
  100% {
    top: 1em;
    opacity: 1; } }

#auth-box {
  padding: 1.875rem 0 0; }
  #auth-box h1#the-logo {
    text-align: center;
    margin: 0;
    padding: 0 0 25px; }
  #auth-box h2.title {
    margin: 0;
    padding: 0 0 15px;
    font-size: 2em; }
  #auth-box #middle-part {
    border-radius: 3px;
    background: #fff;
    padding: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 3px 1px 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 3px 1px 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
  #auth-box .back-link {
    padding: 15px 0 0; }
  #auth-box #bottom-part {
    font-size: 13px;
    padding: 15px 0 0;
    text-align: center; }
  #auth-box .user-form .form-control {
    max-width: 100%; }
  #auth-box .block-title {
    text-align: center;
    background: #eeeeee;
    height: 1px;
    margin: 30px 0; }
    #auth-box .block-title span {
      background-color: #ffffff;
      text-transform: uppercase;
      font-size: 18px;
      padding: 0 10px;
      background: #fff;
      padding: 10px;
      position: relative;
      top: -20px; }
  #auth-box .user-login-form {
    text-align: left; }
  #auth-box .form-actions {
    text-align: center; }
  #auth-box .block-social-auth-login {
    text-align: center; }
