/* Clone of https://savastan0.tools/assets/css/loginOK2.css - visual match for target login */
.panel {
  background: rgba(0,0,0,0.8);
  border-radius: 5px;
}
.btn-quirk {
  border-radius: 3px;
  padding: 12px 20px;
  font-weight: 600;
}
.signwrapper {
  background: url('../images/bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 100vh;
}
.signpanel {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  background: linear-gradient(135deg, rgba(0,0,0,0.6), rgba(50,50,50,0.4));
}
.input-group-addon {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
}
.form-control {
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(255,255,255,0.4);
  color: #333;
}
.btn-success {
  background: #00b1ae;
  border-color: #00a8b1;
  color: #fff !important;
}
.btn-success:hover {
  background: #03a8be;
  border-color: #00728c;
}
.btn-danger {
  background: linear-gradient(45deg, #e74c3c, #c0392b);
  border-color: #c0392b;
  color: #fff !important;
}
.btn-quirk.btn-stroke {
  color: #fff !important;
  border: 2px solid #e74c3c;
}
.btn-quirk.btn-stroke:hover {
  background: #e74c3c;
  color: #fff !important;
}
.text-danger {
  color: #fff;
}
.panel-title {
  color: #fff;
  text-align: center;
}
