/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
font-family: Inter, "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.cover-container {
  max-width: 80%;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #000;
margin-top:5px;
}
footer {
    background-color:#2c2f30;
    max-width;100%;
font-size:x-large;color:#ffffffef; display:flex; justify-content:center;
}
.btn-register {
    min-width: 120px;
    font-weight: 500;
    padding: 10px 1rem;
    transition: box-shadow .2s, color .2s, background-color .2s, transform .2s;
    margin-left: 30px;
    color: #B68756;
    border-radius: 6px;
    border-color: #B68756;
    margin-top:5px;
}
.btn-register:focus,
.btn-register:hover {
    background-color: rgba(182, 135, 86, 0.4);
    color: #B68756;
    border-color: #B68756;
}
.btn-register {
    margin-left: 14px;
}


.btn.btn-outline {
    padding: 10px 1rem;
    min-width: 190px;
}

.btn.btn-outline-primary {
    background: transparent;
    color: #2D3436;
    border-width: 1px;
    border-style: solid;
    border: 1px solid #303135;
}

.btn.btn-outline-primary:hover {
    background: #303135;
    color: #fff;
}

.btn.btn-outline-primary:focus {
    background: #303135;
    color: #fff;
}

.btn.btn-outline-primary:hover .btn-arrow {
    border-color: #fff;
}

.btn.btn-outline-primary:hover:focus,
.btn.btn-outline-primary:focus {
    border-color: #EEAD0E;
}

.btn.btn-outline-primary:hover:focus .btn-arrow,
.btn.btn-outline-primary:focus .btn-arrow {
    border-color: #fff;
}

.btn.btn-outline-primary .btn-arrow {
    border-color: #EEAD0E;
}

.btn.btn-outline-primary.fx-color-base {
    background: transparent;
    color: #636E72;
}

.btn.btn-outline-primary.fx-color-base:hover {
    background: #303135;
    color: #fff;
}

.btn.btn-outline-primary.fx-color-base:focus {
    background: #303135;
    color: #fff;
}
.btn {
    border-radius: 9px;
    min-width: 230px;
    position: relative;
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    cursor: pointer;
    transition: box-shadow 0.4s, color 0.4s, background-color 0.4s, transform 0.4s;
    text-align: center;
    display: inline-block;
    padding: 1rem;
    transform: translateY(0);
}

.btn:hover:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn:hover {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;
    transform: translateY(-2px);
}

.btn.not-animated:hover {
    transform: translateY(0);
}

.btn.disabled {
    cursor: none;
    background: #dfe6e9 !important;
    color: #c8c8c8 !important;
    pointer-events: none;
}

.btn.btn-default {
    border: 1px solid #b2bec3;
    background: transparent;
    color: #2d3436;
}

.btn.btn-default:hover {
    background: #3399ff;
    color: #fff;
}

.btn.btn-default:focus {
    background: #3399ff;
    color: #fff;
}

.btn.btn-default.active {
    background: #3399ff;
    color: #fff;
    border-color: #3399ff;
}

.btn.btn-default.active:hover {
    background: #3399ff;
    color: #fff;
}

.btn.btn-default.active:focus {
    background: #3399ff;
    color: #fff;
}

.btn.btn-default:hover {
    border-color: #3399ff;
}

.btn.btn-default:hover:focus,
.btn.btn-default:focus {
    border-color: #3399ff;
}

.btn.btn-default.btn-error {
    background: transparent;
    color: #2d3436;
}

.btn.btn-default.btn-error:hover {
    background: #d63031;
    color: #fff;
}

.btn.btn-default.btn-error:focus {
    background: #d63031;
    color: #fff;
}

.btn.btn-default.btn-error.active {
    background: #d63031;
    color: #fff;
    border-color: #d63031;
}

.btn.btn-default.btn-error.active:hover {
    background: #d63031;
    color: #fff;
}

.btn.btn-default.btn-error.active:focus {
    background: #d63031;
    color: #fff;
}

.btn.btn-default.btn-error:hover {
    border-color: #d63031;
}

.btn.btn-default.btn-error:hover:focus,
.btn.btn-default.btn-error:focus {
    border-color: #d63031;
}
.inner-data {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.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;
        }
        
}
 /* Animate the line from the left */
.active::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s ease;
}     