html,body,#app{
  width: 100%;
  height: 100%;
  background-attachment:fixed;
  background-position: center;
}
.wrap-login100{
  max-height: 90vh !important;
}
#app canvas{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.panel-heading{
  display: flex;
}
.panel-default>.panel-heading{
  border-color: #e8e8e8;
  margin-bottom: 15px;
}
.panel-heading>a{
  color: #ccc;
  flex: 1;
  text-align: center;
  text-decoration:none;
}
.panel-heading .active{
  color: #444;
}
.panel-heading>a:not(:first-child){
  border-left: 1px solid #e8e8e8;
}
.panel-heading>a:hover{
  color: #444;
}
.panel-body{
  padding: 0 15px;
}
.form-horizontal{
  margin-top: 40px;
}
.form-group>label {
  width: 140px;
  display: inline-block;
  text-align: right;
  padding-right: 10px;
}
.wrap-login100{
  font-size: 14px;
}
.form-group{
  line-height: 40px;
  margin-top: 10px;
}
.col-md-6 {
  width: calc(100% - 150px);
  display: inline-block;
}
.col-md-6 .form-control{
  padding:10px;
  width: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}
.col-md-6 .checkbox-inline{
  width: 100px;
  display: inline-block;
}
.form-control:focus{
  box-shadow: 0 0 8px rgba(253,188,72,.6)
}
.btn-primary{
  border-color: #f5c774;
  background-color: #f5c774;
}
.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open>.btn-primary.dropdown-toggle{
  border-color: #f3b33f;
  background-color: #f3b33f;
}
.btn-primary:active:focus, .btn-primary:active:hover{
  border-color: #f3b33f;
  background-color: #f3b33f;
}
.btn-primary.focus, .btn-primary:focus{
  border-color: #f3b33f;
  background-color: #f3b33f;
}
#dyMobileButton{
  display:inline-block;
  width:120px;
  text-align:center;
  background:#f5c774;
  color:#fff;
  border-radius:5px;
}
#dyMobileButton:hover{
  cursor: pointer;
  background: #f5bc54;
}