body {
    background: #fff url('./../img/register_bg.jpg') center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  form {
    padding: 20px;
    margin: 15px 0 0 0;
    background: rgba(255, 255, 255, .9);
    border-radius: 10px;
  }

  img.logo-image {
    max-width: 100%;
    border-radius: 10px;
  }

  .form-select {
    padding: .2rem 2.25rem .2rem .75rem;
  }

  .form-label {
    margin-bottom: 1px;
  }

  div.alert.alert-danger {
    padding: 5px 10px;
    margin: 0 0 10px 0;
    background-color: #e74c3c;
    color: #fff;
  }

    div.alert.alert-danger ul {
      margin: 0 0 5px 0;
      list-style: none;
      padding: 0;
      font-size: 12px;
    }

  div.alert.alert-success {
    background-color: #27ae60;
    color: #fff;
  }

    div.alert.alert-success pre {
      font-size: 21px;
    }

  small {
    color: #999999;
    display: block;
  }

    small > a {
      color: #999999;
      text-decoration: none;
      margin-top: 15px;
    }

  .gap {
    height: 10px;
  }

  .red {
    color: #F00;
  }