/*
 * Dashforge Auth Pages (Signin, Signup, etc.)
 *
 * This style is use in auth pages.
 *
 */
.media {border-bottom:0px;}
.content-auth {
  min-height: calc(100vh - 264px);
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .content-auth > .container {
    padding: 0; }
    @media (max-width: 1139px) {
      .content-auth > .container {
        max-width: none;
        padding: 0 20px; } }
    .content-auth > .container:first-child {
      flex: 1; }

.content-auth-alt {
  min-height: calc(100vh - 264px);
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .content-auth-alt .container {
    padding: 0; }
    @media (max-width: 1139px) {
      .content-auth-alt .container {
        max-width: none; } }

  @media (min-width: 1200px) {
    .sign-wrapper {
      width: 600px; } }
  .sign-wrapper .form-group label {
    display: block;
    margin-bottom: 5px; }

.card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
    font-size:18px;
    font-weight: normal;
    margin-bottom:10px;
}

.card-body {
  padding:0px;
}

p {margin:0px;}