/* Blue Flat Button
==================================================*/
.btn-xlarge{
  height: 149px!important;
  width: 120px!important;
  position: relative;
  vertical-align: center;
  margin: 10px;
  /* width: 100%; */
  height: 100x;
  /*padding: 20px 30px;*/
  font-size: 15px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: transparent;
  border: 0;
  /*border-bottom: 0px solid #07a0c0;*/
  cursor: pointer;
  /*-webkit-box-shadow: inset 0 -3px #07a0c0;
  box-shadow: inset 0 -3px #07a0c0;*/
  }

  .btn-xlarge:active {
    top: 2px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .btn-xlarge:hover {
    background: transparent;
  }

  #titleApp{
    color: white;text-shadow: 2px 2px 2px #000000;
    font-weight:bold;
    margin-top: 1px;
  }

  .img-responsive {
      display: initial!important;
      max-width: 100%;
      height: auto;
  }

  body{
      /*background: linear-gradient(rgba(72, 78, 174, 0.34), rgba(42, 230, 181, 0.29)),url(../img/bgn.jpg);*/
      background: url(../img/background.jpg);
      background-position: center center;

  }

  .form-control{
    background: #e2e0e0!important;
    margin-bottom:5px;
  }

  .panel-title{
    font-weight: bold!important;
  }

  .btn-primary{
    background: #999999!important;
    border: 1px solid #fff!important;
    color: #fff!important;
  }

  .btn-default{
    background: #999999!important;
    border: 1px solid #fff!important;
    color: #fff!important;
  }
