html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ede8de;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.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;
  box-shadow: 0 0 0 0.2rem rgba(42, 50, 51, 0.5);
}
.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;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

a, a:hover {color: #c70521;}

.btn-turancar {
  color: #fff;
  background-color: #ffd900;
  border-color: #ffd900;
}

.btn-turancar:hover {
  color: #fff;
  background-color: #c70521;
  border-color: #ffd900;
}

.btn-turancar:focus, .btn-turancar.focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 50, 51, 0.5);
}

.btn-turancar.disabled, .btn-turancar:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-turancar:not(:disabled):not(.disabled):active, .btn-turancar:not(:disabled):not(.disabled).active,
.show > .btn-turancar.dropdown-toggle {
  color: #fff;
  background-color: #c70521;
  border-color: #ffd900;
}

.btn-turancar:not(:disabled):not(.disabled):active:focus, .btn-turancar:not(:disabled):not(.disabled).active:focus,
.show > .btn-turancar.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 50, 51, 0.5);
}
