html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

/*.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}*/

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* ==========================================================
   HERO
========================================================== */

.hero-title {
    color: #0D6EFD;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: #6c757d;
    line-height: 1.8;
}

.hero-benefit {
    font-size: 1.1rem;
    margin-bottom: 18px;
}

    .hero-benefit i {
        color: #0D6EFD;
        margin-right: 10px;
        font-size: 1.2rem;
    }

.hero-card {
    border: none;
    border-radius: 18px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.hero-logo {
    max-height: 60px;
    transition: .3s;
}

    .hero-logo:hover {
        transform: scale(1.08);
    }

.hero-photo {
    width: 220px;
    border-radius: 50%;
    border: 6px solid white;
    box-shadow: 0 10px 30px rgba(0,0,0,.20);
}
.hero-photo-placeholder {
    width: 250px;
    height: 250px;
    margin: auto;
    border-radius: 50%;
    background: #f8f9fa;
    border: 3px dashed #d0d7de;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .hero-photo-placeholder i {
        font-size: 6rem;
        color: #0D6EFD;
    }

/*==================================================
  NAVBAR
==================================================*/

.brand-icon {
    width: 55px;
    height: 55px;
    background: #0D6EFD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.brand-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0D6EFD;
    letter-spacing: 1px;
}

.brand-subtitle {
    font-size: .85rem;
    color: #6c757d;
}

.navbar {
    padding-top: 14px;
    padding-bottom: 14px;
}

.nav-link {
    font-weight: 600;
}

    .nav-link:hover {
        color: #0D6EFD;
    }
.form-control {
    padding: .55rem .75rem;
}
/*
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-success:focus,
.btn-success:active {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
}
.btn-outline-success {
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
}*/