.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #00B8E6;
    --bs-btn-border-color: #00B8E6;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #008AAC;
    --bs-btn-hover-border-color: #008AAC;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #008AAC;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #80DCF3;
    --bs-btn-disabled-border-color: #80DCF3;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

input[type="text"],
input[type="email"],
input[type="number"],
select {
    background-color: #ffc;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  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;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
  font-size: 3.5rem;
  }
}

.op-dropzone {
    border-radius: 5px;
    border: 2px dashed #00B8E6;
    border-image: none;
    height: 50px;
    margin: 5px;
    padding: 5px;
}
.op-dropzone:hover { background-color: #e8eeff; }
#Status { 
	border: 2px dashed #00B8E6; 
	background-color: #e8eeff; 
	margin-top: .5em; margin-bottom: 1.5em; 
	padding: 0.5em;
}