
html
{
  height:100%;
  width:100%;
}
body{    
  background-image: url('images/tj1616.jpg');
  background-color: transparent;
  background-size: cover;
  height:100%;

}

.form-top{
  margin-top: 30px;
}
.panel{
  box-shadow: 0 1px 6px 0 rgba(0,0,0,.12), 0 1px 6px 0 rgba(0,0,0,.12);
  border-radius: 6px;
    border: 0;
}
@-moz-document url-prefix() {
    .form-control{
      height: auto;
    }
}
.panel-primary{
  background-color: #2c3e50;
  color: #fff;
}
.panel-primary>.panel-heading {
    color: #fff;
    font-size: 20px;
    background-color: #2c3e50;
    border-color: #2c3e50;
}
.btn-warning{
  background-color: transparent;
  border-color: #bdc3c7;
  
}

.btn-send{
  background-color: rgb(226, 196, 6);
  border-color: #bdc3c7;
  color: azure;
  font-weight: bold;
}


.btn-back{
  background-color: rgb(229, 156, 9);
  border-color: #bdc3c7;
  color: azure;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 1px;
  text-align: center;
  border-radius: 7px;
}

.btn-back a{
  text-decoration: none;
  color: azure;
}


.btn-back button a:hover{
  text-decoration: none;
  color: azure;
}


