/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

* {
    font-family: "Myriad Pro", "Warnock Pro", "Arial", "sans-serif";
    font-size: 16px;
}

body {
  color: rgb(var(--bs-tertiary-color-rgb));
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Navbar base class */
header {
  padding: 10px;
  -webkit-transition: padding .3s;
  -moz-transition: padding .3s;
  transition: padding .3s;
  background: #40ADE6;
}

.navbar .form-control {
  padding: .75rem 1rem;
}

/* Breadcrumb class */
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem;
  list-style: none;
  /*background-color: #ECECEC;*/
  border-radius: 0;
}


main > .container {
  padding: 30px 15px 0;
}


/* CUSTOMIZE THE FOOTER
-------------------------------------------------- */
footer {
  font-size: 12px;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}



/***********************************************************************/

.bi {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}



html,
body {
  height: 100%;
}


/* Form-signin class */
.form-signin {
  max-width: 500px;
  padding: 1rem;
}

.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;
}

.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
}

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}
