:root {
  --input-padding-x: .75rem;
  --input-padding-y: .75rem;
}
html,body{
  height: 100%;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}
.card{
width: 100%;
}
.form-control {
  height: auto;
}
.img-fluid{
width: 100%;
object-fit: cover;
}
footer{
text-align: center;
padding: 20px;;
}
.form-signin {
  width: 100%;
  max-width: 420px;
  padding: 15px;
  margin: 0 auto;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}
.field-icon {
  float: right;
  margin-top: -25px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
.divider-text {
  position: relative;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.divider-text span {
  padding: 7px;
  font-size: 12px;
  position: relative;   
  z-index: 2;
}
.divider-text:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #ddd;
  top: 55%;
  left: 0;
  z-index: 1;
}
.form-switch{
position: absolute;
  z-index: 1;
  border: none;
}
.card > .card-header{
  /* padding: 4px; */
}

#alertContainer {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1051;
  transform: translate(-50%, -50%);
}
.tab-content{
  border-right: 1px solid ;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-color: #495057;
}


.hero {
  background-image: url('https://bootswatch.com/_assets/img/splash.svg');
  background-size: cover;
  background-position: center;
  min-height: 400px;
  background-color: #147f8f;
}

.hero h1 {
  font-weight: 600;
  color: #fff;
}

.hero p {
  color: #fff;
}

.feature-icon {
  font-size: 48px;
  color: var(--bs-primary);
}

i.help{
  cursor: help;
}

.truncate {
  display: block; /* or inline-block */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
