/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

$primaryColor: #482CAC;

#dnsweief-admin-container {
  background: #fff;
  margin: 25px 15px 25px 15px;
  padding: 25px;
  display: flex;
  justify-content: space-between;

  div.col-left {
    margin-right: 50px;

    .help-alert {
      background: rgba($primaryColor, .1);
      padding: 8px;
      border-radius: 5px;
      font-weight: 600;
    }
  }
  div.col-right {
    box-shadow: 0 3px 12px -7px rgba(0,0,0,.3);
    padding: 30px;
    border-radius: 15px;
    max-width: 560px;

    img {
      max-width: 50px;
      height: auto;
    }

    a.dnsweief-btn {
      display: inline-block;
      background: $primaryColor;
      padding: 12px 25px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 600;
      text-decoration: none;
      margin-top: 25px;
      border-radius: 15px;

      &:hover {
        opacity: .9;
      }
    }
  }

  h1 {
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 50px;
    color: $primaryColor;
    font-size: 25px;
    line-height: 1.2em;
  }

  .key {
    background: #777;
    border-radius: 5px;
    padding: 3px 8px;
    font-size: 12px;
    color: #fff;
  }

  table {

    tr {
      border-bottom: 1px solid #eee;
    }
  }
}
