@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

body {
  padding-top: 60px;
  background-image: url('/img/landing-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
  border: 1px solid darkgrey;
  padding: 30px;
  border-radius: 25px;
  max-width: 600px;
}

.btn-primary {
  width: 100px;
}

.input-group {
  padding-bottom: 10px;
}

.alert {
  margin-top: 30px;
  max-width: 600px;
}

.example, .example A {
  color: white;
}

textarea {
  width: 540px;
  height: 200px;
}