@font-face {
  font-family: 'Calibril';

  src:
       url('Calibril 3.ttf') format('truetype');
  font-style: normal;
}
html
{
  height:100%;
  width:100%;
}
body{    
  font-family: 'Calibril';

background-color: #1d1d1b;
}

.form-top{
  margin-top: 1px;
  margin-top: 0%;

}
.panel {
  margin-bottom: 20px;
  background-color: #1d1d1b;
  border: 1px solid transparent;
  border-radius: 4px;
  /* -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05); */
  /* box-shadow: 0 1px 1px rgba(0,0,0,.05); */
}
label {
  color: white;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.form-control {
  display: block;
    width: 100%;
    height: 40px;
    padding: 13px 19px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff0;
    /* background-image: none; */
    border: 1px solid #ccc;
    border-radius: 12px;
  /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
  /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input[type=file] {
  display: block;
  padding-bottom: 6%;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f00;
  border-color: #dfdbdb24;
}
.form-group {
  margin-bottom: 29px;
}
h2 {
  font-size: 18px;
  color: white;
  margin-top: -86px;
  margin-bottom: -1px;
}
@-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;
}



