html,
body {
  height: 100%;
}
body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: linear-gradient(#00AEEF, #0090c2);
}
.cont {
  width: 100%;
  max-width: 350px;
  margin: auto;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 5px 5px 0 #666;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}
.form-signin {
  padding: 15px;
  background: #fff;
  margin-bottom: 15px;
}
.created {
  background: #eee;
  padding: 15px;
  border-radius: 5px;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
a {
  color: #D2007C;
}
a:hover {
  color: #D2007C;
}
.nav-pills .nav-link:hover {
  background-color: #ddd;
}
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:hover,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #D2007C;
}
label {
  margin-bottom: 0;
}
.col-form-label {
  padding-bottom: 0;
}
.form-group {
  margin-bottom: 0;
}
.btn-primary {
  color: #fff;
  background-color: #ec008c;
  border-color: #ec008c;
  float: right;
}
.btn-primary:hover {
  background-color: #D2007C;
  border-color: #D2007C;
}
.nav-item a small {
  display: block;
  margin-top: -3px;
}
.bform {
  text-align: left;
  margin-top: -3.3em;
}
.bform .btn {
  position: relative;
  z-index: 999;
}
.nav-fill {
  background: #eee;
  border: 1px solid #aaa;
  border-radius: 5px;
}
.form-control:focus {
  border-color: #D2007C;
  box-shadow: 0 0 0 0.2rem rgba(236, 0, 140, 0.25);
}
/*# sourceMappingURL=signInMakler.css.map */