body {
  padding: 0;
  margin: 10px 0 0 0;
  font-size: 20px; }

.logger {
  padding: 10px;
  border-left: 5px solid #18BF0F;
  background: #000; }
  .logger b {
    font-size: 20px; }

.btn-info {
  width: 100%;
  font-size: 25px; }

select.form-control {
  font-size: 17px; }

textarea.form-control {
  height: 120px; }

.success {
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-size: 65px;
  background: #5bb75b;
  z-index: 200000;
  text-shadow: 2px 2px 2px black;
  opacity: 0.7;
  display: none; }

.fail {
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-size: 65px;
  background: #da4f49;
  z-index: 200000;
  text-shadow: 2px 2px 2px black;
  opacity: 0.7;
  display: none; }
