/*! Custom styles for this template */
.static-content {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  margin-left: auto;
  margin-right: auto; }

.login-body {
  margin: 0 20px;
  padding: 30px;
  position: relative; }

.login-brand {
  display: block;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 140px; }

.login-heading {
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 30px;
  text-align: center; }

@media (min-width: 768px) {
  .login-body {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    margin-top: 15px; } }
